opencode-agent[bot] 8 часов назад
Родитель
Сommit
b1c3095edd
1 измененных файлов с 3 добавлено и 9 удалено
  1. 3 9
      packages/sdk/openapi.json

+ 3 - 9
packages/sdk/openapi.json

@@ -10980,15 +10980,12 @@
       },
       "PermissionConfig": {
         "anyOf": [
+          {
+            "$ref": "#/components/schemas/PermissionActionConfig"
+          },
           {
             "type": "object",
             "properties": {
-              "__originalKeys": {
-                "type": "array",
-                "items": {
-                  "type": "string"
-                }
-              },
               "read": {
                 "$ref": "#/components/schemas/PermissionRuleConfig"
               },
@@ -11041,9 +11038,6 @@
             "additionalProperties": {
               "$ref": "#/components/schemas/PermissionRuleConfig"
             }
-          },
-          {
-            "$ref": "#/components/schemas/PermissionActionConfig"
           }
         ]
       },