feat: implement wiki and submission management services with corresponding database schema and API endpoints
Build and Release / release (push) Successful in 2m3s
Build and Release / release (push) Successful in 2m3s
This commit is contained in:
@@ -4735,6 +4735,9 @@
|
||||
"$ref": "#/definitions/history-api_internal_dtos_request.GeometryEntitySnapshot"
|
||||
}
|
||||
},
|
||||
"project": {
|
||||
"$ref": "#/definitions/history-api_internal_dtos_request.ProjectSnapshot"
|
||||
},
|
||||
"replays": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -4890,6 +4893,27 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"history-api_internal_dtos_request.EntityLabelCandidate": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_end": {
|
||||
"type": "number"
|
||||
},
|
||||
"time_start": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"history-api_internal_dtos_request.EntitySnapshot": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
@@ -5033,6 +5057,12 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"entity_label_candidates": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/history-api_internal_dtos_request.EntityLabelCandidate"
|
||||
}
|
||||
},
|
||||
"entity_name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -5049,6 +5079,22 @@
|
||||
"type": "string"
|
||||
},
|
||||
"id": {},
|
||||
"line_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"point_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"polygon_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"inline",
|
||||
"ref"
|
||||
]
|
||||
},
|
||||
"time_end": {
|
||||
"type": "number"
|
||||
},
|
||||
@@ -5133,6 +5179,12 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"geometry": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -5188,6 +5240,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"history-api_internal_dtos_request.ProjectSnapshot": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"title"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"history-api_internal_dtos_request.ResetPasswordDto": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user