Explorar el Código

chore: generate

GitHub Action hace 8 meses
padre
commit
8b6cf7081f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 1 1
      packages/sdk/openapi.json

+ 1 - 1
packages/sdk/js/src/v2/gen/types.gen.ts

@@ -32,7 +32,7 @@ export type Project = {
     updated: number
     initialized?: number
   }
-  sandboxes?: Array<string>
+  sandboxes: Array<string>
 }
 
 export type EventProjectUpdated = {

+ 1 - 1
packages/sdk/openapi.json

@@ -5402,7 +5402,7 @@
             }
           }
         },
-        "required": ["id", "worktree", "time"]
+        "required": ["id", "worktree", "time", "sandboxes"]
       },
       "Event.project.updated": {
         "type": "object",