File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
scaleway/scaleway/tem/v1alpha1
scaleway-async/scaleway_async/tem/v1alpha1 Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,9 @@ def __str__(self) -> str:
121
121
122
122
class WebhookEventStatus (str , Enum , metaclass = StrEnumMeta ):
123
123
UNKNOWN_STATUS = "unknown_status"
124
- WAITING = "waiting"
125
124
SENDING = "sending"
126
125
SENT = "sent"
127
- ERROR = "error "
126
+ FAILED = "failed "
128
127
129
128
def __str__ (self ) -> str :
130
129
return str (self .value )
Original file line number Diff line number Diff line change @@ -121,10 +121,9 @@ def __str__(self) -> str:
121
121
122
122
class WebhookEventStatus (str , Enum , metaclass = StrEnumMeta ):
123
123
UNKNOWN_STATUS = "unknown_status"
124
- WAITING = "waiting"
125
124
SENDING = "sending"
126
125
SENT = "sent"
127
- ERROR = "error "
126
+ FAILED = "failed "
128
127
129
128
def __str__ (self ) -> str :
130
129
return str (self .value )
You can’t perform that action at this time.
0 commit comments