Skip to content

Commit 742abc2

Browse files
⚠️ Build SDK w/ V2 OpenAPI spec (stripe#1651)
* generate w/ v2 openapi spec * gen
1 parent 8066e92 commit 742abc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rbi/stripe.rbi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190471,7 +190471,7 @@ module Stripe
190471190471

190472190472
# Delete an event destination.
190473190473
sig {
190474-
params(id: String, params: T.any(::Stripe::V2::Core::EventDestinationService::DeleteParams, T::Hash[T.untyped, T.untyped]), opts: T.untyped).returns(Stripe::V2::EventDestination)
190474+
params(id: String, params: T.any(::Stripe::V2::Core::EventDestinationService::DeleteParams, T::Hash[T.untyped, T.untyped]), opts: T.untyped).returns(Stripe::V2::DeletedObject)
190475190475
}
190476190476
def delete(id, params = {}, opts = {}); end
190477190477

@@ -190513,4 +190513,4 @@ module Stripe
190513190513
end
190514190514
end
190515190515
end
190516-
end
190516+
end

rbi/stripe/services/v2/core/event_destination_service.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module Stripe
209209

210210
# Delete an event destination.
211211
sig {
212-
params(id: String, params: T.any(::Stripe::V2::Core::EventDestinationService::DeleteParams, T::Hash[T.untyped, T.untyped]), opts: T.untyped).returns(Stripe::V2::EventDestination)
212+
params(id: String, params: T.any(::Stripe::V2::Core::EventDestinationService::DeleteParams, T::Hash[T.untyped, T.untyped]), opts: T.untyped).returns(Stripe::V2::DeletedObject)
213213
}
214214
def delete(id, params = {}, opts = {}); end
215215

0 commit comments

Comments
 (0)