Selaa lähdekoodia

chore: generate

GitHub Action 2 kuukautta sitten
vanhempi
sitoutus
dfb9caa2a9
1 muutettua tiedostoa jossa 15 lisäystä ja 2 poistoa
  1. 15 2
      packages/sdk/openapi.json

+ 15 - 2
packages/sdk/openapi.json

@@ -8976,13 +8976,26 @@
             "type": "string"
           },
           "template": {
-            "type": "string"
+            "anyOf": [
+              {
+                "type": "string"
+              },
+              {
+                "type": "string"
+              }
+            ]
           },
           "subtask": {
             "type": "boolean"
+          },
+          "hints": {
+            "type": "array",
+            "items": {
+              "type": "string"
+            }
           }
         },
-        "required": ["name", "template"]
+        "required": ["name", "template", "hints"]
       },
       "Model": {
         "type": "object",