Quellcode durchsuchen

chore: generate

opencode-agent[bot] vor 4 Wochen
Ursprung
Commit
fb6bf0b35e
1 geänderte Dateien mit 14 neuen und 11 gelöschten Zeilen
  1. 14 11
      packages/sdk/openapi.json

+ 14 - 11
packages/sdk/openapi.json

@@ -199,17 +199,7 @@
           "content": {
             "application/json": {
               "schema": {
-                "anyOf": [
-                  {
-                    "$ref": "#/components/schemas/OAuth"
-                  },
-                  {
-                    "$ref": "#/components/schemas/ApiAuth"
-                  },
-                  {
-                    "$ref": "#/components/schemas/WellKnownAuth"
-                  }
-                ]
+                "$ref": "#/components/schemas/Auth"
               }
             }
           }
@@ -10834,6 +10824,19 @@
         },
         "required": ["type", "key", "token"]
       },
+      "Auth": {
+        "anyOf": [
+          {
+            "$ref": "#/components/schemas/OAuth"
+          },
+          {
+            "$ref": "#/components/schemas/ApiAuth"
+          },
+          {
+            "$ref": "#/components/schemas/WellKnownAuth"
+          }
+        ]
+      },
       "NotFoundError": {
         "type": "object",
         "properties": {