GitHub Action 2 mesi fa
parent
commit
0fd2ecd0ba

File diff suppressed because it is too large
+ 369 - 93
packages/sdk/js/openapi.json


+ 2 - 2
packages/sdk/js/src/v2/gen/sdk.gen.ts

@@ -245,8 +245,8 @@ export class Project extends HeyApiClient {
       directory?: string
       directory?: string
       name?: string
       name?: string
       icon?: {
       icon?: {
-        url: string
-        color: string
+        url?: string
+        color?: string
       }
       }
     },
     },
     options?: Options<never, ThrowOnError>,
     options?: Options<never, ThrowOnError>,

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

@@ -24,8 +24,8 @@ export type Project = {
   vcs?: "git"
   vcs?: "git"
   name?: string
   name?: string
   icon?: {
   icon?: {
-    url: string
-    color: string
+    url?: string
+    color?: string
   }
   }
   time: {
   time: {
     created: number
     created: number
@@ -1730,8 +1730,8 @@ export type ProjectUpdateData = {
   body?: {
   body?: {
     name?: string
     name?: string
     icon?: {
     icon?: {
-      url: string
-      color: string
+      url?: string
+      color?: string
     }
     }
   }
   }
   path: {
   path: {

File diff suppressed because it is too large
+ 369 - 93
packages/sdk/openapi.json


Some files were not shown because too many files changed in this diff