@@ -431,6 +431,10 @@ public enum ListEventTypeReplacedByItem
431431 /// <summary>
432432 ///
433433 /// </summary>
434+ CustomEnvironmentsSettingsUpdated ,
435+ /// <summary>
436+ ///
437+ /// </summary>
434438 CustomSuffixClear ,
435439 /// <summary>
436440 ///
@@ -1055,6 +1059,10 @@ public enum ListEventTypeReplacedByItem
10551059 /// <summary>
10561060 ///
10571061 /// </summary>
1062+ OrganizationTeamCreate ,
1063+ /// <summary>
1064+ ///
1065+ /// </summary>
10581066 OwnerBlocked ,
10591067 /// <summary>
10601068 ///
@@ -2323,6 +2331,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
23232331 ListEventTypeReplacedByItem . CustomAlertCreated => "custom-alert-created" ,
23242332 ListEventTypeReplacedByItem . CustomAlertDeleted => "custom-alert-deleted" ,
23252333 ListEventTypeReplacedByItem . CustomAlertUpdated => "custom-alert-updated" ,
2334+ ListEventTypeReplacedByItem . CustomEnvironmentsSettingsUpdated => "custom-environments-settings-updated" ,
23262335 ListEventTypeReplacedByItem . CustomSuffixClear => "custom-suffix-clear" ,
23272336 ListEventTypeReplacedByItem . CustomSuffixDisable => "custom-suffix-disable" ,
23282337 ListEventTypeReplacedByItem . CustomSuffixEnable => "custom-suffix-enable" ,
@@ -2479,6 +2488,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
24792488 ListEventTypeReplacedByItem . OrganizationDelete => "organization-delete" ,
24802489 ListEventTypeReplacedByItem . OrganizationSlugUpdate => "organization-slug-update" ,
24812490 ListEventTypeReplacedByItem . OrganizationTeamAdd => "organization-team-add" ,
2491+ ListEventTypeReplacedByItem . OrganizationTeamCreate => "organization-team-create" ,
24822492 ListEventTypeReplacedByItem . OwnerBlocked => "owner-blocked" ,
24832493 ListEventTypeReplacedByItem . OwnerSoftBlocked => "owner-soft-blocked" ,
24842494 ListEventTypeReplacedByItem . OwnerSoftUnblocked => "owner-soft-unblocked" ,
@@ -2882,6 +2892,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
28822892 "custom-alert-created" => ListEventTypeReplacedByItem . CustomAlertCreated ,
28832893 "custom-alert-deleted" => ListEventTypeReplacedByItem . CustomAlertDeleted ,
28842894 "custom-alert-updated" => ListEventTypeReplacedByItem . CustomAlertUpdated ,
2895+ "custom-environments-settings-updated" => ListEventTypeReplacedByItem . CustomEnvironmentsSettingsUpdated ,
28852896 "custom-suffix-clear" => ListEventTypeReplacedByItem . CustomSuffixClear ,
28862897 "custom-suffix-disable" => ListEventTypeReplacedByItem . CustomSuffixDisable ,
28872898 "custom-suffix-enable" => ListEventTypeReplacedByItem . CustomSuffixEnable ,
@@ -3038,6 +3049,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
30383049 "organization-delete" => ListEventTypeReplacedByItem . OrganizationDelete ,
30393050 "organization-slug-update" => ListEventTypeReplacedByItem . OrganizationSlugUpdate ,
30403051 "organization-team-add" => ListEventTypeReplacedByItem . OrganizationTeamAdd ,
3052+ "organization-team-create" => ListEventTypeReplacedByItem . OrganizationTeamCreate ,
30413053 "owner-blocked" => ListEventTypeReplacedByItem . OwnerBlocked ,
30423054 "owner-soft-blocked" => ListEventTypeReplacedByItem . OwnerSoftBlocked ,
30433055 "owner-soft-unblocked" => ListEventTypeReplacedByItem . OwnerSoftUnblocked ,
0 commit comments