You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/condo/schema.graphql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91911,7 +91911,7 @@ type WebhookPayload {
91911
91911
"""
91912
91912
secret: String
91913
91913
91914
-
""" Type of event that triggered this webhook. Custom events: payment.status.updated. Auto-generated events from models with webHooked() plugin: ModelName.created, ModelName.updated, ModelName.deleted (e.g., Payment.created, Ticket.updated).
91914
+
""" Type of event that triggered this webhook. Custom events: payment.status.updated, subscription.activated. Auto-generated events from models with webHooked() plugin: ModelName.created, ModelName.updated, ModelName.deleted (e.g., Payment.created, Ticket.updated).
Copy file name to clipboardExpand all lines: apps/condo/schema.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120089,7 +120089,7 @@ export type WebhookPayload = {
120089
120089
deletedAt?: Maybe<Scalars['String']['output']>;
120090
120090
/** Data structure Version */
120091
120091
dv?: Maybe<Scalars['Int']['output']>;
120092
-
/** Type of event that triggered this webhook. Custom events: payment.status.updated. Auto-generated events from models with webHooked() plugin: ModelName.created, ModelName.updated, ModelName.deleted (e.g., Payment.created, Ticket.updated). */
120092
+
/** Type of event that triggered this webhook. Custom events: payment.status.updated, subscription.activated. Auto-generated events from models with webHooked() plugin: ModelName.created, ModelName.updated, ModelName.deleted (e.g., Payment.created, Ticket.updated). */
120093
120093
eventType?: Maybe<Scalars['String']['output']>;
120094
120094
/** Timestamp after which no more send attempts will be made */
0 commit comments