Browse Source

chore: format code

GitHub Action 2 months ago
parent
commit
88b2382b97
2 changed files with 2 additions and 3 deletions
  1. 1 1
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 1 2
      packages/sdk/openapi.json

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

@@ -2407,7 +2407,7 @@ export type SessionGetResponse = SessionGetResponses[keyof SessionGetResponses]
 export type SessionUpdateData = {
 export type SessionUpdateData = {
   body?: {
   body?: {
     title?: string
     title?: string
-    time: {
+    time?: {
       archived?: number
       archived?: number
     }
     }
   }
   }

+ 1 - 2
packages/sdk/openapi.json

@@ -1190,8 +1190,7 @@
                       }
                       }
                     }
                     }
                   }
                   }
-                },
-                "required": ["time"]
+                }
               }
               }
             }
             }
           }
           }