Suppression du journal d'appel des fichiers de config
This commit is contained in:
parent
ba024a650a
commit
27330bf829
|
@ -116,20 +116,7 @@
|
||||||
"id_user": { "description": "UID de l'utilisateur", "type": "id" }
|
"id_user": { "description": "UID de l'utilisateur", "type": "id" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
|
|
||||||
"call_log": {
|
|
||||||
"unserialize": {
|
|
||||||
"description": "Recupere le contenu d'un fichier XML de journal d'appel s'il a été importé au préalable.",
|
|
||||||
"permissions": [],
|
|
||||||
"parameters": {},
|
|
||||||
"output": {
|
|
||||||
"tmp_id": { "description": "Identifiant temporaire du journal d'appel", "type": "varchar(40,40)" },
|
|
||||||
"directory": { "description": "Annuaire des contacts trouvés", "type": "array<array<mixed>>" },
|
|
||||||
"call": { "description": "Liste des identifiants des contacts triés par nombre d'appels", "type": "array<id>" },
|
|
||||||
"sms": { "description": "Liste des identifiants des contacts triés par nombre de sms", "type": "array<id>" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"chart": {
|
"chart": {
|
||||||
|
@ -376,21 +363,6 @@
|
||||||
|
|
||||||
"upload": {
|
"upload": {
|
||||||
|
|
||||||
"call_log": {
|
|
||||||
"description": "Upload d'un journal d'appel au format .xml. Retour des données de call_log/unserialize",
|
|
||||||
"permissions": ["admin"],
|
|
||||||
"parameters": {
|
|
||||||
"file": { "description": "Fichier du journal d'appel.", "type": "FILE" }
|
|
||||||
},
|
|
||||||
"output": {
|
|
||||||
"tmp_id": { "description": "Identifiant temporaire du journal d'appel", "type": "varchar(40,40)" },
|
|
||||||
"directory": { "description": "Annuaire des contacts trouvés", "type": "array<array<mixed>>" },
|
|
||||||
"call": { "description": "Liste des identifiants des contacts triés par nombre d'appels", "type": "array<id>" },
|
|
||||||
"sms": { "description": "Liste des identifiants des contacts triés par nombre de sms", "type": "array<id>" }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
"local_data": {
|
"local_data": {
|
||||||
"description": "Upload d'une sauvegarde de formulaire local au format .json.",
|
"description": "Upload d'une sauvegarde de formulaire local au format .json.",
|
||||||
"permissions": ["admin"],
|
"permissions": ["admin"],
|
||||||
|
@ -400,18 +372,6 @@
|
||||||
"output": {
|
"output": {
|
||||||
"local_data": { "description": "Contenu formatté du fichier.", "type": "array<mixed>"}
|
"local_data": { "description": "Contenu formatté du fichier.", "type": "array<mixed>"}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
"iexplorer_convert": {
|
|
||||||
"description": "Convertisseur .txt (iExplorer) vers .xml (Call Log)",
|
|
||||||
"permissions": ["admin"],
|
|
||||||
"parameters": {
|
|
||||||
"file": { "description": "Fichier exporté de iExplorer", "type": "FILE" }
|
|
||||||
},
|
|
||||||
"output": {
|
|
||||||
"data": { "description": "Contenu formatté du fichier.", "type": "array<mixed>"}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"root": "/src/upload",
|
"root": "/src/upload",
|
||||||
"directories": [
|
"directories": [
|
||||||
"call_log",
|
|
||||||
"local_data",
|
"local_data",
|
||||||
"convert_iexplorer"
|
"convert_iexplorer"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue