Skip to content

Commit 88b2382

Browse files
committed
chore: format code
1 parent 237c025 commit 88b2382

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ export type SessionGetResponse = SessionGetResponses[keyof SessionGetResponses]
24072407
export type SessionUpdateData = {
24082408
body?: {
24092409
title?: string
2410-
time: {
2410+
time?: {
24112411
archived?: number
24122412
}
24132413
}

packages/sdk/openapi.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,8 +1190,7 @@
11901190
}
11911191
}
11921192
}
1193-
},
1194-
"required": ["time"]
1193+
}
11951194
}
11961195
}
11971196
}

0 commit comments

Comments
 (0)