mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
fix
This commit is contained in:
@@ -4018,16 +4018,17 @@
|
||||
"type": "string"
|
||||
},
|
||||
"MacOsAutomationPermission": {
|
||||
"oneOf": [
|
||||
"anyOf": [
|
||||
{
|
||||
"enum": [
|
||||
"none",
|
||||
"all"
|
||||
],
|
||||
"type": "string"
|
||||
"$ref": "#/definitions/MacOsAutomationPermissionModeSchema"
|
||||
},
|
||||
{
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"bundle_ids": {
|
||||
"items": {
|
||||
@@ -4044,6 +4045,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"MacOsAutomationPermissionModeSchema": {
|
||||
"enum": [
|
||||
"none",
|
||||
"all"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"MacOsPreferencesPermission": {
|
||||
"enum": [
|
||||
"none",
|
||||
|
||||
Reference in New Issue
Block a user