chore: generate
This commit is contained in:
@@ -27,8 +27,7 @@ function diff(kind: string, diffs: { file: string; patch?: string }[] | undefine
|
|||||||
return diffs?.map((item, i) => ({
|
return diffs?.map((item, i) => ({
|
||||||
...item,
|
...item,
|
||||||
file: redact(`${kind}-file`, String(i), item.file),
|
file: redact(`${kind}-file`, String(i), item.file),
|
||||||
patch:
|
patch: item.patch === undefined ? undefined : redact(`${kind}-patch`, String(i), item.patch),
|
||||||
item.patch === undefined ? undefined : redact(`${kind}-patch`, String(i), item.patch),
|
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9120,7 +9120,7 @@
|
|||||||
"enum": ["added", "deleted", "modified"]
|
"enum": ["added", "deleted", "modified"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["file", "patch", "additions", "deletions"],
|
"required": ["file", "additions", "deletions"],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"ProviderAuthError": {
|
"ProviderAuthError": {
|
||||||
|
|||||||
Reference in New Issue
Block a user