Skip to content

Commit

Permalink
Merge pull request #1 from printu/8.1.0
Browse files Browse the repository at this point in the history
8.1.0 library implementation
  • Loading branch information
krzaczek authored Jul 14, 2017
2 parents 5ae8dc0 + 1eadbd1 commit 91f5bab
Show file tree
Hide file tree
Showing 328 changed files with 1,522 additions and 1,308 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
/vendor/
/vendor/
bin/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PHP bindings for the e-nadawca Poczta Polska (https://e-nadawca.poczta-polska.pl/).

[API Documentation](https://e-nadawca.poczta-polska.pl/download/webapi-specification-en-v.43-7.0.1-02.02.2016.zip)
[API Documentation](https://e-nadawca.poczta-polska.pl/download/specyfikacja-webapi-en-v.47-8.1.0-10.04.2017.zip)

## Installation

Expand All @@ -13,7 +13,7 @@ In your composer.json file:
```js
{
"require": {
"printu/elektroniczny-nadawca": "^1.0.43"
"printu/elektroniczny-nadawca": "^1.0.47"
}
}
```
Expand Down
10 changes: 8 additions & 2 deletions src/PocztaPolska/AdoreczeniePrzesylkiType.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ class AdoreczeniePrzesylkiType
public $osobaOdbierajaca;
/** @var \PocztaPolska\podmiotDoreczeniaEnum */
public $podmiotDoreczenia;
/** @var \PocztaPolska\date */
public $dataPelnomocnictwa;
/** @var string */
public $numerPelnomocnictwa;
/** @var boolean */
public $pieczecFirmowa;
/** @var \PocztaPolska\miejscePozostawieniaZawiadomieniaODoreczeniuEnum */
public $miejscePozostawieniaZawiadomieniaODoreczeniu;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/AdoreczenieType.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ class AdoreczenieType
/** @var boolean */
public $wGodzinachOd20Do7;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/AdoreczenieUslugaKurierskaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ class AdoreczenieUslugaKurierskaType
/** @var boolean */
public $po17;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/AdoreczenieUslugaPocztowaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ class AdoreczenieUslugaPocztowaType
/** @var boolean */
public $doRakWlasnych;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/AdownloadIWDContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ class AdownloadIWDContent
/** @var int */
public $idEnvelope;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/AdownloadIWDContentResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ class AdownloadIWDContentResponse
/** @var \PocztaPolska\errorType */
public $error;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/AglobalExpresType.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ class AglobalExpresType extends \PocztaPolska\przesylkaRejestrowanaType
/** @var string */
public $numerPrzesylkiKlienta;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/AlistBiznesowyType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ class AlistBiznesowyType extends \PocztaPolska\przesylkaNieRejestrowanaType
/** @var \PocztaPolska\masaType */
public $masa;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/AlistZwyklyFirmowyType.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ class AlistZwyklyFirmowyType extends \PocztaPolska\przesylkaNieRejestrowanaType
/** @var \PocztaPolska\gabarytType */
public $gabaryt;
}


6 changes: 4 additions & 2 deletions src/PocztaPolska/AlistZwyklyType.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class AlistZwyklyType extends \PocztaPolska\przesylkaNieRejestrowanaType
public $egzemplarzBiblioteczny;
/** @var boolean */
public $dlaOciemnialych;
/** @var boolean */
public $obszarMiasto;
/** @var boolean */
public $miejscowa;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/EMSTypOpakowaniaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ class EMSTypOpakowaniaType
const DOKUMENT_PACK = 'DOKUMENT_PACK';
const KILO_PACK = 'KILO_PACK';
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/EMSType.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ class EMSType extends \PocztaPolska\przesylkaRejestrowanaType
/** @var boolean */
public $zalaczoneDokumenty;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/EPOExtendedType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ class EPOExtendedType extends \PocztaPolska\EPOType
/** @var \PocztaPolska\zasadySpecjalneEnum */
public $zasadySpecjalne;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/EPOInfoType.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ class EPOInfoType
/** @var \PocztaPolska\zwrotPrzesylkiType */
public $zwrotPrzesylki;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/EPOSimpleType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
class EPOSimpleType extends \PocztaPolska\EPOType
{
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/EPOType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
class EPOType
{
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/EZDOPakietType.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ class EZDOPakietType
/** @var string */
public $idEZDOFile;
}


2 changes: 0 additions & 2 deletions src/PocztaPolska/EZDOPrzesylkaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ class EZDOPrzesylkaType
/** @var string */
public $zwrot;
}


Loading

0 comments on commit 91f5bab

Please sign in to comment.