czech_post_b2b_client 1.0.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (478) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +3 -1
  3. data/CHANGELOG.md +27 -2
  4. data/README.md +227 -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/b2b_errors.rb +6 -7
  453. data/lib/czech_post_b2b_client/configuration.rb +12 -7
  454. data/lib/czech_post_b2b_client/post_services.rb +22 -12
  455. data/lib/czech_post_b2b_client/printing_templates.rb +143 -41
  456. data/lib/czech_post_b2b_client/request_builders.rb +1 -0
  457. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +6 -2
  458. data/lib/czech_post_b2b_client/request_builders/parcel_service_sync_builder.rb +286 -0
  459. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +46 -20
  460. data/lib/czech_post_b2b_client/response_codes.rb +19 -16
  461. data/lib/czech_post_b2b_client/response_parsers.rb +1 -0
  462. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +7 -1
  463. data/lib/czech_post_b2b_client/response_parsers/get_parcel_state_parser.rb +4 -3
  464. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +4 -3
  465. data/lib/czech_post_b2b_client/response_parsers/parcel_service_sync_parser.rb +82 -0
  466. data/lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb +24 -2
  467. data/lib/czech_post_b2b_client/services.rb +4 -2
  468. data/lib/czech_post_b2b_client/services/api_caller.rb +25 -9
  469. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +0 -2
  470. data/lib/czech_post_b2b_client/services/parcels_async_sender.rb +53 -0
  471. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +1 -1
  472. data/lib/czech_post_b2b_client/services/parcels_sender.rb +4 -45
  473. data/lib/czech_post_b2b_client/services/parcels_submission_closer.rb +1 -1
  474. data/lib/czech_post_b2b_client/services/{parcels_immediate_sender.rb → parcels_sync_sender.rb} +10 -9
  475. data/lib/czech_post_b2b_client/services/xsds_downloader.rb +61 -0
  476. data/lib/czech_post_b2b_client/version.rb +1 -1
  477. data/lib/stepped_service/base.rb +2 -1
  478. metadata +117 -7
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: SteppedService::Errors
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "SteppedService::Errors";
19
19
  relpath = '../';
20
20
  </script>
@@ -355,9 +355,9 @@
355
355
  </div>
356
356
 
357
357
  <div id="footer">
358
- Generated on Fri Mar 20 17:49:05 2020 by
358
+ Generated on Thu May 28 17:06:48 2020 by
359
359
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
360
- 0.9.19 (ruby-2.4.1).
360
+ 0.9.24 (ruby-2.4.1).
361
361
  </div>
362
362
 
363
363
  </div>
@@ -4,15 +4,15 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.19
7
+ Documentation by YARD 0.9.24
8
8
 
9
9
  </title>
10
10
 
11
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
12
12
 
13
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
14
14
 
15
- <script type="text/javascript" charset="utf-8">
15
+ <script type="text/javascript">
16
16
  pathId = null;
17
17
  relpath = '';
18
18
  </script>
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.19</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.24</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -80,6 +80,13 @@
80
80
  <li class="letter">A</li>
81
81
  <ul>
82
82
 
83
+ <li>
84
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/AddreseeVerification.html" title="CzechPostB2bClient::PostServices::AddreseeVerification (class)">AddreseeVerification</a></span>
85
+
86
+ <small>(CzechPostB2bClient::PostServices)</small>
87
+
88
+ </li>
89
+
83
90
  <li>
84
91
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html" title="CzechPostB2bClient::ResponseCodes::AddressAllowedForBalikovnaOnly (class)">AddressAllowedForBalikovnaOnly</a></span>
85
92
 
@@ -136,6 +143,27 @@
136
143
 
137
144
  </li>
138
145
 
146
+ <li>
147
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalByEmail.html" title="CzechPostB2bClient::PostServices::AddresseeAlertOfArrivalByEmail (class)">AddresseeAlertOfArrivalByEmail</a></span>
148
+
149
+ <small>(CzechPostB2bClient::PostServices)</small>
150
+
151
+ </li>
152
+
153
+ <li>
154
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySms.html" title="CzechPostB2bClient::PostServices::AddresseeAlertOfArrivalBySms (class)">AddresseeAlertOfArrivalBySms</a></span>
155
+
156
+ <small>(CzechPostB2bClient::PostServices)</small>
157
+
158
+ </li>
159
+
160
+ <li>
161
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySmsAndEmail.html" title="CzechPostB2bClient::PostServices::AddresseeAlertOfArrivalBySmsAndEmail (class)">AddresseeAlertOfArrivalBySmsAndEmail</a></span>
162
+
163
+ <small>(CzechPostB2bClient::PostServices)</small>
164
+
165
+ </li>
166
+
139
167
  <li>
140
168
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html" title="CzechPostB2bClient::ResponseCodes::AddresseeCityRequired (class)">AddresseeCityRequired</a></span>
141
169
 
@@ -143,6 +171,13 @@
143
171
 
144
172
  </li>
145
173
 
174
+ <li>
175
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/AddresseeVerificationOnDelivery.html" title="CzechPostB2bClient::PostServices::AddresseeVerificationOnDelivery (class)">AddresseeVerificationOnDelivery</a></span>
176
+
177
+ <small>(CzechPostB2bClient::PostServices)</small>
178
+
179
+ </li>
180
+
146
181
  <li>
147
182
  <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel (module)">AdressLabel</a></span>
148
183
 
@@ -150,6 +185,13 @@
150
185
 
151
186
  </li>
152
187
 
188
+ <li>
189
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/AfternoonDelivery.html" title="CzechPostB2bClient::PostServices::AfternoonDelivery (class)">AfternoonDelivery</a></span>
190
+
191
+ <small>(CzechPostB2bClient::PostServices)</small>
192
+
193
+ </li>
194
+
153
195
  <li>
154
196
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html" title="CzechPostB2bClient::ResponseCodes::AlreadyAssignedOrderNumber (class)">AlreadyAssignedOrderNumber</a></span>
155
197
 
@@ -270,6 +312,13 @@
270
312
 
271
313
  </li>
272
314
 
