Skip to content

Commit 5fa04c5

Browse files
committed
front, docs
1 parent 9cc49e7 commit 5fa04c5

File tree

3 files changed

+83
-27
lines changed

3 files changed

+83
-27
lines changed

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

Lines changed: 41 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17369,7 +17369,7 @@ const docTemplate = `{
1736917369
"type": "string"
1737017370
},
1737117371
"parent": {
17372-
"type": "string"
17372+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1737317373
},
1737417374
"parent_detail": {
1737517375
"allOf": [
@@ -17432,7 +17432,11 @@ const docTemplate = `{
1743217432
"type": "string"
1743317433
},
1743417434
"updated_by": {
17435-
"type": "string",
17435+
"allOf": [
17436+
{
17437+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
17438+
}
17439+
],
1743617440
"x-nullable": true
1743717441
},
1743817442
"url": {
@@ -18354,7 +18358,7 @@ const docTemplate = `{
1835418358
"type": "boolean"
1835518359
},
1835618360
"parent_doc": {
18357-
"type": "string"
18361+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1835818362
},
1835918363
"reader_ids": {
1836018364
"type": "array",
@@ -18451,7 +18455,7 @@ const docTemplate = `{
1845118455
"type": "string"
1845218456
},
1845318457
"updated_by_id": {
18454-
"type": "string"
18458+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1845518459
},
1845618460
"url": {
1845718461
"type": "string"
@@ -18683,7 +18687,11 @@ const docTemplate = `{
1868318687
"x-nullable": true
1868418688
},
1868518689
"target_project_id": {
18686-
"type": "string",
18690+
"allOf": [
18691+
{
18692+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
18693+
}
18694+
],
1868718695
"x-nullable": true
1868818696
},
1868918697
"title": {
@@ -18781,7 +18789,11 @@ const docTemplate = `{
1878118789
"type": "string"
1878218790
},
1878318791
"target_project_id": {
18784-
"type": "string",
18792+
"allOf": [
18793+
{
18794+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
18795+
}
18796+
],
1878518797
"x-nullable": true
1878618798
},
1878718799
"title": {
@@ -18968,7 +18980,7 @@ const docTemplate = `{
1896818980
"type": "string"
1896918981
},
1897018982
"parent": {
18971-
"type": "string"
18983+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1897218984
},
1897318985
"parent_detail": {
1897418986
"allOf": [
@@ -19031,7 +19043,11 @@ const docTemplate = `{
1903119043
"type": "string"
1903219044
},
1903319045
"updated_by": {
19034-
"type": "string",
19046+
"allOf": [
19047+
{
19048+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
19049+
}
19050+
],
1903519051
"x-nullable": true
1903619052
},
1903719053
"url": {
@@ -19099,7 +19115,11 @@ const docTemplate = `{
1909919115
"x-nullable": true
1910019116
},
1910119117
"actor_id": {
19102-
"type": "string",
19118+
"allOf": [
19119+
{
19120+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
19121+
}
19122+
],
1910319123
"x-nullable": true
1910419124
},
1910519125
"comment_attachments": {
@@ -19158,7 +19178,7 @@ const docTemplate = `{
1915819178
"type": "string"
1915919179
},
1916019180
"updated_by_id": {
19161-
"type": "string"
19181+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1916219182
},
1916319183
"url": {
1916419184
"type": "string"
@@ -19428,7 +19448,7 @@ const docTemplate = `{
1942819448
"type": "string"
1942919449
},
1943019450
"parent": {
19431-
"type": "string"
19451+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1943219452
},
1943319453
"parent_detail": {
1943419454
"allOf": [
@@ -19494,7 +19514,11 @@ const docTemplate = `{
1949419514
"type": "string"
1949519515
},
1949619516
"updated_by": {
19497-
"type": "string",
19517+
"allOf": [
19518+
{
19519+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
19520+
}
19521+
],
1949819522
"x-nullable": true
1949919523
},
1950019524
"url": {
@@ -20568,7 +20592,11 @@ const docTemplate = `{
2056820592
"type": "string"
2056920593
},
2057020594
"last_workspace_id": {
20571-
"type": "string",
20595+
"allOf": [
20596+
{
20597+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
20598+
}
20599+
],
2057220600
"x-nullable": true
2057320601
},
2057420602
"last_workspace_slug": {

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

Lines changed: 41 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17361,7 +17361,7 @@
1736117361
"type": "string"
1736217362
},
1736317363
"parent": {
17364-
"type": "string"
17364+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1736517365
},
1736617366
"parent_detail": {
1736717367
"allOf": [
@@ -17424,7 +17424,11 @@
1742417424
"type": "string"
1742517425
},
1742617426
"updated_by": {
17427-
"type": "string",
17427+
"allOf": [
17428+
{
17429+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
17430+
}
17431+
],
1742817432
"x-nullable": true
1742917433
},
1743017434
"url": {
@@ -18346,7 +18350,7 @@
1834618350
"type": "boolean"
1834718351
},
1834818352
"parent_doc": {
18349-
"type": "string"
18353+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1835018354
},
1835118355
"reader_ids": {
1835218356
"type": "array",
@@ -18443,7 +18447,7 @@
1844318447
"type": "string"
1844418448
},
1844518449
"updated_by_id": {
18446-
"type": "string"
18450+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1844718451
},
1844818452
"url": {
1844918453
"type": "string"
@@ -18675,7 +18679,11 @@
1867518679
"x-nullable": true
1867618680
},
1867718681
"target_project_id": {
18678-
"type": "string",
18682+
"allOf": [
18683+
{
18684+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
18685+
}
18686+
],
1867918687
"x-nullable": true
1868018688
},
1868118689
"title": {
@@ -18773,7 +18781,11 @@
1877318781
"type": "string"
1877418782
},
1877518783
"target_project_id": {
18776-
"type": "string",
18784+
"allOf": [
18785+
{
18786+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
18787+
}
18788+
],
1877718789
"x-nullable": true
1877818790
},
1877918791
"title": {
@@ -18960,7 +18972,7 @@
1896018972
"type": "string"
1896118973
},
1896218974
"parent": {
18963-
"type": "string"
18975+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1896418976
},
1896518977
"parent_detail": {
1896618978
"allOf": [
@@ -19023,7 +19035,11 @@
1902319035
"type": "string"
1902419036
},
1902519037
"updated_by": {
19026-
"type": "string",
19038+
"allOf": [
19039+
{
19040+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
19041+
}
19042+
],
1902719043
"x-nullable": true
1902819044
},
1902919045
"url": {
@@ -19091,7 +19107,11 @@
1909119107
"x-nullable": true
1909219108
},
1909319109
"actor_id": {
19094-
"type": "string",
19110+
"allOf": [
19111+
{
19112+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
19113+
}
19114+
],
1909519115
"x-nullable": true
1909619116
},
1909719117
"comment_attachments": {
@@ -19150,7 +19170,7 @@
1915019170
"type": "string"
1915119171
},
1915219172
"updated_by_id": {
19153-
"type": "string"
19173+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1915419174
},
1915519175
"url": {
1915619176
"type": "string"
@@ -19420,7 +19440,7 @@
1942019440
"type": "string"
1942119441
},
1942219442
"parent": {
19423-
"type": "string"
19443+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
1942419444
},
1942519445
"parent_detail": {
1942619446
"allOf": [
@@ -19486,7 +19506,11 @@
1948619506
"type": "string"
1948719507
},
1948819508
"updated_by": {
19489-
"type": "string",
19509+
"allOf": [
19510+
{
19511+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
19512+
}
19513+
],
1949019514
"x-nullable": true
1949119515
},
1949219516
"url": {
@@ -20560,7 +20584,11 @@
2056020584
"type": "string"
2056120585
},
2056220586
"last_workspace_id": {
20563-
"type": "string",
20587+
"allOf": [
20588+
{
20589+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
20590+
}
20591+
],
2056420592
"x-nullable": true
2056520593
},
2056620594
"last_workspace_slug": {

0 commit comments

Comments
 (0)