Skip to content

Commit 3b96528

Browse files
committed
fix: register dto
1 parent ee1e04e commit 3b96528

File tree

1 file changed

+110
-22
lines changed

1 file changed

+110
-22
lines changed

openapi.json

Lines changed: 110 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"hash": "82fcbe018c9fd79aab12e521511bcb7a5b394a2dc70da6415a711d446fba8ea0",
2+
"hash": "bd04223d5edb14e8cdb8d168c52fe946d2b5421b9931c69f593d20e433e882f6",
33
"openapi": "3.0.0",
44
"paths": {
55
"/hello": {
@@ -4328,6 +4328,29 @@
43284328
"ns": {
43294329
"type": "string",
43304330
"description": "命名空间"
4331+
},
4332+
"inviter": {
4333+
"type": "string",
4334+
"description": "邀请人"
4335+
},
4336+
"labels": {
4337+
"description": "标签",
4338+
"type": "array",
4339+
"items": {
4340+
"type": "string"
4341+
}
4342+
},
4343+
"registerIp": {
4344+
"type": "string",
4345+
"description": "注册 IP"
4346+
},
4347+
"registerRegion": {
4348+
"type": "string",
4349+
"description": "注册地区,存地区编号"
4350+
},
4351+
"type": {
4352+
"type": "string",
4353+
"description": "类型, 登录端"
43314354
}
43324355
},
43334356
"required": [
@@ -4380,6 +4403,10 @@
43804403
"type": "string",
43814404
"description": "简介"
43824405
},
4406+
"inviter": {
4407+
"type": "string",
4408+
"description": "邀请人"
4409+
},
43834410
"labels": {
43844411
"description": "标签",
43854412
"type": "array",
@@ -4500,6 +4527,9 @@
45004527
},
45014528
"required": [
45024529
"labels",
4530+
"roles",
4531+
"permissions",
4532+
"groups",
45034533
"id"
45044534
]
45054535
},
@@ -4521,6 +4551,29 @@
45214551
"ns": {
45224552
"type": "string",
45234553
"description": "命名空间"
4554+
},
4555+
"inviter": {
4556+
"type": "string",
4557+
"description": "邀请人"
4558+
},
4559+
"labels": {
4560+
"description": "标签",
4561+
"type": "array",
4562+
"items": {
4563+
"type": "string"
4564+
}
4565+
},
4566+
"registerIp": {
4567+
"type": "string",
4568+
"description": "注册 IP"
4569+
},
4570+
"registerRegion": {
4571+
"type": "string",
4572+
"description": "注册地区,存地区编号"
4573+
},
4574+
"type": {
4575+
"type": "string",
4576+
"description": "类型, 登录端"
45244577
}
45254578
},
45264579
"required": [
@@ -4547,6 +4600,29 @@
45474600
"ns": {
45484601
"type": "string",
45494602
"description": "命名空间"
4603+
},
4604+
"inviter": {
4605+
"type": "string",
4606+
"description": "邀请人"
4607+
},
4608+
"labels": {
4609+
"description": "标签",
4610+
"type": "array",
4611+
"items": {
4612+
"type": "string"
4613+
}
4614+
},
4615+
"registerIp": {
4616+
"type": "string",
4617+
"description": "注册 IP"
4618+
},
4619+
"registerRegion": {
4620+
"type": "string",
4621+
"description": "注册地区,存地区编号"
4622+
},
4623+
"type": {
4624+
"type": "string",
4625+
"description": "类型, 登录端"
45504626
}
45514627
},
45524628
"required": [
@@ -5767,13 +5843,34 @@
57675843
"description": "是否有密码",
57685844
"readOnly": true
57695845
},
5846+
"groups": {
5847+
"description": "团队",
5848+
"type": "array",
5849+
"items": {
5850+
"type": "string"
5851+
}
5852+
},
57705853
"labels": {
57715854
"description": "标签",
57725855
"type": "array",
57735856
"items": {
57745857
"type": "string"
57755858
}
57765859
},
5860+
"permissions": {
5861+
"description": "权限",
5862+
"type": "array",
5863+
"items": {
5864+
"type": "string"
5865+
}
5866+
},
5867+
"roles": {
5868+
"description": "角色",
5869+
"type": "array",
5870+
"items": {
5871+
"type": "string"
5872+
}
5873+
},
57775874
"avatar": {
57785875
"type": "string",
57795876
"description": "头像"
@@ -5806,6 +5903,10 @@
58065903
"type": "string",
58075904
"description": "简介"
58085905
},
5906+
"inviter": {
5907+
"type": "string",
5908+
"description": "邀请人"
5909+
},
58095910
"language": {
58105911
"type": "string",
58115912
"description": "使用语言"
@@ -5826,17 +5927,14 @@
58265927
"type": "string",
58275928
"description": "手机号"
58285929
},
5930+
"registerIp": {
5931+
"type": "string",
5932+
"description": "注册 IP"
5933+
},
58295934
"registerRegion": {
58305935
"type": "string",
58315936
"description": "注册地区,存地区编号"
58325937
},
5833-
"roles": {
5834-
"description": "角色",
5835-
"type": "array",
5836-
"items": {
5837-
"type": "string"
5838-
}
5839-
},
58405938
"username": {
58415939
"type": "string",
58425940
"description": "用户名"
@@ -5845,20 +5943,6 @@
58455943
"type": "string",
58465944
"description": "员工编号"
58475945
},
5848-
"permissions": {
5849-
"description": "权限",
5850-
"type": "array",
5851-
"items": {
5852-
"type": "string"
5853-
}
5854-
},
5855-
"groups": {
5856-
"description": "团队",
5857-
"type": "array",
5858-
"items": {
5859-
"type": "string"
5860-
}
5861-
},
58625946
"active": {
58635947
"type": "boolean",
58645948
"description": "是否启用"
@@ -5929,6 +6013,10 @@
59296013
"type": "string",
59306014
"description": "简介"
59316015
},
6016+
"inviter": {
6017+
"type": "string",
6018+
"description": "邀请人"
6019+
},
59326020
"labels": {
59336021
"description": "标签",
59346022
"type": "array",

0 commit comments

Comments
 (0)