315
+ <li>
316
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Base.html" title="CzechPostB2bClient::PostServices::Base (class)">Base</a></span>
317
+
318
+ <small>(CzechPostB2bClient::PostServices)</small>
319
+
320
+ </li>
321
+
273
322
  <li>
274
323
  <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Base.html" title="CzechPostB2bClient::PrintingTemplates::Base (class)">Base</a></span>
275
324
 
@@ -355,6 +404,41 @@
355
404
  <li class="letter">C</li>
356
405
  <ul>
357
406
 
407
+ <li>
408
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclaration::CN22 (class)">CN22</a></span>
409
+
410
+ <small>(CzechPostB2bClient::PrintingTemplates::CustomDeclaration)</small>
411
+
412
+ </li>
413
+
414
+ <li>
415
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN224OnPage.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclaration::CN224OnPage (class)">CN224OnPage</a></span>
416
+
417
+ <small>(CzechPostB2bClient::PrintingTemplates::CustomDeclaration)</small>
418
+
419
+ </li>
420
+
421
+ <li>
422
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclaration::CN22WithCK (class)">CN22WithCK</a></span>
423
+
424
+ <small>(CzechPostB2bClient::PrintingTemplates::CustomDeclaration)</small>
425
+
426
+ </li>
427
+
428
+ <li>
429
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclaration::CN22WithCK4OnPage (class)">CN22WithCK4OnPage</a></span>
430
+
431
+ <small>(CzechPostB2bClient::PrintingTemplates::CustomDeclaration)</small>
432
+
433
+ </li>
434
+
435
+ <li>
436
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN23.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclaration::CN23 (class)">CN23</a></span>
437
+
438
+ <small>(CzechPostB2bClient::PrintingTemplates::CustomDeclaration)</small>
439
+
440
+ </li>
441
+
358
442
  <li>
359
443
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html" title="CzechPostB2bClient::ResponseCodes::CODAmountOutOfRange (class)">CODAmountOutOfRange</a></span>
360
444
 
@@ -404,6 +488,48 @@
404
488
 
405
489
  </li>
406
490
 
491
+ <li>
492
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CashOnDeliveryByPKA.html" title="CzechPostB2bClient::PostServices::CashOnDeliveryByPKA (class)">CashOnDeliveryByPKA</a></span>
493
+
494
+ <small>(CzechPostB2bClient::PostServices)</small>
495
+
496
+ </li>
497
+
498
+ <li>
499
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CashOnDeliveryByPKC.html" title="CzechPostB2bClient::PostServices::CashOnDeliveryByPKC (class)">CashOnDeliveryByPKC</a></span>
500
+
501
+ <small>(CzechPostB2bClient::PostServices)</small>
502
+
503
+ </li>
504
+
505
+ <li>
506
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CashOnDeliveryInternational.html" title="CzechPostB2bClient::PostServices::CashOnDeliveryInternational (class)">CashOnDeliveryInternational</a></span>
507
+
508
+ <small>(CzechPostB2bClient::PostServices)</small>
509
+
510
+ </li>
511
+
512
+ <li>
513
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CertificateOfDelivery.html" title="CzechPostB2bClient::PostServices::CertificateOfDelivery (class)">CertificateOfDelivery</a></span>
514
+
515
+ <small>(CzechPostB2bClient::PostServices)</small>
516
+
517
+ </li>
518
+
519
+ <li>
520
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseeOnly.html" title="CzechPostB2bClient::PostServices::CertificateOfDeliveryWithDeliverToAdresseeOnly (class)">CertificateOfDeliveryWithDeliverToAdresseeOnly</a></span>
521
+
522
+ <small>(CzechPostB2bClient::PostServices)</small>
523
+
524
+ </li>
525
+
526
+ <li>
527
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseePersonOnly.html" title="CzechPostB2bClient::PostServices::CertificateOfDeliveryWithDeliverToAdresseePersonOnly (class)">CertificateOfDeliveryWithDeliverToAdresseePersonOnly</a></span>
528
+
529
+ <small>(CzechPostB2bClient::PostServices)</small>
530
+
531
+ </li>
532
+
407
533
  <li>
408
534
  <span class='object_link'><a href="CzechPostB2bClient/Services/Communicator.html" title="CzechPostB2bClient::Services::Communicator (class)">Communicator</a></span>
409
535
 
@@ -411,6 +537,20 @@
411
537
 
412
538
  </li>
413
539
 
540
+ <li>
541
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CompanyRegisteredMail.html" title="CzechPostB2bClient::PostServices::CompanyRegisteredMail (class)">CompanyRegisteredMail</a></span>
542
+
543
+ <small>(CzechPostB2bClient::PostServices)</small>
544
+
545
+ </li>
546
+
547
+ <li>
548
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CompleteDelivery.html" title="CzechPostB2bClient::PostServices::CompleteDelivery (class)">CompleteDelivery</a></span>
549
+
550
+ <small>(CzechPostB2bClient::PostServices)</small>
551
+
552
+ </li>
553
+
414
554
  <li>
415
555
  <span class='object_link'><a href="CzechPostB2bClient/Configuration.html" title="CzechPostB2bClient::Configuration (class)">Configuration</a></span>
416
556
 
@@ -419,14 +559,21 @@
419
559
  </li>
420
560
 
421
561
  <li>
422
- <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclarationCN22 (class)">CustomDeclarationCN22</a></span>
562
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Consignment.html" title="CzechPostB2bClient::PostServices::Consignment (class)">Consignment</a></span>
423
563
 
424
- <small>(CzechPostB2bClient::PrintingTemplates)</small>
564
+ <small>(CzechPostB2bClient::PostServices)</small>
565
+
566
+ </li>
567
+
568
+ <li>
569
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/CumbersomeParcel.html" title="CzechPostB2bClient::PostServices::CumbersomeParcel (class)">CumbersomeParcel</a></span>
570
+
571
+ <small>(CzechPostB2bClient::PostServices)</small>
425
572
 
426
573
  </li>
427
574
 
428
575
  <li>
429
- <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclarationCN23 (class)">CustomDeclarationCN23</a></span>
576
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/CustomDeclaration.html" title="CzechPostB2bClient::PrintingTemplates::CustomDeclaration (module)">CustomDeclaration</a></span>
430
577
 
431
578
  <small>(CzechPostB2bClient::PrintingTemplates)</small>
