increase 1.117.0 → 1.119.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/README.md +1 -1
- data/lib/increase/models/card_payment.rb +1420 -237
- data/lib/increase/models/event.rb +0 -12
- data/lib/increase/models/event_list_params.rb +0 -12
- data/lib/increase/models/event_subscription.rb +0 -12
- data/lib/increase/models/event_subscription_create_params.rb +0 -12
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card_payment.rbi +2510 -250
- data/rbi/increase/models/event.rbi +0 -28
- data/rbi/increase/models/event_list_params.rbi +0 -28
- data/rbi/increase/models/event_subscription.rbi +0 -28
- data/rbi/increase/models/event_subscription_create_params.rbi +0 -28
- data/sig/increase/models/card_payment.rbs +1046 -248
- data/sig/increase/models/event.rbs +0 -16
- data/sig/increase/models/event_list_params.rbs +0 -16
- data/sig/increase/models/event_subscription.rbs +0 -16
- data/sig/increase/models/event_subscription_create_params.rbs +0 -16
- metadata +2 -2
| @@ -535,34 +535,6 @@ module Increase | |
| 535 535 | 
             
                        Increase::Event::Category::TaggedSymbol
         | 
| 536 536 | 
             
                      )
         | 
| 537 537 |  | 
| 538 | 
            -
                    # Occurs whenever a Card Push Transfer is created.
         | 
| 539 | 
            -
                    OUTBOUND_CARD_PUSH_TRANSFER_CREATED =
         | 
| 540 | 
            -
                      T.let(
         | 
| 541 | 
            -
                        :"outbound_card_push_transfer.created",
         | 
| 542 | 
            -
                        Increase::Event::Category::TaggedSymbol
         | 
| 543 | 
            -
                      )
         | 
| 544 | 
            -
             | 
| 545 | 
            -
                    # Occurs whenever a Card Push Transfer is updated.
         | 
| 546 | 
            -
                    OUTBOUND_CARD_PUSH_TRANSFER_UPDATED =
         | 
| 547 | 
            -
                      T.let(
         | 
| 548 | 
            -
                        :"outbound_card_push_transfer.updated",
         | 
| 549 | 
            -
                        Increase::Event::Category::TaggedSymbol
         | 
| 550 | 
            -
                      )
         | 
| 551 | 
            -
             | 
| 552 | 
            -
                    # Occurs whenever a Card Validation is created.
         | 
| 553 | 
            -
                    OUTBOUND_CARD_VALIDATION_CREATED =
         | 
| 554 | 
            -
                      T.let(
         | 
| 555 | 
            -
                        :"outbound_card_validation.created",
         | 
| 556 | 
            -
                        Increase::Event::Category::TaggedSymbol
         | 
| 557 | 
            -
                      )
         | 
| 558 | 
            -
             | 
| 559 | 
            -
                    # Occurs whenever a Card Validation is updated.
         | 
| 560 | 
            -
                    OUTBOUND_CARD_VALIDATION_UPDATED =
         | 
| 561 | 
            -
                      T.let(
         | 
| 562 | 
            -
                        :"outbound_card_validation.updated",
         | 
| 563 | 
            -
                        Increase::Event::Category::TaggedSymbol
         | 
| 564 | 
            -
                      )
         | 
| 565 | 
            -
             | 
| 566 538 | 
             
                    # Occurs whenever a Card Push Transfer is created.
         | 
| 567 539 | 
             
                    CARD_PUSH_TRANSFER_CREATED =
         | 
| 568 540 | 
             
                      T.let(
         | 
| @@ -634,34 +634,6 @@ module Increase | |
| 634 634 | 
             
                          Increase::EventListParams::Category::In::TaggedSymbol
         | 
| 635 635 | 
             
                        )
         | 
| 636 636 |  | 
| 637 | 
            -
                      # Occurs whenever a Card Push Transfer is created.
         | 
| 638 | 
            -
                      OUTBOUND_CARD_PUSH_TRANSFER_CREATED =
         | 
| 639 | 
            -
                        T.let(
         | 
| 640 | 
            -
                          :"outbound_card_push_transfer.created",
         | 
| 641 | 
            -
                          Increase::EventListParams::Category::In::TaggedSymbol
         | 
| 642 | 
            -
                        )
         | 
| 643 | 
            -
             | 
| 644 | 
            -
                      # Occurs whenever a Card Push Transfer is updated.
         | 
| 645 | 
            -
                      OUTBOUND_CARD_PUSH_TRANSFER_UPDATED =
         | 
| 646 | 
            -
                        T.let(
         | 
| 647 | 
            -
                          :"outbound_card_push_transfer.updated",
         | 
| 648 | 
            -
                          Increase::EventListParams::Category::In::TaggedSymbol
         | 
| 649 | 
            -
                        )
         | 
| 650 | 
            -
             | 
| 651 | 
            -
                      # Occurs whenever a Card Validation is created.
         | 
| 652 | 
            -
                      OUTBOUND_CARD_VALIDATION_CREATED =
         | 
| 653 | 
            -
                        T.let(
         | 
| 654 | 
            -
                          :"outbound_card_validation.created",
         | 
| 655 | 
            -
                          Increase::EventListParams::Category::In::TaggedSymbol
         | 
| 656 | 
            -
                        )
         | 
| 657 | 
            -
             | 
