diff --git a/types/Issuing/AuthorizationsResource.d.ts b/types/Issuing/AuthorizationsResource.d.ts index 27edbb5c20..9124a4247f 100644 --- a/types/Issuing/AuthorizationsResource.d.ts +++ b/types/Issuing/AuthorizationsResource.d.ts @@ -119,7 +119,7 @@ declare module 'stripe' { /** * [Deprecated] Approves a pending Issuing Authorization object. This request should be made within the timeout window of the [real-time authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations) flow. * This method is deprecated. Instead, [respond directly to the webhook request to approve an authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling). - * @deprecated This method is deprecated, please refer to the description for details. + * @deprecated */ approve( id: string, @@ -134,7 +134,7 @@ declare module 'stripe' { /** * [Deprecated] Declines a pending Issuing Authorization object. This request should be made within the timeout window of the [real time authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations) flow. * This method is deprecated. Instead, [respond directly to the webhook request to decline an authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling). - * @deprecated This method is deprecated, please refer to the description for details. + * @deprecated */ decline( id: string,