432
579
 
@@ -466,6 +613,27 @@
466
613
  <li class="letter">D</li>
467
614
  <ul>
468
615
 
616
+ <li>
617
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DeliverToAdresseeOnly.html" title="CzechPostB2bClient::PostServices::DeliverToAdresseeOnly (class)">DeliverToAdresseeOnly</a></span>
618
+
619
+ <small>(CzechPostB2bClient::PostServices)</small>
620
+
621
+ </li>
622
+
623
+ <li>
624
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DeliverToAdresseePersonOnly.html" title="CzechPostB2bClient::PostServices::DeliverToAdresseePersonOnly (class)">DeliverToAdresseePersonOnly</a></span>
625
+
626
+ <small>(CzechPostB2bClient::PostServices)</small>
627
+
628
+ </li>
629
+
630
+ <li>
631
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DeliverToCompany.html" title="CzechPostB2bClient::PostServices::DeliverToCompany (class)">DeliverToCompany</a></span>
632
+
633
+ <small>(CzechPostB2bClient::PostServices)</small>
634
+
635
+ </li>
636
+
469
637
  <li>
470
638
  <span class='object_link'><a href="CzechPostB2bClient/Services/DeliveringInspector.html" title="CzechPostB2bClient::Services::DeliveringInspector (class)">DeliveringInspector</a></span>
471
639
 
@@ -487,6 +655,125 @@
487
655
 
488
656
  </li>
489
657
 
658
+ <li>
659
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DepositFor10Days.html" title="CzechPostB2bClient::PostServices::DepositFor10Days (class)">DepositFor10Days</a></span>
660
+
661
+ <small>(CzechPostB2bClient::PostServices)</small>
662
+
663
+ </li>
664
+
665
+ <li>
666
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DepositFor10WorkingDays.html" title="CzechPostB2bClient::PostServices::DepositFor10WorkingDays (class)">DepositFor10WorkingDays</a></span>
667
+
668
+ <small>(CzechPostB2bClient::PostServices)</small>
669
+
670
+ </li>
671
+
672
+ <li>
673
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DepositFor3Days.html" title="CzechPostB2bClient::PostServices::DepositFor3Days (class)">DepositFor3Days</a></span>
674
+
675
+ <small>(CzechPostB2bClient::PostServices)</small>
676
+
677
+ </li>
678
+
679
+ <li>
680
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DepositFor7Days.html" title="CzechPostB2bClient::PostServices::DepositFor7Days (class)">DepositFor7Days</a></span>
681
+
682
+ <small>(CzechPostB2bClient::PostServices)</small>
683
+
684
+ </li>
685
+
686
+ <li>
687
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DepositFor90Days.html" title="CzechPostB2bClient::PostServices::DepositFor90Days (class)">DepositFor90Days</a></span>
688
+
689
+ <small>(CzechPostB2bClient::PostServices)</small>
690
+
691
+ </li>
692
+
693
+ <li>
694
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DepositIfAdresseeIsUnreachable.html" title="CzechPostB2bClient::PostServices::DepositIfAdresseeIsUnreachable (class)">DepositIfAdresseeIsUnreachable</a></span>
695
+
696
+ <small>(CzechPostB2bClient::PostServices)</small>
697
+
698
+ </li>
699
+
700
+ <li>
701
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DiscountForCollectiveShippment.html" title="CzechPostB2bClient::PostServices::DiscountForCollectiveShippment (class)">DiscountForCollectiveShippment</a></span>
702
+
703
+ <small>(CzechPostB2bClient::PostServices)</small>
704
+
705
+ </li>
706
+
707
+ <li>
708
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DiscountForOnlinePosting.html" title="CzechPostB2bClient::PostServices::DiscountForOnlinePosting (class)">DiscountForOnlinePosting</a></span>
709
+
710
+ <small>(CzechPostB2bClient::PostServices)</small>
711
+
712
+ </li>
713
+
714
+ <li>
715
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DoNotDeposit.html" title="CzechPostB2bClient::PostServices::DoNotDeposit (class)">DoNotDeposit</a></span>
716
+
717
+ <small>(CzechPostB2bClient::PostServices)</small>
718
+
719
+ </li>
720
+
721
+ <li>
722
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DoNotExtendCollectionTime.html" title="CzechPostB2bClient::PostServices::DoNotExtendCollectionTime (class)">DoNotExtendCollectionTime</a></span>
723
+
724
+ <small>(CzechPostB2bClient::PostServices)</small>
725
+
726
+ </li>
727
+
728
+ <li>
729
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DoNotPutIntoMailbox.html" title="CzechPostB2bClient::PostServices::DoNotPutIntoMailbox (class)">DoNotPutIntoMailbox</a></span>
730
+
731
+ <small>(CzechPostB2bClient::PostServices)</small>
732
+
733
+ </li>
734
+
735
+ <li>
736
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DoNotResend.html" title="CzechPostB2bClient::PostServices::DoNotResend (class)">DoNotResend</a></span>
737
+
738
+ <small>(CzechPostB2bClient::PostServices)</small>
739
+
740
+ </li>
741
+
742
+ <li>
743
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DoNotReturnLeaveItInMailbox.html" title="CzechPostB2bClient::PostServices::DoNotReturnLeaveItInMailbox (class)">DoNotReturnLeaveItInMailbox</a></span>
744
+
745
+ <small>(CzechPostB2bClient::PostServices)</small>
746
+
747
+ </li>
748
+
749
+ <li>
750
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DoNotReturnToSender.html" title="CzechPostB2bClient::PostServices::DoNotReturnToSender (class)">DoNotReturnToSender</a></span>
751
+
752
+ <small>(CzechPostB2bClient::PostServices)</small>
753
+
754
+ </li>
755
+
756
+ <li>
757
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Document.html" title="CzechPostB2bClient::PostServices::Document (class)">Document</a></span>
758
+
759
+ <small>(CzechPostB2bClient::PostServices)</small>
760
+
761
+ </li>
762
+
763
+ <li>
764
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DocumentlessCashOnDelivery.html" title="CzechPostB2bClient::PostServices::DocumentlessCashOnDelivery (class)">DocumentlessCashOnDelivery</a></span>
765
+
766
+ <small>(CzechPostB2bClient::PostServices)</small>
767
+
768
+ </li>
769
+
770
+ <li>
771
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/DocumentsSignedAtDelivery.html" title="CzechPostB2bClient::PostServices::DocumentsSignedAtDelivery (class)">DocumentsSignedAtDelivery</a></span>
772
+
773
+ <small>(CzechPostB2bClient::PostServices)</small>
774
+
775
+ </li>
776
+
490
777
  <li>
