Skip to content

Commit cfd19f3

Browse files
chore: generate
1 parent 6b14eff commit cfd19f3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

packages/sdk/openapi.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8405,7 +8405,14 @@
84058405
"type": "object",
84068406
"properties": {
84078407
"id": {
8408-
"type": "string"
8408+
"anyOf": [
8409+
{
8410+
"type": "string"
8411+
},
8412+
{
8413+
"type": "null"
8414+
}
8415+
]
84098416
},
84108417
"sessionID": {
84118418
"type": "string"

0 commit comments

Comments
 (0)