File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,12 @@ export type AccountUnfrozen = BaseEvent & {
5555 relationships : BaseEventRelationships
5656}
5757
58- export type ApplicationEvents = ApplicationCanceled | ApplicationDenied | ApplicationAwaitingDocuments | ApplicationPendingReview | ApplicationCreated
58+ export type ApplicationEvents = ApplicationApproved | ApplicationCanceled | ApplicationDenied | ApplicationAwaitingDocuments | ApplicationPendingReview | ApplicationCreated
59+
60+ export type ApplicationApproved = BaseEvent & {
61+ type : "application.approved"
62+ relationships : BaseEventRelationships
63+ }
5964
6065export type ApplicationCanceled = BaseEvent & {
6166 type : "application.canceled"
@@ -909,4 +914,4 @@ export type TaxFormUpdated = BaseEvent & {
909914 }
910915}
911916
912- export type TaxFormEvents = TaxFormCreated | TaxFormUpdated
917+ export type TaxFormEvents = TaxFormCreated | TaxFormUpdated
You can’t perform that action at this time.
0 commit comments