increase 1.218.0 → 1.219.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.
@@ -8,13 +8,13 @@ module Increase
8
8
  #
9
9
  # Create an Event Subscription
10
10
  #
11
- # @overload create(url:, oauth_connection_id: nil, selected_event_category: nil, shared_secret: nil, status: nil, request_options: {})
11
+ # @overload create(url:, oauth_connection_id: nil, selected_event_categories: nil, shared_secret: nil, status: nil, request_options: {})
12
12
  #
13
13
  # @param url [String] The URL you'd like us to send webhooks to.
14
14
  #
15
15
  # @param oauth_connection_id [String] If specified, this subscription will only receive webhooks for Events associated
16
16
  #
17
- # @param selected_event_category [Symbol, Increase::Models::EventSubscriptionCreateParams::SelectedEventCategory] If specified, this subscription will only receive webhooks for Events with the s
17
+ # @param selected_event_categories [Array<Increase::Models::EventSubscriptionCreateParams::SelectedEventCategory>] If specified, this subscription will only receive webhooks for Events with the s
18
18
  #
19
19
  # @param shared_secret [String] The key that will be used to sign webhooks. If no value is passed, a random stri
20
20
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.218.0"
4
+ VERSION = "1.219.0"
5
5
  end