Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit ad6b383

Browse files
✨ Add all webhooks
1 parent c7fb20d commit ad6b383

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

locales/en.ts

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,25 @@ export default {
100100
}
101101
},
102102
webhooks: {
103-
"*": "All events (*)",
104-
deleteOrg: "Delete organization"
103+
"*": "All events",
104+
"update-organization": "Update team settings",
105+
"delete-organization": "Delete team",
106+
"update-organization-billing": "Update billing details",
107+
"update-organization-subscription": "Update subscription",
108+
"create-organization-subscription": "Create a subscription",
109+
"delete-organization-source": "Delete a payment method",
110+
"update-organization-source": "Update a payment method",
111+
"create-organization-source": "Create a payment method",
112+
"update-api-key": "Update an API key",
113+
"create-api-key": "Create an API key",
114+
"delete-api-key": "Delete an API key",
115+
"update-domain": "Update a domain",
116+
"create-domain": "Create a domain",
117+
"delete-domain": "Delete a domain",
118+
"verify-domain": "Verify a domain",
119+
"update-webhook": "Update a webhook",
120+
"create-webhook": "Create a webhook",
121+
"delete-webhook": "Delete a webhook"
105122
},
106123
userScopes: {
107124
"user:read": {

0 commit comments

Comments
 (0)