czech_post_b2b_client 1.0.0 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (482) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +18 -4
  3. data/CHANGELOG.md +28 -0
  4. data/README.md +224 -199
  5. data/doc/CzechPostB2bClient.html +31 -35
  6. data/doc/CzechPostB2bClient/B2BErrors.html +26 -13
  7. data/doc/CzechPostB2bClient/B2BErrors/BadRequestError.html +7 -7
  8. data/doc/CzechPostB2bClient/B2BErrors/BaseError.html +75 -40
  9. data/doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html +7 -7
  10. data/doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html +7 -7
  11. data/doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html +7 -7
  12. data/doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html +7 -7
  13. data/doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html +7 -7
  14. data/doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html +7 -7
  15. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html +7 -7
  16. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html +7 -7
  17. data/doc/CzechPostB2bClient/Configuration.html +33 -25
  18. data/doc/CzechPostB2bClient/Error.html +6 -6
  19. data/doc/CzechPostB2bClient/PostServices.html +197 -0
  20. data/doc/CzechPostB2bClient/PostServices/AddreseeVerification.html +129 -0
  21. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalByEmail.html +129 -0
  22. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySms.html +140 -0
  23. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySmsAndEmail.html +129 -0
  24. data/doc/CzechPostB2bClient/PostServices/AddresseeVerificationOnDelivery.html +129 -0
  25. data/doc/CzechPostB2bClient/PostServices/AfternoonDelivery.html +129 -0
  26. data/doc/CzechPostB2bClient/PostServices/Base.html +351 -0
  27. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKA.html +129 -0
  28. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKC.html +129 -0
  29. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryInternational.html +129 -0
  30. data/doc/CzechPostB2bClient/PostServices/CertificateOfDelivery.html +148 -0
  31. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseeOnly.html +140 -0
  32. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseePersonOnly.html +129 -0
  33. data/doc/CzechPostB2bClient/PostServices/CompanyRegisteredMail.html +141 -0
  34. data/doc/CzechPostB2bClient/PostServices/CompleteDelivery.html +129 -0
  35. data/doc/CzechPostB2bClient/PostServices/Consignment.html +129 -0
  36. data/doc/CzechPostB2bClient/PostServices/CumbersomeParcel.html +129 -0
  37. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseeOnly.html +129 -0
  38. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseePersonOnly.html +129 -0
  39. data/doc/CzechPostB2bClient/PostServices/DeliverToCompany.html +147 -0
  40. data/doc/CzechPostB2bClient/PostServices/DepositFor10Days.html +129 -0
  41. data/doc/CzechPostB2bClient/PostServices/DepositFor10WorkingDays.html +129 -0
  42. data/doc/CzechPostB2bClient/PostServices/DepositFor3Days.html +129 -0
  43. data/doc/CzechPostB2bClient/PostServices/DepositFor7Days.html +129 -0
  44. data/doc/CzechPostB2bClient/PostServices/DepositFor90Days.html +129 -0
  45. data/doc/CzechPostB2bClient/PostServices/DepositIfAdresseeIsUnreachable.html +141 -0
  46. data/doc/CzechPostB2bClient/PostServices/DiscountForCollectiveShippment.html +129 -0
  47. data/doc/CzechPostB2bClient/PostServices/DiscountForOnlinePosting.html +129 -0
  48. data/doc/CzechPostB2bClient/PostServices/DoNotDeposit.html +129 -0
  49. data/doc/CzechPostB2bClient/PostServices/DoNotExtendCollectionTime.html +148 -0
  50. data/doc/CzechPostB2bClient/PostServices/DoNotPutIntoMailbox.html +129 -0
  51. data/doc/CzechPostB2bClient/PostServices/DoNotResend.html +129 -0
  52. data/doc/CzechPostB2bClient/PostServices/DoNotReturnLeaveItInMailbox.html +129 -0
  53. data/doc/CzechPostB2bClient/PostServices/DoNotReturnToSender.html +129 -0
  54. data/doc/CzechPostB2bClient/PostServices/Document.html +129 -0
  55. data/doc/CzechPostB2bClient/PostServices/DocumentlessCashOnDelivery.html +147 -0
  56. data/doc/CzechPostB2bClient/PostServices/DocumentsSignedAtDelivery.html +129 -0
  57. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliveryEmail.html +129 -0
  58. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySms.html +140 -0
  59. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySmsAndEmail.html +129 -0
  60. data/doc/CzechPostB2bClient/PostServices/EconomyDelivery.html +140 -0
  61. data/doc/CzechPostB2bClient/PostServices/ExtendedCollectionTime.html +129 -0
  62. data/doc/CzechPostB2bClient/PostServices/ForenoonDelivery.html +129 -0
  63. data/doc/CzechPostB2bClient/PostServices/Fragile.html +129 -0
  64. data/doc/CzechPostB2bClient/PostServices/GiftOrNonCommercialGoods.html +148 -0
  65. data/doc/CzechPostB2bClient/PostServices/GoodsWithExportDocumentsProcessed.html +148 -0
  66. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtSaturday.html +129 -0
  67. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtWeekend.html +129 -0
  68. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeTo2PM.html +129 -0
  69. data/doc/CzechPostB2bClient/PostServices/HeavyParcelDeliveryToHand.html +129 -0
  70. data/doc/CzechPostB2bClient/PostServices/InformSenderAboutDelivery.html +129 -0
  71. data/doc/CzechPostB2bClient/PostServices/InternationalMail.html +129 -0
  72. data/doc/CzechPostB2bClient/PostServices/InternationalMailForBlinds.html +129 -0
  73. data/doc/CzechPostB2bClient/PostServices/InternationalPrintedMatterBag.html +129 -0
  74. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMail.html +129 -0
  75. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMailForBlinds.html +129 -0
  76. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredPrintedMatterBag.html +129 -0
  77. data/doc/CzechPostB2bClient/PostServices/ListedPrice.html +129 -0
  78. data/doc/CzechPostB2bClient/PostServices/Missed.html +129 -0
  79. data/doc/CzechPostB2bClient/PostServices/Missive.html +129 -0
  80. data/doc/CzechPostB2bClient/PostServices/MissiveStandard.html +129 -0
  81. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippment.html +129 -0
  82. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippmentBig.html +129 -0
  83. data/doc/CzechPostB2bClient/PostServices/NonStandardPackage.html +148 -0
  84. data/doc/CzechPostB2bClient/PostServices/OldApplianceRemoval.html +129 -0
  85. data/doc/CzechPostB2bClient/PostServices/OnPalette.html +140 -0
  86. data/doc/CzechPostB2bClient/PostServices/ParcelSizeL.html +129 -0
  87. data/doc/CzechPostB2bClient/PostServices/ParcelSizeM.html +129 -0
  88. data/doc/CzechPostB2bClient/PostServices/ParcelSizeS.html +129 -0
  89. data/doc/CzechPostB2bClient/PostServices/ParcelSizeXL.html +129 -0
  90. data/doc/CzechPostB2bClient/PostServices/PickupByThirdPerson.html +129 -0
  91. data/doc/CzechPostB2bClient/PostServices/PosteRestante.html +129 -0
  92. data/doc/CzechPostB2bClient/PostServices/PreprocessedBySorting.html +148 -0
  93. data/doc/CzechPostB2bClient/PostServices/PrioritaireByAir.html +129 -0
  94. data/doc/CzechPostB2bClient/PostServices/RegisteredMail.html +129 -0
  95. data/doc/CzechPostB2bClient/PostServices/RegisteredMailForBlinds.html +129 -0
  96. data/doc/CzechPostB2bClient/PostServices/RegisteredMailStandard.html +129 -0
  97. data/doc/CzechPostB2bClient/PostServices/ResendToOtherAddress.html +129 -0
  98. data/doc/CzechPostB2bClient/PostServices/ResponseEnvelope.html +129 -0
  99. data/doc/CzechPostB2bClient/PostServices/ResponseShipment.html +129 -0
  100. data/doc/CzechPostB2bClient/PostServices/ReturnByAir.html +129 -0
  101. data/doc/CzechPostB2bClient/PostServices/ReturnEconomically.html +129 -0
  102. data/doc/CzechPostB2bClient/PostServices/ReturnOfGoods.html +129 -0
  103. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderAfterXDays.html +148 -0
  104. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderImmediately.html +129 -0
  105. data/doc/CzechPostB2bClient/PostServices/SaveKey.html +148 -0
  106. data/doc/CzechPostB2bClient/PostServices/SubmissionByPostbox.html +129 -0
  107. data/doc/CzechPostB2bClient/PostServices/SubmissionReceiptCopy.html +129 -0
  108. data/doc/CzechPostB2bClient/PostServices/ThisSideUp.html +148 -0
  109. data/doc/CzechPostB2bClient/PostServices/ValuableContent.html +129 -0
  110. data/doc/CzechPostB2bClient/PrintingTemplates.html +16 -16
  111. data/doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html +6 -6
  112. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html +6 -6
  113. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html +6 -6
  114. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html +6 -6
  115. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html +6 -6
  116. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html +7 -7
  117. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html +6 -6
  118. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html +6 -6
  119. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel.html +141 -0
  120. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel4OnPage.html +129 -0
  121. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html +6 -6
  122. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard2OnPage.html +129 -0
  123. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html +6 -6
  124. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html +6 -6
  125. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html +6 -6
  126. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html +6 -6
  127. data/doc/CzechPostB2bClient/PrintingTemplates/Base.html +16 -16
  128. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html +6 -6
  129. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html +6 -6
  130. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html +6 -6
  131. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html +6 -6
  132. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration.html +115 -0
  133. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22.html +129 -0
  134. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN224OnPage.html +129 -0
  135. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK.html +129 -0
  136. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK4OnPage.html +129 -0
  137. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN23.html +129 -0
  138. data/doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html +6 -6
  139. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope.html +6 -6
  140. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html +6 -6
  141. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html +6 -6
  142. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html +6 -6
  143. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html +6 -6
  144. data/doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html +6 -6
  145. data/doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html +6 -6
  146. data/doc/CzechPostB2bClient/RequestBuilders.html +8 -8
  147. data/doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html +9 -9
  148. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html +8 -8
  149. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html +26 -26
  150. data/doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html +8 -8
  151. data/doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html +9 -9
  152. data/doc/CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html +414 -0
  153. data/doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html +32 -21
  154. data/doc/CzechPostB2bClient/ResponseCodes.html +51 -27
  155. data/doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html +7 -7
  156. data/doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html +7 -7
  157. data/doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html +7 -7
  158. data/doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html +7 -7
  159. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html +7 -7
  160. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html +7 -7
  161. data/doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html +7 -7
  162. data/doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html +7 -7
  163. data/doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html +7 -7
  164. data/doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html +7 -7
  165. data/doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html +7 -7
  166. data/doc/CzechPostB2bClient/ResponseCodes/BadHeight.html +7 -7
  167. data/doc/CzechPostB2bClient/ResponseCodes/BadLength.html +7 -7
  168. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html +7 -7
  169. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html +7 -7
  170. data/doc/CzechPostB2bClient/ResponseCodes/BadPrice.html +7 -7
  171. data/doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html +7 -7
  172. data/doc/CzechPostB2bClient/ResponseCodes/BadWeight.html +7 -7
  173. data/doc/CzechPostB2bClient/ResponseCodes/BadWidth.html +7 -7
  174. data/doc/CzechPostB2bClient/ResponseCodes/BaseCode.html +211 -121
  175. data/doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html +7 -7
  176. data/doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html +7 -7
  177. data/doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html +7 -7
  178. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html +7 -7
  179. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html +7 -7
  180. data/doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html +7 -7
  181. data/doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html +7 -7
  182. data/doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html +7 -7
  183. data/doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html +7 -7
  184. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html +7 -7
  185. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html +7 -7
  186. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html +7 -7
  187. data/doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html +7 -7
  188. data/doc/CzechPostB2bClient/ResponseCodes/FullSequence.html +7 -7
  189. data/doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html +7 -7
  190. data/doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html +7 -7
  191. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html +7 -7
  192. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html +7 -7
  193. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html +7 -7
  194. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html +7 -7
  195. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html +7 -7
  196. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html +7 -7
  197. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html +7 -7
  198. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html +7 -7
  199. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html +7 -7
  200. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html +7 -7
  201. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html +7 -7
  202. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html +7 -7
  203. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html +7 -7
  204. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html +7 -7
  205. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html +7 -7
  206. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html +7 -7
  207. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html +7 -7
  208. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html +7 -7
  209. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html +7 -7
  210. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html +7 -7
  211. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html +7 -7
  212. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html +7 -7
  213. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html +7 -7
  214. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html +7 -7
  215. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html +7 -7
  216. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html +7 -7
  217. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html +7 -7
  218. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html +7 -7
  219. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html +7 -7
  220. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html +7 -7
  221. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html +7 -7
  222. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html +7 -7
  223. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html +7 -7
  224. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html +7 -7
  225. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html +7 -7
  226. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html +7 -7
  227. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html +7 -7
  228. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html +7 -7
  229. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html +7 -7
  230. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html +7 -7
  231. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html +7 -7
  232. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html +7 -7
  233. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html +7 -7
  234. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService9.html +134 -0
  235. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html +7 -7
  236. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html +7 -7
  237. data/doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html +7 -7
  238. data/doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html +7 -7
  239. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html +7 -7
  240. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html +7 -7
  241. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html +7 -7
  242. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html +7 -7
  243. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html +7 -7
  244. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html +7 -7
  245. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html +7 -7
  246. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html +7 -7
  247. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html +7 -7
  248. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html +7 -7
  249. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html +7 -7
  250. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html +7 -7
  251. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html +7 -7
  252. data/doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html +18 -7
  253. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html +7 -7
  254. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html +7 -7
  255. data/doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html +7 -7
  256. data/doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html +7 -7
  257. data/doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html +7 -7
  258. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html +7 -7
  259. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html +7 -7
  260. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html +7 -7
  261. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html +7 -7
  262. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html +7 -7
  263. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html +7 -7
  264. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html +7 -7
  265. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html +7 -7
  266. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html +7 -7
  267. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html +7 -7
  268. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html +7 -7
  269. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html +7 -7
  270. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html +7 -7
  271. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html +7 -7
  272. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html +7 -7
  273. data/doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html +7 -7
  274. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html +7 -7
  275. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html +7 -7
  276. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html +7 -7
  277. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html +7 -7
  278. data/doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html +7 -7
  279. data/doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html +7 -7
  280. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html +7 -7
  281. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html +7 -7
  282. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html +7 -7
  283. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html +7 -7
  284. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html +7 -7
  285. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html +7 -7
  286. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html +7 -7
  287. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html +7 -7
  288. data/doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html +7 -7
  289. data/doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html +7 -7
  290. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html +7 -7
  291. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html +7 -7
  292. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html +7 -7
  293. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html +7 -7
  294. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html +7 -7
  295. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html +7 -7
  296. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html +7 -7
  297. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html +7 -7
  298. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html +7 -7
  299. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html +7 -7
  300. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html +7 -7
  301. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html +7 -7
  302. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html +7 -7
  303. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html +7 -7
  304. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html +7 -7
  305. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html +7 -7
  306. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html +7 -7
  307. data/doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html +7 -7
  308. data/doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html +7 -7
  309. data/doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html +7 -7
  310. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html +7 -7
  311. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html +7 -7
  312. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html +7 -7
  313. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html +7 -7
  314. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html +7 -7
  315. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html +7 -7
  316. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html +7 -7
  317. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html +7 -7
  318. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html +7 -7
  319. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html +7 -7
  320. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html +7 -7
  321. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html +7 -7
  322. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html +7 -7
  323. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html +7 -7
  324. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html +7 -7
  325. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html +7 -7
  326. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html +7 -7
  327. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html +7 -7
  328. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html +7 -7
  329. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html +7 -7
  330. data/doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html +7 -7
  331. data/doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html +7 -7
  332. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html +7 -7
  333. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html +7 -7
  334. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html +7 -7
  335. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html +7 -7
  336. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html +7 -7
  337. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html +7 -7
  338. data/doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html +7 -7
  339. data/doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html +7 -7
  340. data/doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html +7 -7
  341. data/doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html +7 -7
  342. data/doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html +7 -7
  343. data/doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html +7 -7
  344. data/doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html +7 -7
  345. data/doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html +7 -7
  346. data/doc/CzechPostB2bClient/ResponseCodes/MissingLength.html +7 -7
  347. data/doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html +7 -7
  348. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html +7 -7
  349. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html +7 -7
  350. data/doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html +7 -7
  351. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html +7 -7
  352. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html +7 -7
  353. data/doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html +7 -7
  354. data/doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html +7 -7
  355. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html +7 -7
  356. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html +7 -7
  357. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html +7 -7
  358. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html +7 -7
  359. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html +7 -7
  360. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html +7 -7
  361. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html +7 -7
  362. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html +7 -7
  363. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html +7 -7
  364. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html +7 -7
  365. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html +7 -7
  366. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html +7 -7
  367. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html +7 -7
  368. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html +7 -7
  369. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html +7 -7
  370. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html +7 -7
  371. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html +7 -7
  372. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html +7 -7
  373. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html +7 -7
  374. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html +7 -7
  375. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html +7 -7
  376. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html +7 -7
  377. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html +7 -7
  378. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html +7 -7
  379. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html +7 -7
  380. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html +7 -7
  381. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html +7 -7
  382. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html +7 -7
  383. data/doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html +7 -7
  384. data/doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html +7 -7
  385. data/doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html +7 -7
  386. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html +7 -7
  387. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html +7 -7
  388. data/doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html +7 -7
  389. data/doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html +7 -7
  390. data/doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html +7 -7
  391. data/doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html +7 -7
  392. data/doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html +7 -7
  393. data/doc/CzechPostB2bClient/ResponseCodes/Ok.html +7 -7
  394. data/doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html +7 -7
  395. data/doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html +7 -7
  396. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html +7 -7
  397. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html +7 -7
  398. data/doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html +7 -7
  399. data/doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html +7 -7
  400. data/doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html +7 -7
  401. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html +7 -7
  402. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html +7 -7
  403. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html +7 -7
  404. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html +7 -7
  405. data/doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html +7 -7
  406. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html +7 -7
  407. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html +7 -7
  408. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html +7 -7
  409. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html +7 -7
  410. data/doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html +7 -7
  411. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html +7 -7
  412. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html +7 -7
  413. data/doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html +7 -7
  414. data/doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html +7 -7
  415. data/doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html +7 -7
  416. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html +7 -7
  417. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html +7 -7
  418. data/doc/CzechPostB2bClient/ResponseParsers.html +8 -8
  419. data/doc/CzechPostB2bClient/ResponseParsers/BaseParser.html +8 -8
  420. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html +31 -16
  421. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html +21 -21
  422. data/doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html +18 -12
  423. data/doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html +6 -6
  424. data/doc/CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html +805 -0
  425. data/doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html +153 -10
  426. data/doc/CzechPostB2bClient/Services.html +8 -8
  427. data/doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html +9 -9
  428. data/doc/CzechPostB2bClient/Services/ApiCaller.html +11 -7
  429. data/doc/CzechPostB2bClient/Services/Communicator.html +7 -7
  430. data/doc/CzechPostB2bClient/Services/DeliveringInspector.html +8 -8
  431. data/doc/CzechPostB2bClient/Services/Orchestrator.html +6 -6
  432. data/doc/CzechPostB2bClient/Services/ParcelsAsyncSender.html +402 -0
  433. data/doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html +8 -8
  434. data/doc/CzechPostB2bClient/Services/ParcelsSender.html +21 -233
  435. data/doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html +12 -12
  436. data/doc/CzechPostB2bClient/Services/ParcelsSyncSender.html +464 -0
  437. data/doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html +10 -10
  438. data/doc/CzechPostB2bClient/Services/XsdsDownloader.html +289 -0
  439. data/doc/SteppedService.html +8 -7
  440. data/doc/SteppedService/Base.html +31 -31
  441. data/doc/SteppedService/Errors.html +6 -6
  442. data/doc/_index.html +739 -23
  443. data/doc/class_list.html +3 -3
  444. data/doc/css/style.css +2 -2
  445. data/doc/file.README.html +219 -194
  446. data/doc/file_list.html +2 -2
  447. data/doc/frames.html +2 -2
  448. data/doc/index.html +219 -194
  449. data/doc/js/app.js +14 -3
  450. data/doc/method_list.html +278 -70
  451. data/doc/top-level-namespace.html +6 -6
  452. data/lib/czech_post_b2b_client.rb +2 -0
  453. data/lib/czech_post_b2b_client/b2b_errors.rb +12 -11
  454. data/lib/czech_post_b2b_client/configuration.rb +13 -7
  455. data/lib/czech_post_b2b_client/post_services.rb +777 -0
  456. data/lib/czech_post_b2b_client/printing_templates.rb +145 -46
  457. data/lib/czech_post_b2b_client/request_builders.rb +1 -0
  458. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +7 -3
  459. data/lib/czech_post_b2b_client/request_builders/parcel_service_sync_builder.rb +312 -0
  460. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +12 -7
  461. data/lib/czech_post_b2b_client/response_codes.rb +38 -35
  462. data/lib/czech_post_b2b_client/response_parsers.rb +1 -0
  463. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +15 -7
  464. data/lib/czech_post_b2b_client/response_parsers/get_parcel_state_parser.rb +4 -3
  465. data/lib/czech_post_b2b_client/response_parsers/get_parcels_printing_parser.rb +2 -1
  466. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +8 -5
  467. data/lib/czech_post_b2b_client/response_parsers/parcel_service_sync_parser.rb +82 -0
  468. data/lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb +24 -2
  469. data/lib/czech_post_b2b_client/services.rb +5 -1
  470. data/lib/czech_post_b2b_client/services/api_caller.rb +25 -9
  471. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +4 -6
  472. data/lib/czech_post_b2b_client/services/orchestrator.rb +0 -1
  473. data/lib/czech_post_b2b_client/services/parcels_async_sender.rb +53 -0
  474. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +2 -2
  475. data/lib/czech_post_b2b_client/services/parcels_sender.rb +4 -45
  476. data/lib/czech_post_b2b_client/services/parcels_submission_closer.rb +1 -1
  477. data/lib/czech_post_b2b_client/services/parcels_sync_sender.rb +88 -0
  478. data/lib/czech_post_b2b_client/services/time_period_statisticator.rb +1 -1
  479. data/lib/czech_post_b2b_client/services/xsds_downloader.rb +61 -0
  480. data/lib/czech_post_b2b_client/version.rb +1 -1
  481. data/lib/stepped_service/base.rb +2 -1
  482. metadata +116 -4
@@ -1,10 +1,14 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  require 'czech_post_b2b_client/services/orchestrator'
3
4
  require 'czech_post_b2b_client/services/communicator'
4
5
  require 'czech_post_b2b_client/services/api_caller'
5
- require 'czech_post_b2b_client/services/parcels_sender'
6
+ require 'czech_post_b2b_client/services/parcels_async_sender'
7
+ require 'czech_post_b2b_client/services/parcels_sync_sender'
8
+ require 'czech_post_b2b_client/services/parcels_sender' # deprecated
6
9
  require 'czech_post_b2b_client/services/parcels_send_process_updater'
7
10
  require 'czech_post_b2b_client/services/address_sheets_generator'
8
11
  require 'czech_post_b2b_client/services/parcels_submission_closer'
9
12
  require 'czech_post_b2b_client/services/delivering_inspector'
10
13
  require 'czech_post_b2b_client/services/time_period_statisticator'
14
+ require 'czech_post_b2b_client/services/xsds_downloader'
@@ -32,14 +32,9 @@ module CzechPostB2bClient
32
32
  attr_accessor :request_xml, :response, :endpoint_path
33
33
 
34
34
  def call_api
35
- request = Net::HTTP::Post.new service_uri.request_uri, headers
36
- request.body = request_xml
37
- CzechPostB2bClient.logger.debug("CzechPost B2B REQUEST: #{request} to #{service_uri.request_uri} with body:\n#{request.body}")
38
- begin
39
- self.response = https_conn.request(request)
40
- rescue *KNOWN_CONNECTION_ERRORS => e
41
- handle_connection_error(e)
42
- end
35
+ self.response = https_conn.request(request)
36
+ rescue *KNOWN_CONNECTION_ERRORS => e
37
+ handle_connection_error(e)
43
38
  end
44
39
 
45
40
  def handle_response
@@ -56,6 +51,16 @@ module CzechPostB2bClient
56
51
  @https_conn ||= Net::HTTP.start(service_uri.host, service_uri.port, connection_options)
57
52
  end
58
53
 
54
+ def request
55
+ request = Net::HTTP::Post.new service_uri.request_uri, headers
56
+ request.body = request_xml
57
+
58
+ debug_msg = "CzechPost B2B REQUEST: #{request} to #{service_uri.request_uri} with body:\n#{request.body}"
59
+ CzechPostB2bClient.logger.debug(debug_msg)
60
+
61
+ request
62
+ end
63
+
59
64
  def service_uri
60
65
  @service_uri ||= URI.parse(configuration.b2b_api_base_uri + endpoint_path)
61
66
  end
@@ -69,6 +74,7 @@ module CzechPostB2bClient
69
74
  use_ssl: true,
70
75
  verify_mode: OpenSSL::SSL::VERIFY_PEER,
71
76
  keep_alive_timeout: 30,
77
+ ciphers: secure_and_available_ciphers,
72
78
  cert: OpenSSL::X509::Certificate.new(File.read(configuration.certificate_path)),
73
79
  # cert_password: configuration.certificate_password,
74
80
  key: OpenSSL::PKey::RSA.new(File.read(configuration.private_key_path), configuration.private_key_password),
@@ -95,7 +101,8 @@ module CzechPostB2bClient
95
101
  end
96
102
 
97
103
  def b2b_error_text
98
- error_match = result.xml.match(%r{<(?:\w+\:)?errorCode>(\d+)</(?:\w+\:)?errorCode>}) # errorCode tag with stripped out namespace
104
+ err_code_without_namespace_regexp = %r{<(?:\w+\:)?errorCode>(\d+)</(?:\w+\:)?errorCode>}
105
+ error_match = result.xml.match(err_code_without_namespace_regexp)
99
106
  return 'error code not found in XML' unless error_match
100
107
 
101
108
  error_code = error_match[1].to_i
@@ -110,6 +117,15 @@ module CzechPostB2bClient
110
117
  errors.add(:connection, "#{error.class} > #{service_uri} - #{error}")
111
118
  fail!
112
119
  end
120
+
121
+ def secure_and_available_ciphers
122
+ # Available non-weak suites for b2b.postaonline.cz (https://www.ssllabs.com/ssltest/analyze.html?d=b2b.postaonline.cz)
123
+ # TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH secp384r1 (eq. 7680 bits RSA) FS 256
124
+ # TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) ECDH secp384r1 (eq. 7680 bits RSA) FS
125
+ # which have following names in OpenSSL (see `openssl ciphers`)
126
+
127
+ %w[ECDHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES128-GCM-SHA256]
128
+ end
113
129
  end
114
130
  end
115
131
  end
@@ -32,17 +32,15 @@ module CzechPostB2bClient
32
32
  end
33
33
 
34
34
  def build_result_from(response_hash)
35
- puts("RESPONSE_HASH: #{response_hash}")
36
35
  result_hash = {}
37
36
  response_hash[:parcels].each_pair do |parcel_code, delivering_hash|
38
37
  result_hash[parcel_code] = {
39
- deposited_until: delivering_hash[:deposited_until],
40
- deposited_for_days: delivering_hash[:deposited_for_days],
41
- current_state: delivering_hash[:states].last,
42
- all_states: delivering_hash[:states]
38
+ deposited_until: delivering_hash[:deposited_until],
39
+ deposited_for_days: delivering_hash[:deposited_for_days],
40
+ current_state: delivering_hash[:states].last,
41
+ all_states: delivering_hash[:states]
43
42
  }
44
43
  end
45
- puts("RESULT_HASH: #{result_hash}")
46
44
  result_hash
47
45
  end
48
46
  end
@@ -3,7 +3,6 @@
3
3
  module CzechPostB2bClient
4
4
  module Services
5
5
  class Orchestrator < SteppedService::Base
6
-
7
6
  private
8
7
 
9
8
  def result_of_subservice(service_hash)
@@ -0,0 +1,53 @@
1
+ # frozen_string_literal: true
2
+
3
+ module CzechPostB2bClient
4
+ module Services
5
+ class ParcelsAsyncSender < CzechPostB2bClient::Services::Communicator
6
+ attr_reader :sending_data, :parcels
7
+
8
+ def initialize(sending_data:, parcels:)
9
+ @sending_data = sending_data
10
+ @parcels = parcels
11
+ end
12
+
13
+ private
14
+
15
+ def request_builder_args
16
+ { common_data: common_data, parcels: parcels }
17
+ end
18
+
19
+ def request_builder_class
20
+ CzechPostB2bClient::RequestBuilders::SendParcelsBuilder
21
+ end
22
+
23
+ def api_caller_class
24
+ CzechPostB2bClient::Services::ApiCaller
25
+ end
26
+
27
+ def response_parser_class
28
+ CzechPostB2bClient::ResponseParsers::SendParcelsParser
29
+ end
30
+
31
+ def common_data
32
+ data_from_config.merge(sending_data)
33
+ end
34
+
35
+ def data_from_config
36
+ {
37
+ contract_id: configuration.contract_id,
38
+ customer_id: configuration.customer_id,
39
+ sending_post_office_code: configuration.sending_post_office_code
40
+ }
41
+ end
42
+
43
+ def endpoint_path
44
+ '/sendParcels'
45
+ end
46
+
47
+ def build_result_from(response_hash)
48
+ OpenStruct.new(transaction_id: response_hash.dig(:async_result, :transaction_id),
49
+ processing_end_expected_at: response_hash.dig(:async_result, :processing_end_expected_at))
50
+ end
51
+ end
52
+ end
53
+ end
@@ -61,9 +61,9 @@ module CzechPostB2bClient
61
61
  def add_errors_for_failed_states(parcel_id, response_states)
62
62
  response_states.each do |response_state|
63
63
  response_code = response_state[:code]
64
- next if response_code == CzechPostB2bClient::ResponseCodes::Ok.code
64
+ next if response_code == CzechPostB2bClient::ResponseCodes::Ok.code
65
65
 
66
- errors.add(:parcels, "Parcel[#{parcel_id}] => #{CzechPostB2bClient::ResponseCodes.new_by_code(response_code)}")
66
+ errors.add(:parcels, "Parcel[#{parcel_id}] => #{CzechPostB2bClient::ResponseCodes.new_by_code(response_code)}") # rubocop:disable Layout/LineLength
67
67
  end
68
68
  end
69
69
  end
@@ -2,51 +2,10 @@
2
2
 
3
3
  module CzechPostB2bClient
4
4
  module Services
5
- class ParcelsSender < CzechPostB2bClient::Services::Communicator
6
- attr_reader :sending_data, :parcels
7
-
8
- def initialize(sending_data:, parcels:)
9
- @sending_data = sending_data
10
- @parcels = parcels
11
- end
12
-
13
- private
14
-
15
- def request_builder_args
16
- { common_data: common_data, parcels: parcels }
17
- end
18
-
19
- def request_builder_class
20
- CzechPostB2bClient::RequestBuilders::SendParcelsBuilder
21
- end
22
-
23
- def api_caller_class
24
- CzechPostB2bClient::Services::ApiCaller
25
- end
26
-
27
- def response_parser_class
28
- CzechPostB2bClient::ResponseParsers::SendParcelsParser
29
- end
30
-
31
- def common_data
32
- data_from_config.merge(sending_data)
33
- end
34
-
35
- def data_from_config
36
- {
37
- contract_id: configuration.contract_id,
38
- customer_id: configuration.customer_id,
39
- sending_post_office_code: configuration.sending_post_office_code
40
- }
41
- end
42
-
43
- def endpoint_path
44
- '/sendParcels'
45
- end
46
-
47
- def build_result_from(response_hash)
48
- OpenStruct.new(transaction_id: response_hash.dig(:async_result, :transaction_id),
49
- processing_end_expected_at: response_hash.dig(:async_result, :processing_end_expected_at))
5
+ class ParcelsSender < CzechPostB2bClient::Services::ParcelsAsyncSender
6
+ class << self
7
+ extend Gem::Deprecate
8
+ deprecate :call, 'CzechPostB2bClient::Services::ParcelsAsyncSender.call', 2020, 8
50
9
  end
51
10
  end
52
11
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module CzechPostB2bClient
4
4
  module Services
5
- class ParcelsSubmissionCloser < CzechPostB2bClient::Services::ParcelsSender
5
+ class ParcelsSubmissionCloser < CzechPostB2bClient::Services::ParcelsAsyncSender
6
6
  attr_reader :sending_data
7
7
 
8
8
  def initialize(sending_data:)
@@ -0,0 +1,88 @@
1
+ # frozen_string_literal: true
2
+
3
+ module CzechPostB2bClient
4
+ module Services
5
+ # Combination of ParcelsAsyncSender + ParcelsSendProcessUpdater for fast SYNC registering parcel at CPOST
6
+ # It accept only one parcel!
7
+ # It should be used for instant one parcel registration.
8
+ class ParcelsSyncSender < CzechPostB2bClient::Services::Communicator
9
+ attr_reader :sending_data, :parcels
10
+
11
+ def initialize(sending_data:, parcels:)
12
+ @sending_data = sending_data
13
+ @parcels = parcels
14
+ end
15
+
16
+ def steps
17
+ super + %i[check_for_state_errors]
18
+ end
19
+
20
+ private
21
+
22
+ def request_builder_args
23
+ { common_data: common_data, parcel: parcels.first }
24
+ end
25
+
26
+ def request_builder_class
27
+ CzechPostB2bClient::RequestBuilders::ParcelServiceSyncBuilder
28
+ end
29
+
30
+ def api_caller_class
31
+ CzechPostB2bClient::Services::ApiCaller
32
+ end
33
+
34
+ def response_parser_class
35
+ CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser
36
+ end
37
+
38
+ def common_data
39
+ data_from_config.merge(sending_data)
40
+ end
41
+
42
+ def data_from_config
43
+ {
44
+ contract_id: configuration.contract_id,
45
+ customer_id: configuration.customer_id,
46
+ sending_post_office_code: configuration.sending_post_office_code
47
+ }
48
+ end
49
+
50
+ def endpoint_path
51
+ '/parcelServiceSync'
52
+ end
53
+
54
+ def build_result_from(response_hash)
55
+ OpenStruct.new(parcels_hash: response_hash[:parcel],
56
+ pdf_content: response_hash[:parcel].values.first.dig(:printings, :pdf_content),
57
+ state_text: response_hash.dig(:response, :state, :text),
58
+ state_code: response_hash.dig(:response, :state, :code))
59
+ end
60
+
61
+ def check_for_state_errors
62
+ return if result.state_code == CzechPostB2bClient::ResponseCodes::Ok.code
63
+
64
+ r_code = CzechPostB2bClient::ResponseCodes.new_by_code(result.state_code)
65
+ errors.add(:response_state, r_code.to_s)
66
+
67
+ collect_parcel_errors
68
+
69
+ fail! unless r_code.info?
70
+ end
71
+
72
+ def collect_parcel_errors
73
+ result.parcels_hash.each_pair do |parcel_id, parcel_hash|
74
+ add_errors_for_failed_states(parcel_id, parcel_hash[:states])
75
+ end
76
+ end
77
+
78
+ def add_errors_for_failed_states(parcel_id, response_states)
79
+ response_states.each do |response_state|
80
+ response_code = response_state[:code]
81
+ next if response_code == CzechPostB2bClient::ResponseCodes::Ok.code
82
+
83
+ errors.add(:parcels, "Parcel[#{parcel_id}] => #{CzechPostB2bClient::ResponseCodes.new_by_code(response_code)}") # rubocop:disable Layout/LineLength
84
+ end
85
+ end
86
+ end
87
+ end
88
+ end
@@ -6,7 +6,7 @@ module CzechPostB2bClient
6
6
  attr_reader :from_date, :to_date
7
7
 
8
8
  def initialize(from_date:, to_date:)
9
- @from_date =from_date
9
+ @from_date = from_date
10
10
  @to_date = to_date
11
11
  end
12
12
 
@@ -0,0 +1,61 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'openssl'
4
+ require 'net/http'
5
+
6
+ module CzechPostB2bClient
7
+ module Services
8
+ class XsdsDownloader < ApiCaller
9
+ def initialize(_anything); end
10
+
11
+ def steps
12
+ %i[download_xsds]
13
+ end
14
+
15
+ private
16
+
17
+ attr_reader :xsd_uri
18
+
19
+ def download_xsds
20
+ xsd_uris = configuration.namespaces.values
21
+ xsd_uris.each do |uri|
22
+ # check for `.xsd` at end?
23
+ @xsd_uri = URI.parse(uri)
24
+ download
25
+ end
26
+ end
27
+
28
+ def download # rubocop:disable Metrics/AbcSize
29
+ self.response = https_conn.request(request)
30
+
31
+ debug_msg = "CzechPost XSD REQUEST: #{request} to #{xsd_uri} with body:\n#{request.body} => #{response.code}"
32
+ CzechPostB2bClient.logger.debug(debug_msg)
33
+
34
+ raise "Error in downloading #{xsd_uri} => #{response}" unless response.code.to_i == 200
35
+
36
+ save_response_to_file
37
+ rescue *KNOWN_CONNECTION_ERRORS => e
38
+ raise "Error in downloading #{xsd_uri} => #{e.message}"
39
+ end
40
+
41
+ def https_conn
42
+ Net::HTTP.start(xsd_uri.host, xsd_uri.port, connection_options)
43
+ end
44
+
45
+ def request
46
+ Net::HTTP::Get.new xsd_uri.request_uri, headers
47
+ end
48
+
49
+ def save_response_to_file
50
+ filename = xsd_uri.request_uri.split('/').last
51
+ filename += '.xsd' if filename.split('.').last.downcase != 'xsd'
52
+
53
+ File.write(filename, response.body)
54
+ end
55
+
56
+ def headers
57
+ {}
58
+ end
59
+ end
60
+ end
61
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CzechPostB2bClient
4
- VERSION = '1.0.0'
4
+ VERSION = '1.2.2'
5
5
  end
@@ -43,7 +43,8 @@
43
43
  # def put_tea_bags_into_kettle
44
44
  # self.teabags = get_teabags(tea_type, bags_into_kettle)
45
45
  # if teabags.empty?
46
- # errors.add(:teabags, "There is no #{bags_into_kettle} #{tea_type} tea teabags in storage, using fruit tea teabags.")
46
+ # errors.add(:teabags, "There is no #{bags_into_kettle} #{tea_type} tea teabags in storage," \
47
+ # " using fruit tea teabags.")
47
48
  # self.teabags = get_teabags(:fruit, bags_into_kettle)
48
49
  # if teabags.empty?
49
50
  # errors.add(:teabags, "There is no #{bags_into_kettle} fruit tea teabags in storage either!")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: czech_post_b2b_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petr Mlčoch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-21 00:00:00.000000000 Z
11
+ date: 2020-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ox
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.0'
33
+ version: '2.1'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.0'
40
+ version: '2.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -168,6 +168,97 @@ files:
168
168
  - doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html
169
169
  - doc/CzechPostB2bClient/Configuration.html
170
170
  - doc/CzechPostB2bClient/Error.html
171
+ - doc/CzechPostB2bClient/PostServices.html
172
+ - doc/CzechPostB2bClient/PostServices/AddreseeVerification.html
173
+ - doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalByEmail.html
174
+ - doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySms.html
175
+ - doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySmsAndEmail.html
176
+ - doc/CzechPostB2bClient/PostServices/AddresseeVerificationOnDelivery.html
177
+ - doc/CzechPostB2bClient/PostServices/AfternoonDelivery.html
178
+ - doc/CzechPostB2bClient/PostServices/Base.html
179
+ - doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKA.html
180
+ - doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKC.html
181
+ - doc/CzechPostB2bClient/PostServices/CashOnDeliveryInternational.html
182
+ - doc/CzechPostB2bClient/PostServices/CertificateOfDelivery.html
183
+ - doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseeOnly.html
184
+ - doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseePersonOnly.html
185
+ - doc/CzechPostB2bClient/PostServices/CompanyRegisteredMail.html
186
+ - doc/CzechPostB2bClient/PostServices/CompleteDelivery.html
187
+ - doc/CzechPostB2bClient/PostServices/Consignment.html
188
+ - doc/CzechPostB2bClient/PostServices/CumbersomeParcel.html
189
+ - doc/CzechPostB2bClient/PostServices/DeliverToAdresseeOnly.html
190
+ - doc/CzechPostB2bClient/PostServices/DeliverToAdresseePersonOnly.html
191
+ - doc/CzechPostB2bClient/PostServices/DeliverToCompany.html
192
+ - doc/CzechPostB2bClient/PostServices/DepositFor10Days.html
193
+ - doc/CzechPostB2bClient/PostServices/DepositFor10WorkingDays.html
194
+ - doc/CzechPostB2bClient/PostServices/DepositFor3Days.html
195
+ - doc/CzechPostB2bClient/PostServices/DepositFor7Days.html
196
+ - doc/CzechPostB2bClient/PostServices/DepositFor90Days.html
197
+ - doc/CzechPostB2bClient/PostServices/DepositIfAdresseeIsUnreachable.html
198
+ - doc/CzechPostB2bClient/PostServices/DiscountForCollectiveShippment.html
199
+ - doc/CzechPostB2bClient/PostServices/DiscountForOnlinePosting.html
200
+ - doc/CzechPostB2bClient/PostServices/DoNotDeposit.html
201
+ - doc/CzechPostB2bClient/PostServices/DoNotExtendCollectionTime.html
202
+ - doc/CzechPostB2bClient/PostServices/DoNotPutIntoMailbox.html
203
+ - doc/CzechPostB2bClient/PostServices/DoNotResend.html
204
+ - doc/CzechPostB2bClient/PostServices/DoNotReturnLeaveItInMailbox.html
205
+ - doc/CzechPostB2bClient/PostServices/DoNotReturnToSender.html
206
+ - doc/CzechPostB2bClient/PostServices/Document.html
207
+ - doc/CzechPostB2bClient/PostServices/DocumentlessCashOnDelivery.html
208
+ - doc/CzechPostB2bClient/PostServices/DocumentsSignedAtDelivery.html
209
+ - doc/CzechPostB2bClient/PostServices/EAlertOfDeliveryEmail.html
210
+ - doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySms.html
211
+ - doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySmsAndEmail.html
212
+ - doc/CzechPostB2bClient/PostServices/EconomyDelivery.html
213
+ - doc/CzechPostB2bClient/PostServices/ExtendedCollectionTime.html
214
+ - doc/CzechPostB2bClient/PostServices/ForenoonDelivery.html
215
+ - doc/CzechPostB2bClient/PostServices/Fragile.html
216
+ - doc/CzechPostB2bClient/PostServices/GiftOrNonCommercialGoods.html
217
+ - doc/CzechPostB2bClient/PostServices/GoodsWithExportDocumentsProcessed.html
218
+ - doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtSaturday.html
219
+ - doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtWeekend.html
220
+ - doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeTo2PM.html
221
+ - doc/CzechPostB2bClient/PostServices/HeavyParcelDeliveryToHand.html
222
+ - doc/CzechPostB2bClient/PostServices/InformSenderAboutDelivery.html
223
+ - doc/CzechPostB2bClient/PostServices/InternationalMail.html
224
+ - doc/CzechPostB2bClient/PostServices/InternationalMailForBlinds.html
225
+ - doc/CzechPostB2bClient/PostServices/InternationalPrintedMatterBag.html
226
+ - doc/CzechPostB2bClient/PostServices/InternationalRegisteredMail.html
227
+ - doc/CzechPostB2bClient/PostServices/InternationalRegisteredMailForBlinds.html
228
+ - doc/CzechPostB2bClient/PostServices/InternationalRegisteredPrintedMatterBag.html
229
+ - doc/CzechPostB2bClient/PostServices/ListedPrice.html
230
+ - doc/CzechPostB2bClient/PostServices/Missed.html
231
+ - doc/CzechPostB2bClient/PostServices/Missive.html
232
+ - doc/CzechPostB2bClient/PostServices/MissiveStandard.html
233
+ - doc/CzechPostB2bClient/PostServices/MultiParcelShippment.html
234
+ - doc/CzechPostB2bClient/PostServices/MultiParcelShippmentBig.html
235
+ - doc/CzechPostB2bClient/PostServices/NonStandardPackage.html
236
+ - doc/CzechPostB2bClient/PostServices/OldApplianceRemoval.html
237
+ - doc/CzechPostB2bClient/PostServices/OnPalette.html
238
+ - doc/CzechPostB2bClient/PostServices/ParcelSizeL.html
239
+ - doc/CzechPostB2bClient/PostServices/ParcelSizeM.html
240
+ - doc/CzechPostB2bClient/PostServices/ParcelSizeS.html
241
+ - doc/CzechPostB2bClient/PostServices/ParcelSizeXL.html
242
+ - doc/CzechPostB2bClient/PostServices/PickupByThirdPerson.html
243
+ - doc/CzechPostB2bClient/PostServices/PosteRestante.html
244
+ - doc/CzechPostB2bClient/PostServices/PreprocessedBySorting.html
245
+ - doc/CzechPostB2bClient/PostServices/PrioritaireByAir.html
246
+ - doc/CzechPostB2bClient/PostServices/RegisteredMail.html
247
+ - doc/CzechPostB2bClient/PostServices/RegisteredMailForBlinds.html
248
+ - doc/CzechPostB2bClient/PostServices/RegisteredMailStandard.html
249
+ - doc/CzechPostB2bClient/PostServices/ResendToOtherAddress.html
250
+ - doc/CzechPostB2bClient/PostServices/ResponseEnvelope.html
251
+ - doc/CzechPostB2bClient/PostServices/ResponseShipment.html
252
+ - doc/CzechPostB2bClient/PostServices/ReturnByAir.html
253
+ - doc/CzechPostB2bClient/PostServices/ReturnEconomically.html
254
+ - doc/CzechPostB2bClient/PostServices/ReturnOfGoods.html
255
+ - doc/CzechPostB2bClient/PostServices/ReturnToSenderAfterXDays.html
256
+ - doc/CzechPostB2bClient/PostServices/ReturnToSenderImmediately.html
257
+ - doc/CzechPostB2bClient/PostServices/SaveKey.html
258
+ - doc/CzechPostB2bClient/PostServices/SubmissionByPostbox.html
259
+ - doc/CzechPostB2bClient/PostServices/SubmissionReceiptCopy.html
260
+ - doc/CzechPostB2bClient/PostServices/ThisSideUp.html
261
+ - doc/CzechPostB2bClient/PostServices/ValuableContent.html
171
262
  - doc/CzechPostB2bClient/PrintingTemplates.html
172
263
  - doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html
173
264
  - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html
@@ -177,7 +268,10 @@ files:
177
268
  - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html
178
269
  - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html
179
270
  - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html
271
+ - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel.html
272
+ - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel4OnPage.html
180
273
  - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html
274
+ - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard2OnPage.html
181
275
  - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html
182
276
  - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html
183
277
  - doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html
@@ -188,6 +282,12 @@ files:
188
282
  - doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html
189
283
  - doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html
190
284
  - doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html
285
+ - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration.html
286
+ - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22.html
287
+ - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN224OnPage.html
288
+ - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK.html
289
+ - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK4OnPage.html
290
+ - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN23.html
191
291
  - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html
192
292
  - doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html
193
293
  - doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html
@@ -206,6 +306,7 @@ files:
206
306
  - doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html
207
307
  - doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html
208
308
  - doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html
309
+ - doc/CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html
209
310
  - doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html
210
311
  - doc/CzechPostB2bClient/ResponseCodes.html
211
312
  - doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html
@@ -287,6 +388,7 @@ files:
287
388
  - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html
288
389
  - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html
289
390
  - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html
391
+ - doc/CzechPostB2bClient/ResponseCodes/InfoCancelService9.html
290
392
  - doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html
291
393
  - doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html
292
394
  - doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html
@@ -477,6 +579,7 @@ files:
477
579
  - doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html
478
580
  - doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html
479
581
  - doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html
582
+ - doc/CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html
480
583
  - doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html
481
584
  - doc/CzechPostB2bClient/Services.html
482
585
  - doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html
@@ -484,10 +587,13 @@ files:
484
587
  - doc/CzechPostB2bClient/Services/Communicator.html
485
588
  - doc/CzechPostB2bClient/Services/DeliveringInspector.html
486
589
  - doc/CzechPostB2bClient/Services/Orchestrator.html
590
+ - doc/CzechPostB2bClient/Services/ParcelsAsyncSender.html
487
591
  - doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html
488
592
  - doc/CzechPostB2bClient/Services/ParcelsSender.html
489
593
  - doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html
594
+ - doc/CzechPostB2bClient/Services/ParcelsSyncSender.html
490
595
  - doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html
596
+ - doc/CzechPostB2bClient/Services/XsdsDownloader.html
491
597
  - doc/SteppedService.html
492
598
  - doc/SteppedService/Base.html
493
599
  - doc/SteppedService/Errors.html
@@ -508,6 +614,7 @@ files:
508
614
  - lib/czech_post_b2b_client.rb
509
615
  - lib/czech_post_b2b_client/b2b_errors.rb
510
616
  - lib/czech_post_b2b_client/configuration.rb
617
+ - lib/czech_post_b2b_client/post_services.rb
511
618
  - lib/czech_post_b2b_client/printing_templates.rb
512
619
  - lib/czech_post_b2b_client/request_builders.rb
513
620
  - lib/czech_post_b2b_client/request_builders/base_builder.rb
@@ -515,6 +622,7 @@ files:
515
622
  - lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb
516
623
  - lib/czech_post_b2b_client/request_builders/get_result_parcels_builder.rb
517
624
  - lib/czech_post_b2b_client/request_builders/get_stats_builder.rb
625
+ - lib/czech_post_b2b_client/request_builders/parcel_service_sync_builder.rb
518
626
  - lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb
519
627
  - lib/czech_post_b2b_client/response_codes.rb
520
628
  - lib/czech_post_b2b_client/response_parsers.rb
@@ -523,6 +631,7 @@ files:
523
631
  - lib/czech_post_b2b_client/response_parsers/get_parcels_printing_parser.rb
524
632
  - lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb
525
633
  - lib/czech_post_b2b_client/response_parsers/get_stats_parser.rb
634
+ - lib/czech_post_b2b_client/response_parsers/parcel_service_sync_parser.rb
526
635
  - lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb
527
636
  - lib/czech_post_b2b_client/services.rb
528
637
  - lib/czech_post_b2b_client/services/address_sheets_generator.rb
@@ -530,10 +639,13 @@ files:
530
639
  - lib/czech_post_b2b_client/services/communicator.rb
531
640
  - lib/czech_post_b2b_client/services/delivering_inspector.rb
532
641
  - lib/czech_post_b2b_client/services/orchestrator.rb
642
+ - lib/czech_post_b2b_client/services/parcels_async_sender.rb
533
643
  - lib/czech_post_b2b_client/services/parcels_send_process_updater.rb
534
644
  - lib/czech_post_b2b_client/services/parcels_sender.rb
535
645
  - lib/czech_post_b2b_client/services/parcels_submission_closer.rb
646
+ - lib/czech_post_b2b_client/services/parcels_sync_sender.rb
536
647
  - lib/czech_post_b2b_client/services/time_period_statisticator.rb
648
+ - lib/czech_post_b2b_client/services/xsds_downloader.rb
537
649
  - lib/czech_post_b2b_client/version.rb
538
650
  - lib/stepped_service.rb
539
651
  - lib/stepped_service/base.rb