Browse Source

chore: format code

GitHub Action 4 months ago
parent
commit
0ab3b88250
1 changed files with 17 additions and 2 deletions
  1. 17 2
      packages/sdk/openapi.json

+ 17 - 2
packages/sdk/openapi.json

@@ -1156,8 +1156,17 @@
                 "properties": {
                 "properties": {
                   "title": {
                   "title": {
                     "type": "string"
                     "type": "string"
+                  },
+                  "time": {
+                    "type": "object",
+                    "properties": {
+                      "archived": {
+                        "type": "number"
+                      }
+                    }
                   }
                   }
-                }
+                },
+                "required": ["time"]
               }
               }
             }
             }
           }
           }
@@ -6382,6 +6391,9 @@
               },
               },
               "compacting": {
               "compacting": {
                 "type": "number"
                 "type": "number"
+              },
+              "archived": {
+                "type": "number"
               }
               }
             },
             },
             "required": ["created", "updated"]
             "required": ["created", "updated"]
@@ -8095,6 +8107,9 @@
       "Path": {
       "Path": {
         "type": "object",
         "type": "object",
         "properties": {
         "properties": {
+          "home": {
+            "type": "string"
+          },
           "state": {
           "state": {
             "type": "string"
             "type": "string"
           },
           },
@@ -8108,7 +8123,7 @@
             "type": "string"
             "type": "string"
           }
           }
         },
         },
-        "required": ["state", "config", "worktree", "directory"]
+        "required": ["home", "state", "config", "worktree", "directory"]
       },
       },
       "VcsInfo": {
       "VcsInfo": {
         "type": "object",
         "type": "object",