491
778
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html" title="CzechPostB2bClient::ResponseCodes::DuplicateDuplicateParcelCode (class)">DuplicateDuplicateParcelCode</a></span>
492
779
 
@@ -523,6 +810,27 @@
523
810
  <li class="letter">E</li>
524
811
  <ul>
525
812
 
813
+ <li>
814
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/EAlertOfDeliveryEmail.html" title="CzechPostB2bClient::PostServices::EAlertOfDeliveryEmail (class)">EAlertOfDeliveryEmail</a></span>
815
+
816
+ <small>(CzechPostB2bClient::PostServices)</small>
817
+
818
+ </li>
819
+
820
+ <li>
821
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/EAlertOfDeliverySms.html" title="CzechPostB2bClient::PostServices::EAlertOfDeliverySms (class)">EAlertOfDeliverySms</a></span>
822
+
823
+ <small>(CzechPostB2bClient::PostServices)</small>
824
+
825
+ </li>
826
+
827
+ <li>
828
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/EAlertOfDeliverySmsAndEmail.html" title="CzechPostB2bClient::PostServices::EAlertOfDeliverySmsAndEmail (class)">EAlertOfDeliverySmsAndEmail</a></span>
829
+
830
+ <small>(CzechPostB2bClient::PostServices)</small>
831
+
832
+ </li>
833
+
526
834
  <li>
527
835
  <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::EMS (class)">EMS</a></span>
528
836
 
@@ -537,6 +845,13 @@
537
845
 
538
846
  </li>
539
847
 
848
+ <li>
849
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/EconomyDelivery.html" title="CzechPostB2bClient::PostServices::EconomyDelivery (class)">EconomyDelivery</a></span>
850
+
851
+ <small>(CzechPostB2bClient::PostServices)</small>
852
+
853
+ </li>
854
+
540
855
  <li>
541
856
  <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/Envelope.html" title="CzechPostB2bClient::PrintingTemplates::Envelope (module)">Envelope</a></span>
542
857
 
@@ -586,6 +901,13 @@
586
901
 
587
902
  </li>
588
903
 
904
+ <li>
905
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ExtendedCollectionTime.html" title="CzechPostB2bClient::PostServices::ExtendedCollectionTime (class)">ExtendedCollectionTime</a></span>
906
+
907
+ <small>(CzechPostB2bClient::PostServices)</small>
908
+
909
+ </li>
910
+
589
911
  </ul>
590
912
  </ul>
591
913
 
@@ -601,6 +923,20 @@
601
923
 
602
924
  </li>
603
925
 
926
+ <li>
927
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ForenoonDelivery.html" title="CzechPostB2bClient::PostServices::ForenoonDelivery (class)">ForenoonDelivery</a></span>
928
+
929
+ <small>(CzechPostB2bClient::PostServices)</small>
930
+
931
+ </li>
932
+
933
+ <li>
934
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Fragile.html" title="CzechPostB2bClient::PostServices::Fragile (class)">Fragile</a></span>
935
+
936
+ <small>(CzechPostB2bClient::PostServices)</small>
937
+
938
+ </li>
939
+
604
940
  <li>
605
941
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/FullSequence.html" title="CzechPostB2bClient::ResponseCodes::FullSequence (class)">FullSequence</a></span>
606
942
 
@@ -679,6 +1015,41 @@
679
1015
 
680
1016
  </li>
681
1017
 
1018
+ <li>
1019
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/GiftOrNonCommercialGoods.html" title="CzechPostB2bClient::PostServices::GiftOrNonCommercialGoods (class)">GiftOrNonCommercialGoods</a></span>
1020
+
1021
+ <small>(CzechPostB2bClient::PostServices)</small>
1022
+
1023
+ </li>
1024
+
1025
+ <li>
1026
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/GoodsWithExportDocumentsProcessed.html" title="CzechPostB2bClient::PostServices::GoodsWithExportDocumentsProcessed (class)">GoodsWithExportDocumentsProcessed</a></span>
1027
+
1028
+ <small>(CzechPostB2bClient::PostServices)</small>
1029
+
1030
+ </li>
1031
+
1032
+ <li>
1033
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtSaturday.html" title="CzechPostB2bClient::PostServices::GuaranteedDeliveryTimeAtSaturday (class)">GuaranteedDeliveryTimeAtSaturday</a></span>
1034
+
1035
+ <small>(CzechPostB2bClient::PostServices)</small>
1036
+
1037
+ </li>
1038
+
1039
+ <li>
1040
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtWeekend.html" title="CzechPostB2bClient::PostServices::GuaranteedDeliveryTimeAtWeekend (class)">GuaranteedDeliveryTimeAtWeekend</a></span>
1041
+
1042
+ <small>(CzechPostB2bClient::PostServices)</small>
1043
+
1044
+ </li>
1045
+
1046
+ <li>
1047
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeTo2PM.html" title="CzechPostB2bClient::PostServices::GuaranteedDeliveryTimeTo2PM (class)">GuaranteedDeliveryTimeTo2PM</a></span>
1048
+
1049
+ <small>(CzechPostB2bClient::PostServices)</small>
1050
+
1051
+ </li>
1052
+
682
1053
  </ul>
683
1054
  </ul>
684
1055
 
@@ -691,16 +1062,23 @@
691
1062
  <ul>
692
1063
 
693
1064
  <li>
694
- <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html" title="CzechPostB2bClient::PrintingTemplates::HarmonizedLabel (class)">HarmonizedLabel</a></span>
1065
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::HarmonizedLabel (class)">HarmonizedLabel</a></span>
695
1066
 
696
- <small>(CzechPostB2bClient::PrintingTemplates)</small>
1067
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
697
1068
 
698
1069
  </li>
699
1070
 
700
1071
  <li>
