git init
This commit is contained in:
31
api-summary.json
Normal file
31
api-summary.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"sourceFiles": [
|
||||
"domain/toir.api.dsl"
|
||||
],
|
||||
"enums": [
|
||||
{
|
||||
"name": "EquipmentStatus",
|
||||
"description": null,
|
||||
"values": [
|
||||
{
|
||||
"name": "Active",
|
||||
"label": "В эксплуатации"
|
||||
},
|
||||
{
|
||||
"name": "Repair",
|
||||
"label": "В ремонте"
|
||||
},
|
||||
{
|
||||
"name": "Reserve",
|
||||
"label": "В резерве"
|
||||
},
|
||||
{
|
||||
"name": "WriteOff",
|
||||
"label": "Списано"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"dtos": [],
|
||||
"apis": []
|
||||
}
|
||||
Reference in New Issue
Block a user