Skip to content

Commit

Permalink
Merge pull request #4 from printu/dev-1.0.50
Browse files Browse the repository at this point in the history
Bump version to 1.0.50
  • Loading branch information
krzaczek authored Jun 4, 2018
2 parents dd746e5 + b7b31da commit 6db5f88
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 27 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/specyfikacja-webapi-en-v.49-8.3.0-17.11.2017.zip)
[API Documentation](https://e-nadawca.poczta-polska.pl/download/specyfikacja-webapi-en-v.50-9.0.0-023.02.2018.zip)

## Installation

Expand All @@ -13,7 +13,7 @@ In your composer.json file:
```js
{
"require": {
"printu/elektroniczny-nadawca": "^1.0.49"
"printu/elektroniczny-nadawca": "^1.0.50"
}
}
```
Expand Down
20 changes: 10 additions & 10 deletions src/PocztaPolska/oczekiwanaGodzinaDoreczeniaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
class oczekiwanaGodzinaDoreczeniaType
{
const DO_08_00 = 'DO 08:00';
const DO_09_00 = 'DO 09:00';
const DO_12_00 = 'DO 12:00';
const NA_13_00 = 'NA 13:00';
const NA_14_00 = 'NA 14:00';
const NA_15_00 = 'NA 15:00';
const NA_16_00 = 'NA 16:00';
const NA_17_00 = 'NA 17:00';
const NA_18_00 = 'NA 18:00';
const NA_19_00 = 'NA 19:00';
const NA_20_00 = 'NA 20:00';
const DO_09_00 = 'DO 09:00';
const DO_12_00 = 'DO 12:00';
const NA_13_00 = 'NA 13:00';
const NA_14_00 = 'NA 14:00';
const NA_15_00 = 'NA 15:00';
const NA_16_00 = 'NA 16:00';
const NA_17_00 = 'NA 17:00';
const NA_18_00 = 'NA 18:00';
const NA_19_00 = 'NA 19:00';
const NA_20_00 = 'NA 20:00';
}
22 changes: 11 additions & 11 deletions src/PocztaPolska/oczekiwanaGodzinaDoreczeniaUslugiType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
class oczekiwanaGodzinaDoreczeniaUslugiType
{
const DO_08_00 = 'DO 08:00';
const DO_09_00 = 'DO 09:00';
const DO_12_00 = 'DO 12:00';
const NA_13_00 = 'NA 13:00';
const NA_14_00 = 'NA 14:00';
const NA_15_00 = 'NA 15:00';
const NA_16_00 = 'NA 16:00';
const NA_17_00 = 'NA 17:00';
const NA_18_00 = 'NA 18:00';
const NA_19_00 = 'NA 19:00';
const NA_20_00 = 'NA 20:00';
const PO_17_00 = 'PO 17:00';
const DO_09_00 = 'DO 09:00';
const DO_12_00 = 'DO 12:00';
const NA_13_00 = 'NA 13:00';
const NA_14_00 = 'NA 14:00';
const NA_15_00 = 'NA 15:00';
const NA_16_00 = 'NA 16:00';
const NA_17_00 = 'NA 17:00';
const NA_18_00 = 'NA 18:00';
const NA_19_00 = 'NA 19:00';
const NA_20_00 = 'NA 20:00';
const PO_17_00 = 'PO 17:00';
}
7 changes: 5 additions & 2 deletions wsdl/en.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<xsd:restriction base="xsd:string">
<xsd:whiteSpace value="collapse" />
<xsd:maxLength value="10" />
<xsd:minLength value="5" />
<xsd:minLength value="0" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="terminType">
Expand Down Expand Up @@ -1638,9 +1638,12 @@
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="mobileType">
<xsd:annotation>
<xsd:documentation>źródło danych: http://www.uke.gov.pl/tablice/NumerPlmn-list.do?execution=e5s1 -- wygenerowano 2017-10-13 14:29:07</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:length value="9" />
<xsd:pattern value="[5-8]{1}[0-9]{8}" />
<xsd:pattern value="(45|50|51|53|57|60|66|69|72|73|78|79|88)[0-9]{7}" />
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="EMSType">
Expand Down
7 changes: 5 additions & 2 deletions wsdl/test/en.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<xsd:restriction base="xsd:string">
<xsd:whiteSpace value="collapse" />
<xsd:maxLength value="10" />
<xsd:minLength value="5" />
<xsd:minLength value="0" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="terminType">
Expand Down Expand Up @@ -1638,9 +1638,12 @@
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="mobileType">
<xsd:annotation>
<xsd:documentation>źródło danych: http://www.uke.gov.pl/tablice/NumerPlmn-list.do?execution=e5s1 -- wygenerowano 2017-10-13 14:29:07</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:length value="9" />
<xsd:pattern value="[5-8]{1}[0-9]{8}" />
<xsd:pattern value="(45|50|51|53|57|60|66|69|72|73|78|79|88)[0-9]{7}" />
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="EMSType">
Expand Down

0 comments on commit 6db5f88

Please sign in to comment.