701
- <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::HarmonizedLabel4OnPage (class)">HarmonizedLabel4OnPage</a></span>
1072
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::HarmonizedLabel4OnPage (class)">HarmonizedLabel4OnPage</a></span>
702
1073
 
703
- <small>(CzechPostB2bClient::PrintingTemplates)</small>
1074
+ <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
1075
+
1076
+ </li>
1077
+
1078
+ <li>
1079
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/HeavyParcelDeliveryToHand.html" title="CzechPostB2bClient::PostServices::HeavyParcelDeliveryToHand (class)">HeavyParcelDeliveryToHand</a></span>
1080
+
1081
+ <small>(CzechPostB2bClient::PostServices)</small>
704
1082
 
705
1083
  </li>
706
1084
 
@@ -1014,7 +1392,14 @@
1014
1392
  </li>
1015
1393
 
1016
1394
  <li>
1017
- <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5D (class)">InfoCancelService5D</a></span>
1395
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService5D (class)">InfoCancelService5D</a></span>
1396
+
1397
+ <small>(CzechPostB2bClient::ResponseCodes)</small>
1398
+
1399
+ </li>
1400
+
1401
+ <li>
1402
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InfoCancelService9.html" title="CzechPostB2bClient::ResponseCodes::InfoCancelService9 (class)">InfoCancelService9</a></span>
1018
1403
 
1019
1404
  <small>(CzechPostB2bClient::ResponseCodes)</small>
1020
1405
 
@@ -1174,6 +1559,13 @@
1174
1559
 
1175
1560
  </li>
1176
1561
 
1562
+ <li>
1563
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/InformSenderAboutDelivery.html" title="CzechPostB2bClient::PostServices::InformSenderAboutDelivery (class)">InformSenderAboutDelivery</a></span>
1564
+
1565
+ <small>(CzechPostB2bClient::PostServices)</small>
1566
+
1567
+ </li>
1568
+
1177
1569
  <li>
1178
1570
  <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html" title="CzechPostB2bClient::PrintingTemplates::IntegratedDocument (class)">IntegratedDocument</a></span>
1179
1571
 
@@ -1209,6 +1601,48 @@
1209
1601
 
1210
1602
  </li>
1211
1603
 
1604
+ <li>
1605
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/InternationalMail.html" title="CzechPostB2bClient::PostServices::InternationalMail (class)">InternationalMail</a></span>
1606
+
1607
+ <small>(CzechPostB2bClient::PostServices)</small>
1608
+
1609
+ </li>
1610
+
1611
+ <li>
1612
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/InternationalMailForBlinds.html" title="CzechPostB2bClient::PostServices::InternationalMailForBlinds (class)">InternationalMailForBlinds</a></span>
1613
+
1614
+ <small>(CzechPostB2bClient::PostServices)</small>
1615
+
1616
+ </li>
1617
+
1618
+ <li>
1619
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/InternationalPrintedMatterBag.html" title="CzechPostB2bClient::PostServices::InternationalPrintedMatterBag (class)">InternationalPrintedMatterBag</a></span>
1620
+
1621
+ <small>(CzechPostB2bClient::PostServices)</small>
1622
+
1623
+ </li>
1624
+
1625
+ <li>
1626
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/InternationalRegisteredMail.html" title="CzechPostB2bClient::PostServices::InternationalRegisteredMail (class)">InternationalRegisteredMail</a></span>
1627
+
1628
+ <small>(CzechPostB2bClient::PostServices)</small>
1629
+
1630
+ </li>
1631
+
1632
+ <li>
1633
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/InternationalRegisteredMailForBlinds.html" title="CzechPostB2bClient::PostServices::InternationalRegisteredMailForBlinds (class)">InternationalRegisteredMailForBlinds</a></span>
1634
+
1635
+ <small>(CzechPostB2bClient::PostServices)</small>
1636
+
1637
+ </li>
1638
+
1639
+ <li>
1640
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/InternationalRegisteredPrintedMatterBag.html" title="CzechPostB2bClient::PostServices::InternationalRegisteredPrintedMatterBag (class)">InternationalRegisteredPrintedMatterBag</a></span>
1641
+
1642
+ <small>(CzechPostB2bClient::PostServices)</small>
1643
+
1644
+ </li>
1645
+
1212
1646
  <li>
1213
1647
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html" title="CzechPostB2bClient::ResponseCodes::InvalidAddressAddresseeDocumentForParcelType (class)">InvalidAddressAddresseeDocumentForParcelType</a></span>
1214
1648
 
@@ -1724,6 +2158,21 @@
1724
2158
  </ul>
1725
2159
 
1726
2160
 
2161
+ <ul id="alpha_L" class="alpha">
2162
+ <li class="letter">L</li>
2163
+ <ul>
2164
+
2165
+ <li>
2166
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ListedPrice.html" title="CzechPostB2bClient::PostServices::ListedPrice (class)">ListedPrice</a></span>
2167
+
2168
+ <small>(CzechPostB2bClient::PostServices)</small>
2169
+
2170
+ </li>
2171
+
2172
+ </ul>
2173
+ </ul>
2174
+
2175
+
1727
2176
  <ul id="alpha_M" class="alpha">
1728
2177
  <li class="letter">M</li>
1729
2178
  <ul>
@@ -1735,6 +2184,13 @@
1735
2184
 
1736
2185
  </li>
1737
2186
 
2187
+ <li>
2188
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Missed.html" title="CzechPostB2bClient::PostServices::Missed (class)">Missed</a></span>
2189
+
2190
+ <small>(CzechPostB2bClient::PostServices)</small>
2191
+
2192
+ </li>
2193
+
1738
2194
  <li>
1739
2195
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/MissingAddressee.html" title="CzechPostB2bClient::ResponseCodes::MissingAddressee (class)">MissingAddressee</a></span>
1740
2196
 
@@ -2141,6 +2597,34 @@
2141
2597
 
2142
2598
  </li>
2143
2599
 
