@@ -71,14 +71,14 @@ export type CustomPropertyCreatedEvent =
7171 WebhookEventDefinition < "custom-property-created" > ;
7272export type CustomPropertyDeletedEvent =
7373 WebhookEventDefinition < "custom-property-deleted" > ;
74- export type CustomPropertyPromoteToEnterpriseEvent =
75- WebhookEventDefinition < "custom-property-promote -to-enterprise" > ;
74+ export type CustomPropertyPromotedToEnterpriseEvent =
75+ WebhookEventDefinition < "custom-property-promoted -to-enterprise" > ;
7676export type CustomPropertyUpdatedEvent =
7777 WebhookEventDefinition < "custom-property-updated" > ;
7878export type CustomPropertyEvent =
7979 | WebhookEventDefinition < "custom-property-created" >
8080 | WebhookEventDefinition < "custom-property-deleted" >
81- | WebhookEventDefinition < "custom-property-promote -to-enterprise" >
81+ | WebhookEventDefinition < "custom-property-promoted -to-enterprise" >
8282 | WebhookEventDefinition < "custom-property-updated" > ;
8383export type CustomPropertyValuesEvent =
8484 WebhookEventDefinition < "custom-property-values-updated" > ;
@@ -757,7 +757,7 @@ export type EventPayloadMap = {
757757 custom_property :
758758 | WebhookEventDefinition < "custom-property-created" >
759759 | WebhookEventDefinition < "custom-property-deleted" >
760- | WebhookEventDefinition < "custom-property-promote -to-enterprise" >
760+ | WebhookEventDefinition < "custom-property-promoted -to-enterprise" >
761761 | WebhookEventDefinition < "custom-property-updated" > ;
762762 custom_property_values : WebhookEventDefinition < "custom-property-values-updated" > ;
763763 delete : WebhookEventDefinition < "delete" > ;
0 commit comments