Skip to content

Commit

Permalink
Merge pull request #6 from printu/dev-1.0.64
Browse files Browse the repository at this point in the history
Upgrade to v.64-10.0 (06.03.2019)
  • Loading branch information
krzaczek authored Mar 21, 2019
2 parents 399e493 + 879fdda commit 80d055c
Show file tree
Hide file tree
Showing 16 changed files with 8,770 additions and 8,106 deletions.
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/en-opis-webapi-56-20180924.zip)
[API Documentation](https://e-nadawca.poczta-polska.pl/download/en_opis_webapi_w64_20190306.zip)

## Installation

Expand All @@ -13,7 +13,7 @@ In your composer.json file:
```js
{
"require": {
"printu/elektroniczny-nadawca": "^1.0.56"
"printu/elektroniczny-nadawca": "^1.0.64"
}
}
```
Expand Down
10 changes: 10 additions & 0 deletions src/PocztaPolska/AformatType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace PocztaPolska;

class AformatType
{
const S = 'S';
const M = 'M';
const L = 'L';
}
25 changes: 25 additions & 0 deletions src/PocztaPolska/AlistWartosciowyKrajowyType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

namespace PocztaPolska;

class AlistWartosciowyKrajowyType extends \PocztaPolska\przesylkaRejestrowanaType
{
/** @var boolean */
public $posteRestante;
/** @var \PocztaPolska\wartoscType */
public $wartosc;
/** @var \PocztaPolska\iloscPotwierdzenOdbioruType */
public $iloscPotwierdzenOdbioru;
/** @var \PocztaPolska\kategoriaType */
public $kategoria;
/** @var \PocztaPolska\formatType */
public $format;
/** @var \PocztaPolska\masaType */
public $masa;
/** @var string */
public $numerWewnetrznyPrzesylki;
/** @var boolean */
public $egzemplarzBiblioteczny;
/** @var boolean */
public $dlaOciemnialych;
}
9 changes: 9 additions & 0 deletions src/PocztaPolska/ElektronicznyNadawca.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,15 @@ class ElektronicznyNadawca extends \SoapClient
'numerTransakcjiOdbioruType' => 'PocztaPolska\numerTransakcjiOdbioruType',
'daneSentType' => 'PocztaPolska\daneSentType',
'awizacjaType' => 'PocztaPolska\awizacjaType',
'formatType' => 'PocztaPolska\AformatType',
'przesylkaNierejestrowanaKrajowaType' => 'PocztaPolska\przesylkaNierejestrowanaKrajowaType',
'listWartosciowyKrajowyType' => 'PocztaPolska\AlistWartosciowyKrajowyType',
'przyczynaZwrotuDodatkowaType' => 'PocztaPolska\przyczynaZwrotuDodatkowaType',
'relatedToAllegroType' => 'PocztaPolska\relatedToAllegroType',
'relatedToAllegroIdType' => 'PocztaPolska\relatedToAllegroIdType',
'relatedToAllegroSellerIdType' => 'PocztaPolska\relatedToAllegroSellerIdType',
'relatedToAllegroChannelType' => 'PocztaPolska\relatedToAllegroChannelType',
'relatedToAllegroDeliveryMethodType' => 'PocztaPolska\relatedToAllegroDeliveryMethodType',
);

public function __construct($wsdl = null, $options = array())
Expand Down
13 changes: 13 additions & 0 deletions src/PocztaPolska/przesylkaNierejestrowanaKrajowaType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

namespace PocztaPolska;

class przesylkaNierejestrowanaKrajowaType extends \PocztaPolska\przesylkaNieRejestrowanaType
{
/** @var \PocztaPolska\kategoriaType */
public $kategoria;
/** @var \PocztaPolska\formatType */
public $format;
/** @var \PocztaPolska\masaType */
public $masa;
}
2 changes: 2 additions & 0 deletions src/PocztaPolska/przesylkaPoleconaKrajowaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class przesylkaPoleconaKrajowaType extends \PocztaPolska\przesylkaRejestrowanaTy
public $kategoria;
/** @var \PocztaPolska\gabarytType */
public $gabaryt;
/** @var \PocztaPolska\formatType */
public $format;
/** @var \PocztaPolska\masaType */
public $masa;
/** @var boolean */
Expand Down
2 changes: 2 additions & 0 deletions src/PocztaPolska/przesylkaRejestrowanaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class przesylkaRejestrowanaType extends \PocztaPolska\przesylkaType
public $adres;
/** @var \PocztaPolska\adresType */
public $nadawca;
/** @var \PocztaPolska\relatedToAllegroType */
public $relatedToAllegro;
/** @var \PocztaPolska\numerNadaniaType */
public $numerNadania;
/** @var \PocztaPolska\sygnaturaType */
Expand Down
7 changes: 7 additions & 0 deletions src/PocztaPolska/przyczynaZwrotuDodatkowaType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace PocztaPolska;

class przyczynaZwrotuDodatkowaType
{
}
10 changes: 10 additions & 0 deletions src/PocztaPolska/relatedToAllegroChannelType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace PocztaPolska;

class relatedToAllegroChannelType
{
const MS = 'MS';
const WEB_API = 'WEB_API';
const REST_API = 'REST_API';
}
7 changes: 7 additions & 0 deletions src/PocztaPolska/relatedToAllegroDeliveryMethodType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace PocztaPolska;

class relatedToAllegroDeliveryMethodType
{
}
7 changes: 7 additions & 0 deletions src/PocztaPolska/relatedToAllegroIdType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace PocztaPolska;

class relatedToAllegroIdType
{
}
7 changes: 7 additions & 0 deletions src/PocztaPolska/relatedToAllegroSellerIdType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace PocztaPolska;

class relatedToAllegroSellerIdType
{
}
15 changes: 15 additions & 0 deletions src/PocztaPolska/relatedToAllegroType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

namespace PocztaPolska;

class relatedToAllegroType
{
/** @var \PocztaPolska\relatedToAllegroIdType */
public $id;
/** @var \PocztaPolska\relatedToAllegroSellerIdType */
public $sellerId;
/** @var \PocztaPolska\relatedToAllegroChannelType */
public $channel;
/** @var \PocztaPolska\relatedToAllegroDeliveryMethodType */
public $deliveryMethod;
}
2 changes: 2 additions & 0 deletions src/PocztaPolska/zwrotPrzesylkiType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ class zwrotPrzesylkiType
public $przyczyna;
/** @var dateTime */
public $data;
/** @var \PocztaPolska\przyczynaZwrotuDodatkowaType */
public $przyczynaZwrotuDodatkowa;
}
Loading

0 comments on commit 80d055c

Please sign in to comment.