2600
+ <li>
2601
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/Missive.html" title="CzechPostB2bClient::PostServices::Missive (class)">Missive</a></span>
2602
+
2603
+ <small>(CzechPostB2bClient::PostServices)</small>
2604
+
2605
+ </li>
2606
+
2607
+ <li>
2608
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/MissiveStandard.html" title="CzechPostB2bClient::PostServices::MissiveStandard (class)">MissiveStandard</a></span>
2609
+
2610
+ <small>(CzechPostB2bClient::PostServices)</small>
2611
+
2612
+ </li>
2613
+
2614
+ <li>
2615
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/MultiParcelShippment.html" title="CzechPostB2bClient::PostServices::MultiParcelShippment (class)">MultiParcelShippment</a></span>
2616
+
2617
+ <small>(CzechPostB2bClient::PostServices)</small>
2618
+
2619
+ </li>
2620
+
2621
+ <li>
2622
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/MultiParcelShippmentBig.html" title="CzechPostB2bClient::PostServices::MultiParcelShippmentBig (class)">MultiParcelShippmentBig</a></span>
2623
+
2624
+ <small>(CzechPostB2bClient::PostServices)</small>
2625
+
2626
+ </li>
2627
+
2144
2628
  </ul>
2145
2629
  </ul>
2146
2630
 
@@ -2150,23 +2634,23 @@
2150
2634
  <ul>
2151
2635
 
2152
2636
  <li>
2153
- <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NfoCancelService9.html" title="CzechPostB2bClient::ResponseCodes::NfoCancelService9 (class)">NfoCancelService9</a></span>
2637
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NoContractService41.html" title="CzechPostB2bClient::ResponseCodes::NoContractService41 (class)">NoContractService41</a></span>
2154
2638
 
2155
2639
  <small>(CzechPostB2bClient::ResponseCodes)</small>
2156
2640
 
2157
2641
  </li>
2158
2642
 
2159
2643
  <li>
2160
- <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NoContractService41.html" title="CzechPostB2bClient::ResponseCodes::NoContractService41 (class)">NoContractService41</a></span>
2644
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html" title="CzechPostB2bClient::ResponseCodes::NoContractServiceReturnReceipt (class)">NoContractServiceReturnReceipt</a></span>
2161
2645
 
2162
2646
  <small>(CzechPostB2bClient::ResponseCodes)</small>
2163
2647
 
2164
2648
  </li>
2165
2649
 
2166
2650
  <li>
2167
- <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html" title="CzechPostB2bClient::ResponseCodes::NoContractServiceReturnReceipt (class)">NoContractServiceReturnReceipt</a></span>
2651
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/NonStandardPackage.html" title="CzechPostB2bClient::PostServices::NonStandardPackage (class)">NonStandardPackage</a></span>
2168
2652
 
2169
- <small>(CzechPostB2bClient::ResponseCodes)</small>
2653
+ <small>(CzechPostB2bClient::PostServices)</small>
2170
2654
 
2171
2655
  </li>
2172
2656
 
@@ -2192,6 +2676,20 @@
2192
2676
 
2193
2677
  </li>
2194
2678
 
2679
+ <li>
2680
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/OldApplianceRemoval.html" title="CzechPostB2bClient::PostServices::OldApplianceRemoval (class)">OldApplianceRemoval</a></span>
2681
+
2682
+ <small>(CzechPostB2bClient::PostServices)</small>
2683
+
2684
+ </li>
2685
+
2686
+ <li>
2687
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/OnPalette.html" title="CzechPostB2bClient::PostServices::OnPalette (class)">OnPalette</a></span>
2688
+
2689
+ <small>(CzechPostB2bClient::PostServices)</small>
2690
+
2691
+ </li>
2692
+
2195
2693
  <li>
2196
2694
  <span class='object_link'><a href="CzechPostB2bClient/Services/Orchestrator.html" title="CzechPostB2bClient::Services::Orchestrator (class)">Orchestrator</a></span>
2197
2695
 
@@ -2242,6 +2740,55 @@
2242
2740
 
2243
2741
  </li>
2244
2742
 
2743
+ <li>
2744
+ <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html" title="CzechPostB2bClient::RequestBuilders::ParcelServiceSyncBuilder (class)">ParcelServiceSyncBuilder</a></span>
2745
+
2746
+ <small>(CzechPostB2bClient::RequestBuilders)</small>
2747
+
2748
+ </li>
2749
+
2750
+ <li>
2751
+ <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html" title="CzechPostB2bClient::ResponseParsers::ParcelServiceSyncParser (class)">ParcelServiceSyncParser</a></span>
2752
+
2753
+ <small>(CzechPostB2bClient::ResponseParsers)</small>
2754
+
2755
+ </li>
2756
+
2757
+ <li>
2758
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ParcelSizeL.html" title="CzechPostB2bClient::PostServices::ParcelSizeL (class)">ParcelSizeL</a></span>
2759
+
2760
+ <small>(CzechPostB2bClient::PostServices)</small>
2761
+
2762
+ </li>
2763
+
2764
+ <li>
2765
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ParcelSizeM.html" title="CzechPostB2bClient::PostServices::ParcelSizeM (class)">ParcelSizeM</a></span>
2766
+
2767
+ <small>(CzechPostB2bClient::PostServices)</small>
2768
+
2769
+ </li>
2770
+
2771
+ <li>
2772
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ParcelSizeS.html" title="CzechPostB2bClient::PostServices::ParcelSizeS (class)">ParcelSizeS</a></span>
2773
+
2774
+ <small>(CzechPostB2bClient::PostServices)</small>
2775
+
2776
+ </li>
2777
+
2778
+ <li>
2779
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ParcelSizeXL.html" title="CzechPostB2bClient::PostServices::ParcelSizeXL (class)">ParcelSizeXL</a></span>
2780
+
2781
+ <small>(CzechPostB2bClient::PostServices)</small>
2782
+
2783
+ </li>
2784
+
2785
+ <li>
2786
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsAsyncSender.html" title="CzechPostB2bClient::Services::ParcelsAsyncSender (class)">ParcelsAsyncSender</a></span>
2787
+
2788
+ <small>(CzechPostB2bClient::Services)</small>
2789
+
2790
+ </li>
2791
+
2245
2792
  <li>
2246
2793
  <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html" title="CzechPostB2bClient::Services::ParcelsSendProcessUpdater (class)">ParcelsSendProcessUpdater</a></span>
2247
2794
 
@@ -2263,6 +2810,41 @@
2263
2810
 
2264
2811
  </li>
2265
2812
 
2813
+ <li>
2814
+ <span class='object_link'><a href="CzechPostB2bClient/Services/ParcelsSyncSender.html" title="CzechPostB2bClient::Services::ParcelsSyncSender (class)">ParcelsSyncSender</a></span>
2815
+
2816
+ <small>(CzechPostB2bClient::Services)</small>
2817
+
2818
+ </li>
2819
+
2820
+ <li>
2821
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/PickupByThirdPerson.html" title="CzechPostB2bClient::PostServices::PickupByThirdPerson (class)">PickupByThirdPerson</a></span>
2822
+
2823
+ <small>(CzechPostB2bClient::PostServices)</small>
2824
+
2825
+ </li>
2826
+
2827
+ <li>
2828
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices.html" title="CzechPostB2bClient::PostServices (module)">PostServices</a></span>
2829
+
2830
+ <small>(CzechPostB2bClient)</small>
2831
+
2832
+ </li>
2833
+
2834
+ <li>
2835
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/PosteRestante.html" title="CzechPostB2bClient::PostServices::PosteRestante (class)">PosteRestante</a></span>
2836
+
2837
+ <small>(CzechPostB2bClient::PostServices)</small>
2838
+
2839
+ </li>
2840
+
2841
+ <li>
2842
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/PreprocessedBySorting.html" title="CzechPostB2bClient::PostServices::PreprocessedBySorting (class)">PreprocessedBySorting</a></span>
2843
+
2844
+ <small>(CzechPostB2bClient::PostServices)</small>
2845
+
2846
+ </li>
2847
+
2266
2848
  <li>
2267
2849
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html" title="CzechPostB2bClient::ResponseCodes::PriceAndCODAmountTooBig (class)">PriceAndCODAmountTooBig</a></span>
2268
2850
 
@@ -2298,6 +2880,13 @@
2298
2880
 
2299
2881
  </li>
2300
2882
 
2883
+ <li>
2884
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/PrioritaireByAir.html" title="CzechPostB2bClient::PostServices::PrioritaireByAir (class)">PrioritaireByAir</a></span>
2885
+
2886
+ <small>(CzechPostB2bClient::PostServices)</small>
2887
+
2888
+ </li>
2889
+
2301
2890
  <li>
2302
2891
  <span class='object_link'><a href="CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html" title="CzechPostB2bClient::B2BErrors::ProcessingUnfinishedYetError (class)">ProcessingUnfinishedYetError</a></span>
2303
2892
 
@@ -2320,6 +2909,27 @@
2320
2909
 
2321
2910
  </li>
2322
2911
 
2912
+ <li>
2913
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/RegisteredMail.html" title="CzechPostB2bClient::PostServices::RegisteredMail (class)">RegisteredMail</a></span>
2914
+
2915
+ <small>(CzechPostB2bClient::PostServices)</small>
2916
+
2917
+ </li>
2918
+
2919
+ <li>
2920
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/RegisteredMailForBlinds.html" title="CzechPostB2bClient::PostServices::RegisteredMailForBlinds (class)">RegisteredMailForBlinds</a></span>
2921
+
2922
+ <small>(CzechPostB2bClient::PostServices)</small>
2923
+
2924
+ </li>
2925
+
2926
+ <li>
2927
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/RegisteredMailStandard.html" title="CzechPostB2bClient::PostServices::RegisteredMailStandard (class)">RegisteredMailStandard</a></span>
2928
+
2929
+ <small>(CzechPostB2bClient::PostServices)</small>
2930
+
2931
+ </li>
2932
+
2323
2933
  <li>
2324
2934
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders.html" title="CzechPostB2bClient::RequestBuilders (module)">RequestBuilders</a></span>
2325
2935
 
@@ -2327,6 +2937,13 @@
2327
2937
 
2328
2938
  </li>
2329
2939
 
2940
+ <li>
2941
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ResendToOtherAddress.html" title="CzechPostB2bClient::PostServices::ResendToOtherAddress (class)">ResendToOtherAddress</a></span>
2942
+
2943
+ <small>(CzechPostB2bClient::PostServices)</small>
2944
+
2945
+ </li>
2946
+
2330
2947
  <li>
2331
2948
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes.html" title="CzechPostB2bClient::ResponseCodes (module)">ResponseCodes</a></span>
2332
2949
 
@@ -2334,6 +2951,13 @@
2334
2951
 
2335
2952
  </li>
2336
2953
 
2954
+ <li>
2955
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ResponseEnvelope.html" title="CzechPostB2bClient::PostServices::ResponseEnvelope (class)">ResponseEnvelope</a></span>
2956
+
2957
+ <small>(CzechPostB2bClient::PostServices)</small>
2958
+
2959
+ </li>
2960
+
2337
2961
  <li>
2338
2962
  <span class='object_link'><a href="CzechPostB2bClient/ResponseParsers.html" title="CzechPostB2bClient::ResponseParsers (module)">ResponseParsers</a></span>
2339
2963
 
@@ -2341,6 +2965,13 @@
2341
2965
 
2342
2966
  </li>
2343
2967
 
2968
+ <li>
2969
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ResponseShipment.html" title="CzechPostB2bClient::PostServices::ResponseShipment (class)">ResponseShipment</a></span>
2970
+
2971
+ <small>(CzechPostB2bClient::PostServices)</small>
2972
+
2973
+ </li>
2974
+
2344
2975
  <li>
2345
2976
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html" title="CzechPostB2bClient::ResponseCodes::ResponsibleConsignmentNumberCannotBeImported (class)">ResponsibleConsignmentNumberCannotBeImported</a></span>
2346
2977
 
@@ -2355,14 +2986,59 @@
2355
2986
 
2356
2987
  </li>
2357
2988
 
