Add the "force sync" action

This commit is contained in:
Jonas Lochmann
2020-09-14 02:00:00 +02:00
parent e8cc9fd5e6
commit bdc4879806
12 changed files with 279 additions and 45 deletions
@@ -9,6 +9,9 @@
{
"$ref": "#/definitions/SerializedAddUsedTimeActionVersion2"
},
{
"$ref": "#/definitions/SerializedForceSyncAction"
},
{
"$ref": "#/definitions/SerializedRemoveInstalledAppsAction"
},
@@ -224,6 +227,22 @@
],
"title": "SerializedAddUsedTimeActionVersion2"
},
"SerializedForceSyncAction": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"FORCE_SYNC"
]
}
},
"additionalProperties": false,
"required": [
"type"
],
"title": "SerializedForceSyncAction"
},
"SerializedRemoveInstalledAppsAction": {
"type": "object",
"properties": {