| 658 | 
            -
                      # Occurs whenever a Card Validation is updated.
         | 
| 659 | 
            -
                      OUTBOUND_CARD_VALIDATION_UPDATED =
         | 
| 660 | 
            -
                        T.let(
         | 
| 661 | 
            -
                          :"outbound_card_validation.updated",
         | 
| 662 | 
            -
                          Increase::EventListParams::Category::In::TaggedSymbol
         | 
| 663 | 
            -
                        )
         | 
| 664 | 
            -
             | 
| 665 637 | 
             
                      # Occurs whenever a Card Push Transfer is created.
         | 
| 666 638 | 
             
                      CARD_PUSH_TRANSFER_CREATED =
         | 
| 667 639 | 
             
                        T.let(
         | 
| @@ -618,34 +618,6 @@ module Increase | |
| 618 618 | 
             
                        Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
         | 
| 619 619 | 
             
                      )
         | 
| 620 620 |  | 
| 621 | 
            -
                    # Occurs whenever a Card Push Transfer is created.
         | 
| 622 | 
            -
                    OUTBOUND_CARD_PUSH_TRANSFER_CREATED =
         | 
| 623 | 
            -
                      T.let(
         | 
| 624 | 
            -
                        :"outbound_card_push_transfer.created",
         | 
| 625 | 
            -
                        Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
         | 
| 626 | 
            -
                      )
         | 
| 627 | 
            -
             | 
| 628 | 
            -
                    # Occurs whenever a Card Push Transfer is updated.
         | 
| 629 | 
            -
                    OUTBOUND_CARD_PUSH_TRANSFER_UPDATED =
         | 
| 630 | 
            -
                      T.let(
         | 
| 631 | 
            -
                        :"outbound_card_push_transfer.updated",
         | 
| 632 | 
            -
                        Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
         | 
| 633 | 
            -
                      )
         | 
| 634 | 
            -
             | 
| 635 | 
            -
                    # Occurs whenever a Card Validation is created.
         | 
| 636 | 
            -
                    OUTBOUND_CARD_VALIDATION_CREATED =
         | 
| 637 | 
            -
                      T.let(
         | 
| 638 | 
            -
                        :"outbound_card_validation.created",
         | 
| 639 | 
            -
                        Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
         | 
| 640 | 
            -
                      )
         | 
| 641 | 
            -
             | 
| 642 | 
            -
                    # Occurs whenever a Card Validation is updated.
         | 
| 643 | 
            -
                    OUTBOUND_CARD_VALIDATION_UPDATED =
         | 
| 644 | 
            -
                      T.let(
         | 
| 645 | 
            -
                        :"outbound_card_validation.updated",
         | 
| 646 | 
            -
                        Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
         | 
| 647 | 
            -
                      )
         | 
| 648 | 
            -
             | 
| 649 621 | 
             
                    # Occurs whenever a Card Push Transfer is created.
         | 
| 650 622 | 
             
                    CARD_PUSH_TRANSFER_CREATED =
         | 
| 651 623 | 
             
                      T.let(
         | 
| @@ -617,34 +617,6 @@ module Increase | |
| 617 617 | 
             
                        Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
         | 
| 618 618 | 
             
                      )
         | 
| 619 619 |  | 
| 620 | 
            -
                    # Occurs whenever a Card Push Transfer is created.
         | 
| 621 | 
            -
                    OUTBOUND_CARD_PUSH_TRANSFER_CREATED =
         | 
| 622 | 
            -
                      T.let(
         | 
| 623 | 
            -
                        :"outbound_card_push_transfer.created",
         | 
| 624 | 
            -
                        Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
         | 
| 625 | 
            -
                      )
         | 
| 626 | 
            -
             | 
| 627 | 
            -
                    # Occurs whenever a Card Push Transfer is updated.
         | 
| 628 | 
            -
                    OUTBOUND_CARD_PUSH_TRANSFER_UPDATED =
         | 
| 629 | 
            -
                      T.let(
         | 
| 630 | 
            -
                        :"outbound_card_push_transfer.updated",
         | 
| 631 | 
            -
                        Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
         | 
| 632 | 
            -
                      )
         | 
| 633 | 
            -
             | 
| 634 | 
            -
                    # Occurs whenever a Card Validation is created.
         | 
| 635 | 
            -
                    OUTBOUND_CARD_VALIDATION_CREATED =
         | 
| 636 | 
            -
                      T.let(
         | 
| 637 | 
            -
                        :"outbound_card_validation.created",
         | 
| 638 | 
            -
                        Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
         | 
| 639 | 
            -
                      )
         | 
| 640 | 
            -
             | 
| 641 | 
            -
                    # Occurs whenever a Card Validation is updated.
         | 
| 642 | 
            -
                    OUTBOUND_CARD_VALIDATION_UPDATED =
         | 
| 643 | 
            -
                      T.let(
         | 
| 644 | 
            -
                        :"outbound_card_validation.updated",
         | 
| 645 | 
            -
                        Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
         | 
| 646 | 
            -
                      )
         | 
| 647 | 
            -
             | 
| 648 620 | 
             
                    # Occurs whenever a Card Push Transfer is created.
         | 
| 649 621 | 
             
                    CARD_PUSH_TRANSFER_CREATED =
         | 
| 650 622 | 
             
                      T.let(
         |