File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed 
scaleway-async/scaleway_async/tem/v1alpha1 
scaleway/scaleway/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:
121121
122122class  WebhookEventStatus (str , Enum , metaclass = StrEnumMeta ):
123123    UNKNOWN_STATUS  =  "unknown_status" 
124-     WAITING  =  "waiting" 
125124    SENDING  =  "sending" 
126125    SENT  =  "sent" 
127-     ERROR  =  "error " 
126+     FAILED  =  "failed " 
128127
129128    def  __str__ (self ) ->  str :
130129        return  str (self .value )
Original file line number Diff line number Diff line change @@ -121,10 +121,9 @@ def __str__(self) -> str:
121121
122122class  WebhookEventStatus (str , Enum , metaclass = StrEnumMeta ):
123123    UNKNOWN_STATUS  =  "unknown_status" 
124-     WAITING  =  "waiting" 
125124    SENDING  =  "sending" 
126125    SENT  =  "sent" 
127-     ERROR  =  "error " 
126+     FAILED  =  "failed " 
128127
129128    def  __str__ (self ) ->  str :
130129        return  str (self .value )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments