@@ -71,14 +71,14 @@ export type CustomPropertyCreatedEvent =
71
71
WebhookEventDefinition < "custom-property-created" > ;
72
72
export type CustomPropertyDeletedEvent =
73
73
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" > ;
76
76
export type CustomPropertyUpdatedEvent =
77
77
WebhookEventDefinition < "custom-property-updated" > ;
78
78
export type CustomPropertyEvent =
79
79
| WebhookEventDefinition < "custom-property-created" >
80
80
| WebhookEventDefinition < "custom-property-deleted" >
81
- | WebhookEventDefinition < "custom-property-promote -to-enterprise" >
81
+ | WebhookEventDefinition < "custom-property-promoted -to-enterprise" >
82
82
| WebhookEventDefinition < "custom-property-updated" > ;
83
83
export type CustomPropertyValuesEvent =
84
84
WebhookEventDefinition < "custom-property-values-updated" > ;
@@ -757,7 +757,7 @@ export type EventPayloadMap = {
757
757
custom_property :
758
758
| WebhookEventDefinition < "custom-property-created" >
759
759
| WebhookEventDefinition < "custom-property-deleted" >
760
- | WebhookEventDefinition < "custom-property-promote -to-enterprise" >
760
+ | WebhookEventDefinition < "custom-property-promoted -to-enterprise" >
761
761
| WebhookEventDefinition < "custom-property-updated" > ;
762
762
custom_property_values : WebhookEventDefinition < "custom-property-values-updated" > ;
763
763
delete : WebhookEventDefinition < "delete" > ;
0 commit comments