From 00231c344d45ff66639f3db59a0328d563e54f61 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 23 Mar 2011 15:44:17 +0000 Subject: [PATCH] Suppression type inutile --- library/WsScore/Interne/v0.2/Interne.ini | 4 -- library/WsScore/Interne/v0.2/Types.php | 51 ------------------------ 2 files changed, 55 deletions(-) diff --git a/library/WsScore/Interne/v0.2/Interne.ini b/library/WsScore/Interne/v0.2/Interne.ini index f17bf854..ffb8567e 100644 --- a/library/WsScore/Interne/v0.2/Interne.ini +++ b/library/WsScore/Interne/v0.2/Interne.ini @@ -21,12 +21,8 @@ Type[] = "ListeCmdAssoReturn" Type[] = "CmdAssoReturn" Type[] = "CmdAssoDetail" Type[] = "InfoCmdAsso" -Type[] = "ListeBilan" -Type[] = "ListeActe" Type[] = "CommandeReturnType" Type[] = "CmdFiltrePieces" -Type[] = "Bilan" -Type[] = "Acte" Type[] = "CmdStatut" Type[] = "InfosLoginReturn" Type[] = "InfosLogin" diff --git a/library/WsScore/Interne/v0.2/Types.php b/library/WsScore/Interne/v0.2/Types.php index 5cb4e9ac..e7de545c 100644 --- a/library/WsScore/Interne/v0.2/Types.php +++ b/library/WsScore/Interne/v0.2/Types.php @@ -318,23 +318,6 @@ class CmdAssoDetail public $refCmde; } - -class ListeBilan -{ - /** @var ErrorType */ - public $error; - /** @var Bilan[] */ - public $bilans; -} - -class ListeActe -{ - /** @var ErrorType */ - public $error; - /** @var Acte[] */ - public $actes; -} - class CommandeReturnType { /** @var ErrorType */ @@ -349,40 +332,6 @@ class ListeCommandeFiltre public $type; } -class Bilan -{ - /** @var string */ - public $mode; - /** @var string */ - public $dateCloture; - /** @var string */ - public $type; -} - -class Acte -{ - /** @var string */ - public $mode; - /** @var int */ - public $depotNum; - /** @var string */ - public $depotDate; - /** @var int */ - public $acteNum; - /** @var string */ - public $acteDate; - /** @var string */ - public $acteType; - /** @var string */ - public $acteTypeLib; - /** @var int */ - public $acteNbPages; - /** @var string */ - public $acteDecisionNature; - /** @var string */ - public $acteDecisionLib; -} - class CmdStatut { /** @var int */