We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b590e commit 4fe16ecCopy full SHA for 4fe16ec
1 file changed
src/utils/alert/artifact.mts
@@ -31,7 +31,7 @@ export type ArtifactAlertUpgrade = Remap<
31
>
32
33
export type CompactSocketArtifactAlert = Remap<
34
- Omit<SocketArtifactAlert, 'category' | 'end' | 'file' | 'start'>
+ Omit<SocketArtifactAlert, 'category' | 'end' | 'file' | 'severity' | 'start'>
35
36
37
export type CompactSocketArtifact = Remap<
@@ -55,7 +55,7 @@ export type SocketArtifact = Remap<
55
export type SocketArtifactAlert = Remap<
56
Omit<components['schemas']['SocketAlert'], 'action' | 'props' | 'type'> & {
57
type: ALERT_TYPE
58
- action?: 'error' | 'monitor' | 'warn' | 'ignore'
+ action?: ALERT_ACTION
59
props?: any | undefined
60
}
61
0 commit comments