2989
+ <li>
2990
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ReturnByAir.html" title="CzechPostB2bClient::PostServices::ReturnByAir (class)">ReturnByAir</a></span>
2991
+
2992
+ <small>(CzechPostB2bClient::PostServices)</small>
2993
+
2994
+ </li>
2995
+
2996
+ <li>
2997
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ReturnEconomically.html" title="CzechPostB2bClient::PostServices::ReturnEconomically (class)">ReturnEconomically</a></span>
2998
+
2999
+ <small>(CzechPostB2bClient::PostServices)</small>
3000
+
3001
+ </li>
3002
+
3003
+ <li>
3004
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ReturnOfGoods.html" title="CzechPostB2bClient::PostServices::ReturnOfGoods (class)">ReturnOfGoods</a></span>
3005
+
3006
+ <small>(CzechPostB2bClient::PostServices)</small>
3007
+
3008
+ </li>
3009
+
3010
+ <li>
3011
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ReturnToSenderAfterXDays.html" title="CzechPostB2bClient::PostServices::ReturnToSenderAfterXDays (class)">ReturnToSenderAfterXDays</a></span>
3012
+
3013
+ <small>(CzechPostB2bClient::PostServices)</small>
3014
+
3015
+ </li>
3016
+
3017
+ <li>
3018
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ReturnToSenderImmediately.html" title="CzechPostB2bClient::PostServices::ReturnToSenderImmediately (class)">ReturnToSenderImmediately</a></span>
3019
+
3020
+ <small>(CzechPostB2bClient::PostServices)</small>
3021
+
3022
+ </li>
3023
+
2358
3024
  </ul>
2359
3025
  </ul>
2360
3026
 
2361
3027
 
3028
+ </td><td valign='top' width="33%">
3029
+
3030
+
2362
3031
  <ul id="alpha_S" class="alpha">
2363
3032
  <li class="letter">S</li>
2364
3033
  <ul>
2365
3034
 
3035
+ <li>
3036
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/SaveKey.html" title="CzechPostB2bClient::PostServices::SaveKey (class)">SaveKey</a></span>
3037
+
3038
+ <small>(CzechPostB2bClient::PostServices)</small>
3039
+
3040
+ </li>
3041
+
2366
3042
  <li>
2367
3043
  <span class='object_link'><a href="CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html" title="CzechPostB2bClient::RequestBuilders::SendParcelsBuilder (class)">SendParcelsBuilder</a></span>
2368
3044
 
@@ -2420,7 +3096,7 @@
2420
3096
  </li>
2421
3097
 
2422
3098
  <li>
2423
- <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Standard4OnPage (class)">Standard4OnPage</a></span>
3099
+ <span class='object_link'><a href="CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard2OnPage.html" title="CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage::Standard2OnPage (class)">Standard2OnPage</a></span>
2424
3100
 
2425
3101
  <small>(CzechPostB2bClient::PrintingTemplates::AdressLabel::ForeignPackage)</small>
2426
3102
 
@@ -2431,17 +3107,35 @@
2431
3107
 
2432
3108
  </li>
2433
3109
 
3110
+ <li>
3111
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/SubmissionByPostbox.html" title="CzechPostB2bClient::PostServices::SubmissionByPostbox (class)">SubmissionByPostbox</a></span>
3112
+
3113
+ <small>(CzechPostB2bClient::PostServices)</small>
3114
+
3115
+ </li>
3116
+
3117
+ <li>
3118
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/SubmissionReceiptCopy.html" title="CzechPostB2bClient::PostServices::SubmissionReceiptCopy (class)">SubmissionReceiptCopy</a></span>
3119
+
3120
+ <small>(CzechPostB2bClient::PostServices)</small>
3121
+
3122
+ </li>
3123
+
2434
3124
  </ul>
2435
3125
  </ul>
2436
3126
 
2437
3127
 
2438
- </td><td valign='top' width="33%">
2439
-
2440
-
2441
3128
  <ul id="alpha_T" class="alpha">
2442
3129
  <li class="letter">T</li>
2443
3130
  <ul>
2444
3131
 
3132
+ <li>
3133
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ThisSideUp.html" title="CzechPostB2bClient::PostServices::ThisSideUp (class)">ThisSideUp</a></span>
3134
+
3135
+ <small>(CzechPostB2bClient::PostServices)</small>
3136
+
3137
+ </li>
3138
+
2445
3139
  <li>
2446
3140
  <span class='object_link'><a href="CzechPostB2bClient/Services/TimePeriodStatisticator.html" title="CzechPostB2bClient::Services::TimePeriodStatisticator (class)">TimePeriodStatisticator</a></span>
2447
3141
 
@@ -2549,6 +3243,13 @@
2549
3243
 
2550
3244
  </li>
2551
3245
 
3246
+ <li>
3247
+ <span class='object_link'><a href="CzechPostB2bClient/PostServices/ValuableContent.html" title="CzechPostB2bClient::PostServices::ValuableContent (class)">ValuableContent</a></span>
3248
+
3249
+ <small>(CzechPostB2bClient::PostServices)</small>
3250
+
3251
+ </li>
3252
+
2552
3253
  <li>
2553
3254
  <span class='object_link'><a href="CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html" title="CzechPostB2bClient::ResponseCodes::VariableSymbolIsNotNumber (class)">VariableSymbolIsNotNumber</a></span>
2554
3255
 
@@ -2588,6 +3289,21 @@
2588
3289
  </ul>
2589
3290
  </ul>
2590
3291
 
3292
+
3293
+ <ul id="alpha_X" class="alpha">
3294
+ <li class="letter">X</li>
3295
+ <ul>
3296
+
3297
+ <li>
3298
+ <span class='object_link'><a href="CzechPostB2bClient/Services/XsdsDownloader.html" title="CzechPostB2bClient::Services::XsdsDownloader (class)">XsdsDownloader</a></span>
3299
+
3300
+ <small>(CzechPostB2bClient::Services)</small>
3301
+
3302
+ </li>
3303
+
3304
+ </ul>
3305
+ </ul>
3306
+
2591
3307
  </td>
2592
3308
  </tr>
2593
3309
  </table>
@@ -2597,9 +3313,9 @@
2597
3313
  </div>
2598
3314
 
2599
3315
  <div id="footer">
2600
- Generated on Fri Mar 20 17:49:05 2020 by
3316
+ Generated on Thu May 28 17:06:47 2020 by
2601
3317
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2602
- 0.9.19 (ruby-2.4.1).
3318
+ 0.9.24 (ruby-2.4.1).
2603
3319
  </div>
2604
3320
 
2605
3321
  </div>