Skip to content

Commit ea4b35f

Browse files
committed
front, docs
1 parent 64e850a commit ea4b35f

File tree

3 files changed

+37
-7
lines changed

3 files changed

+37
-7
lines changed

aiplan-front

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15816,7 +15816,7 @@ const docTemplate = `{
1581615816
}
1581715817
}
1581815818
},
15819-
"/api/auth/workspaces/{workspaceSlug}/sprints/{sprintId}/sprint-views/": {
15819+
"/api/auth/workspaces/{workspaceSlug}/sprints/{sprintId}/sprint-view/": {
1582015820
"post": {
1582115821
"security": [
1582215822
{
@@ -17490,6 +17490,13 @@ const docTemplate = `{
1749017490
"target_date": {
1749117491
"type": "string",
1749217492
"x-nullable": true
17493+
},
17494+
"watcher_ids": {
17495+
"type": "array",
17496+
"items": {
17497+
"type": "string"
17498+
},
17499+
"x-nullable": true
1749317500
}
1749417501
}
1749517502
},
@@ -18444,7 +18451,11 @@ const docTemplate = `{
1844418451
"x-nullable": true
1844518452
},
1844618453
"new_identifier": {
18447-
"type": "string",
18454+
"allOf": [
18455+
{
18456+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
18457+
}
18458+
],
1844818459
"x-nullable": true
1844918460
},
1845018461
"new_value": {
@@ -18454,7 +18465,11 @@ const docTemplate = `{
1845418465
"x-nullable": true
1845518466
},
1845618467
"old_identifier": {
18457-
"type": "string",
18468+
"allOf": [
18469+
{
18470+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
18471+
}
18472+
],
1845818473
"x-nullable": true
1845918474
},
1846018475
"old_value": {

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15808,7 +15808,7 @@
1580815808
}
1580915809
}
1581015810
},
15811-
"/api/auth/workspaces/{workspaceSlug}/sprints/{sprintId}/sprint-views/": {
15811+
"/api/auth/workspaces/{workspaceSlug}/sprints/{sprintId}/sprint-view/": {
1581215812
"post": {
1581315813
"security": [
1581415814
{
@@ -17482,6 +17482,13 @@
1748217482
"target_date": {
1748317483
"type": "string",
1748417484
"x-nullable": true
17485+
},
17486+
"watcher_ids": {
17487+
"type": "array",
17488+
"items": {
17489+
"type": "string"
17490+
},
17491+
"x-nullable": true
1748517492
}
1748617493
}
1748717494
},
@@ -18436,7 +18443,11 @@
1843618443
"x-nullable": true
1843718444
},
1843818445
"new_identifier": {
18439-
"type": "string",
18446+
"allOf": [
18447+
{
18448+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
18449+
}
18450+
],
1844018451
"x-nullable": true
1844118452
},
1844218453
"new_value": {
@@ -18446,7 +18457,11 @@
1844618457
"x-nullable": true
1844718458
},
1844818459
"old_identifier": {
18449-
"type": "string",
18460+
"allOf": [
18461+
{
18462+
"$ref": "#/definitions/github_com_gofrs_uuid.NullUUID"
18463+
}
18464+
],
1845018465
"x-nullable": true
1845118466
},
1845218467
"old_value": {

0 commit comments

Comments
 (0)