Update json

pull/164/head
Michael Zanetti 2019-05-18 13:34:56 +02:00
parent d8e4947038
commit 5865ddb341
1 changed files with 15 additions and 0 deletions

View File

@ -1535,6 +1535,16 @@
"NetworkManagerStateConnectedSite",
"NetworkManagerStateConnectedGlobal"
],
"Package": {
"canRemove": "Bool",
"candidateVersion": "String",
"changelog": "String",
"displayName": "String",
"id": "String",
"installedVersion": "String",
"rollbackAvailable": "Bool",
"updateAvailable": "Bool"
},
"Param": {
"paramTypeId": "Uuid",
"value": "$ref:BasicType"
@ -1590,6 +1600,11 @@
"Int"
]
},
"Repository": {
"displayName": "String",
"enabled": "Bool",
"id": "String"
},
"Rule": {
"actions": [
"$ref:RuleAction"