Skip to content

Commit ae33659

Browse files
committed
front, docs
1 parent 089d002 commit ae33659

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

aiplan-front

Submodule aiplan-front updated 143 files

aiplan.go/internal/aiplan/docs/docs.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20391,6 +20391,9 @@ const docTemplate = `{
2039120391
},
2039220392
"workspace_admin": {
2039320393
"type": "boolean"
20394+
},
20395+
"workspace_id": {
20396+
"type": "string"
2039420397
}
2039520398
}
2039620399
},
@@ -20433,6 +20436,9 @@ const docTemplate = `{
2043320436
},
2043420437
"workspace_admin": {
2043520438
"type": "boolean"
20439+
},
20440+
"workspace_id": {
20441+
"type": "string"
2043620442
}
2043720443
}
2043820444
},
@@ -21327,6 +21333,9 @@ const docTemplate = `{
2132721333
},
2132821334
"role": {
2132921335
"type": "integer"
21336+
},
21337+
"workspace_id": {
21338+
"type": "string"
2133021339
}
2133121340
}
2133221341
},
@@ -21347,6 +21356,9 @@ const docTemplate = `{
2134721356
},
2134821357
"role": {
2134921358
"type": "integer"
21359+
},
21360+
"workspace_id": {
21361+
"type": "string"
2135021362
}
2135121363
}
2135221364
},

aiplan.go/internal/aiplan/docs/swagger.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20383,6 +20383,9 @@
2038320383
},
2038420384
"workspace_admin": {
2038520385
"type": "boolean"
20386+
},
20387+
"workspace_id": {
20388+
"type": "string"
2038620389
}
2038720390
}
2038820391
},
@@ -20425,6 +20428,9 @@
2042520428
},
2042620429
"workspace_admin": {
2042720430
"type": "boolean"
20431+
},
20432+
"workspace_id": {
20433+
"type": "string"
2042820434
}
2042920435
}
2043020436
},
@@ -21319,6 +21325,9 @@
2131921325
},
2132021326
"role": {
2132121327
"type": "integer"
21328+
},
21329+
"workspace_id": {
21330+
"type": "string"
2132221331
}
2132321332
}
2132421333
},
@@ -21339,6 +21348,9 @@
2133921348
},
2134021349
"role": {
2134121350
"type": "integer"
21351+
},
21352+
"workspace_id": {
21353+
"type": "string"
2134221354
}
2134321355
}
2134421356
},

0 commit comments

Comments
 (0)