czech_post_b2b_client 1.2.6 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (492) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +5 -1
  3. data/CHANGELOG.md +9 -0
  4. data/README.md +6 -0
  5. data/lib/czech_post_b2b_client/b2b_errors.rb +4 -2
  6. data/lib/czech_post_b2b_client/configuration.rb +1 -1
  7. data/lib/czech_post_b2b_client/post_services.rb +3 -2
  8. data/lib/czech_post_b2b_client/printing_templates.rb +39 -36
  9. data/lib/czech_post_b2b_client/request_builders/base_builder.rb +1 -0
  10. data/lib/czech_post_b2b_client/request_builders/get_parcel_state_builder.rb +1 -0
  11. data/lib/czech_post_b2b_client/request_builders/get_parcels_printing_builder.rb +1 -0
  12. data/lib/czech_post_b2b_client/request_builders/get_result_parcels_builder.rb +1 -0
  13. data/lib/czech_post_b2b_client/request_builders/get_stats_builder.rb +1 -0
  14. data/lib/czech_post_b2b_client/request_builders/parcel_service_sync_builder.rb +5 -4
  15. data/lib/czech_post_b2b_client/request_builders/send_parcels_builder.rb +6 -7
  16. data/lib/czech_post_b2b_client/response_codes.rb +43 -0
  17. data/lib/czech_post_b2b_client/response_parsers/base_parser.rb +14 -13
  18. data/lib/czech_post_b2b_client/response_parsers/get_parcel_state_parser.rb +1 -1
  19. data/lib/czech_post_b2b_client/response_parsers/get_parcels_printing_parser.rb +27 -15
  20. data/lib/czech_post_b2b_client/response_parsers/get_result_parcels_parser.rb +2 -2
  21. data/lib/czech_post_b2b_client/response_parsers/get_stats_parser.rb +5 -8
  22. data/lib/czech_post_b2b_client/response_parsers/parcel_service_sync_parser.rb +4 -4
  23. data/lib/czech_post_b2b_client/response_parsers/send_parcels_parser.rb +2 -2
  24. data/lib/czech_post_b2b_client/services/address_sheets_generator.rb +7 -3
  25. data/lib/czech_post_b2b_client/services/api_caller.rb +7 -4
  26. data/lib/czech_post_b2b_client/services/delivering_inspector.rb +1 -0
  27. data/lib/czech_post_b2b_client/services/orchestrator.rb +1 -1
  28. data/lib/czech_post_b2b_client/services/parcels_async_sender.rb +5 -2
  29. data/lib/czech_post_b2b_client/services/parcels_send_process_updater.rb +8 -3
  30. data/lib/czech_post_b2b_client/services/parcels_submission_closer.rb +1 -1
  31. data/lib/czech_post_b2b_client/services/parcels_sync_sender.rb +9 -4
  32. data/lib/czech_post_b2b_client/services/time_period_statisticator.rb +10 -4
  33. data/lib/czech_post_b2b_client/services/xsds_downloader.rb +3 -1
  34. data/lib/czech_post_b2b_client/version.rb +1 -1
  35. metadata +5 -462
  36. data/doc/CzechPostB2bClient/B2BErrors/BadRequestError.html +0 -145
  37. data/doc/CzechPostB2bClient/B2BErrors/BaseError.html +0 -411
  38. data/doc/CzechPostB2bClient/B2BErrors/CustomerRequestsCountOverflowError.html +0 -145
  39. data/doc/CzechPostB2bClient/B2BErrors/InternalB2BServerError.html +0 -145
  40. data/doc/CzechPostB2bClient/B2BErrors/InternalBackendServerError.html +0 -145
  41. data/doc/CzechPostB2bClient/B2BErrors/InternalDataPersistenceServerError.html +0 -145
  42. data/doc/CzechPostB2bClient/B2BErrors/ProcessingUnfinishedYetError.html +0 -145
  43. data/doc/CzechPostB2bClient/B2BErrors/ServiceBusyError.html +0 -145
  44. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedContractAccessError.html +0 -145
  45. data/doc/CzechPostB2bClient/B2BErrors/UnauthorizedRoleAccessError.html +0 -145
  46. data/doc/CzechPostB2bClient/B2BErrors.html +0 -255
  47. data/doc/CzechPostB2bClient/Configuration.html +0 -1013
  48. data/doc/CzechPostB2bClient/Error.html +0 -128
  49. data/doc/CzechPostB2bClient/PostServices/AddreseeVerification.html +0 -129
  50. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalByEmail.html +0 -129
  51. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySms.html +0 -140
  52. data/doc/CzechPostB2bClient/PostServices/AddresseeAlertOfArrivalBySmsAndEmail.html +0 -129
  53. data/doc/CzechPostB2bClient/PostServices/AddresseeVerificationOnDelivery.html +0 -129
  54. data/doc/CzechPostB2bClient/PostServices/AfternoonDelivery.html +0 -129
  55. data/doc/CzechPostB2bClient/PostServices/Base.html +0 -351
  56. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKA.html +0 -129
  57. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryByPKC.html +0 -129
  58. data/doc/CzechPostB2bClient/PostServices/CashOnDeliveryInternational.html +0 -129
  59. data/doc/CzechPostB2bClient/PostServices/CertificateOfDelivery.html +0 -148
  60. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseeOnly.html +0 -140
  61. data/doc/CzechPostB2bClient/PostServices/CertificateOfDeliveryWithDeliverToAdresseePersonOnly.html +0 -129
  62. data/doc/CzechPostB2bClient/PostServices/CompanyRegisteredMail.html +0 -141
  63. data/doc/CzechPostB2bClient/PostServices/CompleteDelivery.html +0 -129
  64. data/doc/CzechPostB2bClient/PostServices/Consignment.html +0 -129
  65. data/doc/CzechPostB2bClient/PostServices/CumbersomeParcel.html +0 -129
  66. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseeOnly.html +0 -129
  67. data/doc/CzechPostB2bClient/PostServices/DeliverToAdresseePersonOnly.html +0 -129
  68. data/doc/CzechPostB2bClient/PostServices/DeliverToCompany.html +0 -147
  69. data/doc/CzechPostB2bClient/PostServices/DepositFor10Days.html +0 -129
  70. data/doc/CzechPostB2bClient/PostServices/DepositFor10WorkingDays.html +0 -129
  71. data/doc/CzechPostB2bClient/PostServices/DepositFor3Days.html +0 -129
  72. data/doc/CzechPostB2bClient/PostServices/DepositFor7Days.html +0 -129
  73. data/doc/CzechPostB2bClient/PostServices/DepositFor90Days.html +0 -129
  74. data/doc/CzechPostB2bClient/PostServices/DepositIfAdresseeIsUnreachable.html +0 -141
  75. data/doc/CzechPostB2bClient/PostServices/DiscountForCollectiveShippment.html +0 -129
  76. data/doc/CzechPostB2bClient/PostServices/DiscountForOnlinePosting.html +0 -129
  77. data/doc/CzechPostB2bClient/PostServices/DoNotDeposit.html +0 -129
  78. data/doc/CzechPostB2bClient/PostServices/DoNotExtendCollectionTime.html +0 -148
  79. data/doc/CzechPostB2bClient/PostServices/DoNotPutIntoMailbox.html +0 -129
  80. data/doc/CzechPostB2bClient/PostServices/DoNotResend.html +0 -129
  81. data/doc/CzechPostB2bClient/PostServices/DoNotReturnLeaveItInMailbox.html +0 -129
  82. data/doc/CzechPostB2bClient/PostServices/DoNotReturnToSender.html +0 -129
  83. data/doc/CzechPostB2bClient/PostServices/Document.html +0 -129
  84. data/doc/CzechPostB2bClient/PostServices/DocumentlessCashOnDelivery.html +0 -147
  85. data/doc/CzechPostB2bClient/PostServices/DocumentsSignedAtDelivery.html +0 -129
  86. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliveryEmail.html +0 -129
  87. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySms.html +0 -140
  88. data/doc/CzechPostB2bClient/PostServices/EAlertOfDeliverySmsAndEmail.html +0 -129
  89. data/doc/CzechPostB2bClient/PostServices/EconomyDelivery.html +0 -140
  90. data/doc/CzechPostB2bClient/PostServices/ExtendedCollectionTime.html +0 -129
  91. data/doc/CzechPostB2bClient/PostServices/ForenoonDelivery.html +0 -129
  92. data/doc/CzechPostB2bClient/PostServices/Fragile.html +0 -129
  93. data/doc/CzechPostB2bClient/PostServices/GiftOrNonCommercialGoods.html +0 -148
  94. data/doc/CzechPostB2bClient/PostServices/GoodsWithExportDocumentsProcessed.html +0 -148
  95. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtSaturday.html +0 -129
  96. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeAtWeekend.html +0 -129
  97. data/doc/CzechPostB2bClient/PostServices/GuaranteedDeliveryTimeTo2PM.html +0 -129
  98. data/doc/CzechPostB2bClient/PostServices/HeavyParcelDeliveryToHand.html +0 -129
  99. data/doc/CzechPostB2bClient/PostServices/InformSenderAboutDelivery.html +0 -129
  100. data/doc/CzechPostB2bClient/PostServices/InternationalMail.html +0 -129
  101. data/doc/CzechPostB2bClient/PostServices/InternationalMailForBlinds.html +0 -129
  102. data/doc/CzechPostB2bClient/PostServices/InternationalPrintedMatterBag.html +0 -129
  103. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMail.html +0 -129
  104. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredMailForBlinds.html +0 -129
  105. data/doc/CzechPostB2bClient/PostServices/InternationalRegisteredPrintedMatterBag.html +0 -129
  106. data/doc/CzechPostB2bClient/PostServices/ListedPrice.html +0 -129
  107. data/doc/CzechPostB2bClient/PostServices/Missed.html +0 -129
  108. data/doc/CzechPostB2bClient/PostServices/Missive.html +0 -129
  109. data/doc/CzechPostB2bClient/PostServices/MissiveStandard.html +0 -129
  110. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippment.html +0 -129
  111. data/doc/CzechPostB2bClient/PostServices/MultiParcelShippmentBig.html +0 -129
  112. data/doc/CzechPostB2bClient/PostServices/NonStandardPackage.html +0 -148
  113. data/doc/CzechPostB2bClient/PostServices/OldApplianceRemoval.html +0 -129
  114. data/doc/CzechPostB2bClient/PostServices/OnPalette.html +0 -140
  115. data/doc/CzechPostB2bClient/PostServices/ParcelSizeL.html +0 -129
  116. data/doc/CzechPostB2bClient/PostServices/ParcelSizeM.html +0 -129
  117. data/doc/CzechPostB2bClient/PostServices/ParcelSizeS.html +0 -129
  118. data/doc/CzechPostB2bClient/PostServices/ParcelSizeXL.html +0 -129
  119. data/doc/CzechPostB2bClient/PostServices/PickupByThirdPerson.html +0 -129
  120. data/doc/CzechPostB2bClient/PostServices/PosteRestante.html +0 -129
  121. data/doc/CzechPostB2bClient/PostServices/PreprocessedBySorting.html +0 -148
  122. data/doc/CzechPostB2bClient/PostServices/PrioritaireByAir.html +0 -129
  123. data/doc/CzechPostB2bClient/PostServices/RegisteredMail.html +0 -129
  124. data/doc/CzechPostB2bClient/PostServices/RegisteredMailForBlinds.html +0 -129
  125. data/doc/CzechPostB2bClient/PostServices/RegisteredMailStandard.html +0 -129
  126. data/doc/CzechPostB2bClient/PostServices/ResendToOtherAddress.html +0 -129
  127. data/doc/CzechPostB2bClient/PostServices/ResponseEnvelope.html +0 -129
  128. data/doc/CzechPostB2bClient/PostServices/ResponseShipment.html +0 -129
  129. data/doc/CzechPostB2bClient/PostServices/ReturnByAir.html +0 -129
  130. data/doc/CzechPostB2bClient/PostServices/ReturnEconomically.html +0 -129
  131. data/doc/CzechPostB2bClient/PostServices/ReturnOfGoods.html +0 -129
  132. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderAfterXDays.html +0 -148
  133. data/doc/CzechPostB2bClient/PostServices/ReturnToSenderImmediately.html +0 -129
  134. data/doc/CzechPostB2bClient/PostServices/SaveKey.html +0 -148
  135. data/doc/CzechPostB2bClient/PostServices/SubmissionByPostbox.html +0 -129
  136. data/doc/CzechPostB2bClient/PostServices/SubmissionReceiptCopy.html +0 -129
  137. data/doc/CzechPostB2bClient/PostServices/ThisSideUp.html +0 -148
  138. data/doc/CzechPostB2bClient/PostServices/ValuableContent.html +0 -129
  139. data/doc/CzechPostB2bClient/PostServices.html +0 -197
  140. data/doc/CzechPostB2bClient/PrintingTemplates/AddressData3x8.html +0 -129
  141. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank.html +0 -129
  142. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Blank4OnPage.html +0 -129
  143. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/BlankLandscape.html +0 -129
  144. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS.html +0 -129
  145. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/EMS2x4.html +0 -129
  146. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel.html +0 -141
  147. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/HarmonizedLabel4OnPage.html +0 -129
  148. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard.html +0 -129
  149. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard2OnPage.html +0 -129
  150. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Standard4OnPage.html +0 -129
  151. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable.html +0 -129
  152. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage/Valuable4OnPage.html +0 -129
  153. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/ForeignPackage.html +0 -115
  154. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/Simple.html +0 -129
  155. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel/SimpleWithCODVoucherA.html +0 -129
  156. data/doc/CzechPostB2bClient/PrintingTemplates/AdressLabel.html +0 -117
  157. data/doc/CzechPostB2bClient/PrintingTemplates/Base.html +0 -279
  158. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA.html +0 -129
  159. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherA3OnPage.html +0 -129
  160. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherC.html +0 -129
  161. data/doc/CzechPostB2bClient/PrintingTemplates/CODVoucherForCSOB.html +0 -129
  162. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22.html +0 -129
  163. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN224OnPage.html +0 -129
  164. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK.html +0 -129
  165. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN22WithCK4OnPage.html +0 -129
  166. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration/CN23.html +0 -129
  167. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclaration.html +0 -115
  168. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN22.html +0 -129
  169. data/doc/CzechPostB2bClient/PrintingTemplates/CustomDeclarationCN23.html +0 -129
  170. data/doc/CzechPostB2bClient/PrintingTemplates/DeliveryTicket.html +0 -129
  171. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeB4.html +0 -129
  172. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC5.html +0 -129
  173. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeC6.html +0 -129
  174. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope/EnvelopeDL.html +0 -129
  175. data/doc/CzechPostB2bClient/PrintingTemplates/Envelope.html +0 -115
  176. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel.html +0 -141
  177. data/doc/CzechPostB2bClient/PrintingTemplates/HarmonizedLabel4OnPage.html +0 -129
  178. data/doc/CzechPostB2bClient/PrintingTemplates/IntegratedDocument.html +0 -129
  179. data/doc/CzechPostB2bClient/PrintingTemplates/RRLabels3x8.html +0 -129
  180. data/doc/CzechPostB2bClient/PrintingTemplates.html +0 -199
  181. data/doc/CzechPostB2bClient/RequestBuilders/BaseBuilder.html +0 -396
  182. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelStateBuilder.html +0 -329
  183. data/doc/CzechPostB2bClient/RequestBuilders/GetParcelsPrintingBuilder.html +0 -470
  184. data/doc/CzechPostB2bClient/RequestBuilders/GetResultParcelsBuilder.html +0 -329
  185. data/doc/CzechPostB2bClient/RequestBuilders/GetStatsBuilder.html +0 -403
  186. data/doc/CzechPostB2bClient/RequestBuilders/ParcelServiceSyncBuilder.html +0 -414
  187. data/doc/CzechPostB2bClient/RequestBuilders/SendParcelsBuilder.html +0 -414
  188. data/doc/CzechPostB2bClient/RequestBuilders.html +0 -117
  189. data/doc/CzechPostB2bClient/ResponseCodes/AddressAllowedForBalikovnaOnly.html +0 -134
  190. data/doc/CzechPostB2bClient/ResponseCodes/AddressIsNotValidForSubject.html +0 -134
  191. data/doc/CzechPostB2bClient/ResponseCodes/AddressNeedsPhoneNumber.html +0 -134
  192. data/doc/CzechPostB2bClient/ResponseCodes/AddressSuitableForLocalDelivery.html +0 -134
  193. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostu.html +0 -134
  194. data/doc/CzechPostB2bClient/ResponseCodes/AddressValidOnlyForNaPostuDuplicate.html +0 -134
  195. data/doc/CzechPostB2bClient/ResponseCodes/AddresseeCityRequired.html +0 -134
  196. data/doc/CzechPostB2bClient/ResponseCodes/AlreadyAssignedOrderNumber.html +0 -134
  197. data/doc/CzechPostB2bClient/ResponseCodes/BadAddressee.html +0 -134
  198. data/doc/CzechPostB2bClient/ResponseCodes/BadCODAmount.html +0 -134
  199. data/doc/CzechPostB2bClient/ResponseCodes/BadFormatReturnNumberDays.html +0 -134
  200. data/doc/CzechPostB2bClient/ResponseCodes/BadHeight.html +0 -134
  201. data/doc/CzechPostB2bClient/ResponseCodes/BadLength.html +0 -134
  202. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefix.html +0 -134
  203. data/doc/CzechPostB2bClient/ResponseCodes/BadPrefixForAddress.html +0 -134
  204. data/doc/CzechPostB2bClient/ResponseCodes/BadPrice.html +0 -134
  205. data/doc/CzechPostB2bClient/ResponseCodes/BadVariableSymbol.html +0 -134
  206. data/doc/CzechPostB2bClient/ResponseCodes/BadWeight.html +0 -134
  207. data/doc/CzechPostB2bClient/ResponseCodes/BadWidth.html +0 -134
  208. data/doc/CzechPostB2bClient/ResponseCodes/BaseCode.html +0 -640
  209. data/doc/CzechPostB2bClient/ResponseCodes/BatchClosed.html +0 -134
  210. data/doc/CzechPostB2bClient/ResponseCodes/BatchInvalid.html +0 -134
  211. data/doc/CzechPostB2bClient/ResponseCodes/BatchUnfinished.html +0 -134
  212. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountOutOfRange.html +0 -134
  213. data/doc/CzechPostB2bClient/ResponseCodes/CODAmountTooBig.html +0 -134
  214. data/doc/CzechPostB2bClient/ResponseCodes/CanceledOrderNumber.html +0 -134
  215. data/doc/CzechPostB2bClient/ResponseCodes/CustomGoodQuantityOutOfRange.html +0 -134
  216. data/doc/CzechPostB2bClient/ResponseCodes/CustomerIDNotInAccordanceWithParcelCode.html +0 -134
  217. data/doc/CzechPostB2bClient/ResponseCodes/DensityOutOfRange.html +0 -134
  218. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateDuplicateParcelCode.html +0 -134
  219. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcel.html +0 -134
  220. data/doc/CzechPostB2bClient/ResponseCodes/DuplicateParcelCode.html +0 -134
  221. data/doc/CzechPostB2bClient/ResponseCodes/DuplicitParcelCode.html +0 -134
  222. data/doc/CzechPostB2bClient/ResponseCodes/FullSequence.html +0 -134
  223. data/doc/CzechPostB2bClient/ResponseCodes/FullSequenceDuplicate.html +0 -134
  224. data/doc/CzechPostB2bClient/ResponseCodes/IllegalCombinationOfServices.html +0 -134
  225. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddRequiredService75.html +0 -134
  226. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1A.html +0 -134
  227. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1B.html +0 -134
  228. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService1D.html +0 -134
  229. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddService9.html +0 -134
  230. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddressWasModified.html +0 -134
  231. data/doc/CzechPostB2bClient/ResponseCodes/InfoAddresseeToLong.html +0 -134
  232. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumber.html +0 -134
  233. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelCustCardNumberAddresseeDocument.html +0 -134
  234. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelHeight.html +0 -134
  235. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelLength.html +0 -134
  236. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelMobilePhoneOrEmailAddresseeDocument.html +0 -134
  237. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPalettsNumber.html +0 -134
  238. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelPersonalIdentificationNumber.html +0 -134
  239. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AB.html +0 -134
  240. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1ABForService40.html +0 -134
  241. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForPostCode.html +0 -134
  242. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AForService40.html +0 -134
  243. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1AWith1B.html +0 -134
  244. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1B.html +0 -134
  245. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BAddService1A.html +0 -134
  246. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BForPostCode.html +0 -134
  247. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1BWith1A.html +0 -134
  248. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1D.html +0 -134
  249. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1E.html +0 -134
  250. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService1V.html +0 -134
  251. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService25.html +0 -134
  252. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService27.html +0 -134
  253. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService29.html +0 -134
  254. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService30.html +0 -134
  255. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService31.html +0 -134
  256. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34.html +0 -134
  257. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService34InvalidPhoneNumber.html +0 -134
  258. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45.html +0 -134
  259. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService45InvalidPhoneNumber.html +0 -134
  260. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService46.html +0 -134
  261. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService47.html +0 -134
  262. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5B.html +0 -134
  263. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5C.html +0 -134
  264. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5BAnd5D.html +0 -134
  265. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5C.html +0 -134
  266. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5CAnd5D.html +0 -134
  267. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService5D.html +0 -134
  268. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelService9.html +0 -134
  269. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelVSVoucher.html +0 -134
  270. data/doc/CzechPostB2bClient/ResponseCodes/InfoCancelWidth.html +0 -134
  271. data/doc/CzechPostB2bClient/ResponseCodes/InfoCityChanged.html +0 -134
  272. data/doc/CzechPostB2bClient/ResponseCodes/InfoInexactAddress.html +0 -134
  273. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidAccount.html +0 -134
  274. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBankCode.html +0 -134
  275. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidBirthDay.html +0 -134
  276. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCODAmount.html +0 -134
  277. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidCategoryCustomDecalaration.html +0 -134
  278. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidEmail.html +0 -134
  279. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidMobilePhoneNumber.html +0 -134
  280. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPhoneNumber.html +0 -134
  281. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrefixAccount.html +0 -134
  282. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidPrice.html +0 -134
  283. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidSpecificSymbol.html +0 -134
  284. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidTelephoneNumber.html +0 -134
  285. data/doc/CzechPostB2bClient/ResponseCodes/InfoInvalidWeight.html +0 -134
  286. data/doc/CzechPostB2bClient/ResponseCodes/InfoMissingPartCityServiceDeliveryOnSundayOrHolidayMayNotBeRealized.html +0 -145
  287. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsNotNumber.html +0 -134
  288. data/doc/CzechPostB2bClient/ResponseCodes/InfoPriceIsTooBig.html +0 -134
  289. data/doc/CzechPostB2bClient/ResponseCodes/InfoService29And47.html +0 -134
  290. data/doc/CzechPostB2bClient/ResponseCodes/InfoSpecialPackagingRequest.html +0 -134
  291. data/doc/CzechPostB2bClient/ResponseCodes/InternalApplicationError.html +0 -134
  292. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentForParcelType.html +0 -134
  293. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentObjectNotFound.html +0 -134
  294. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressAddresseeDocumentWrongCity.html +0 -134
  295. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBalikovna.html +0 -134
  296. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForBigPackage.html +0 -134
  297. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForCODAmountOver20000.html +0 -134
  298. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressForParcelType.html +0 -134
  299. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAddressee.html +0 -134
  300. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmount.html +0 -134
  301. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountCurrency.html +0 -134
  302. data/doc/CzechPostB2bClient/ResponseCodes/InvalidAmountType.html +0 -134
  303. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODAmount.html +0 -134
  304. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrency.html +0 -134
  305. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCODCurrencyAccordance.html +0 -134
  306. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCategoryCustomDecalaration.html +0 -134
  307. data/doc/CzechPostB2bClient/ResponseCodes/InvalidContentCustomGood.html +0 -134
  308. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCurrencyCustomDecalaration.html +0 -134
  309. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomGoodNumber.html +0 -134
  310. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerCardNumber.html +0 -134
  311. data/doc/CzechPostB2bClient/ResponseCodes/InvalidCustomerId.html +0 -134
  312. data/doc/CzechPostB2bClient/ResponseCodes/InvalidDensity.html +0 -134
  313. data/doc/CzechPostB2bClient/ResponseCodes/InvalidEmail.html +0 -134
  314. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHeight.html +0 -134
  315. data/doc/CzechPostB2bClient/ResponseCodes/InvalidHsCodeCustomGood.html +0 -134
  316. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGood.html +0 -134
  317. data/doc/CzechPostB2bClient/ResponseCodes/InvalidIsoCustomGoodFormat.html +0 -134
  318. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLength.html +0 -134
  319. data/doc/CzechPostB2bClient/ResponseCodes/InvalidLocation.html +0 -134
  320. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCode.html +0 -134
  321. data/doc/CzechPostB2bClient/ResponseCodes/InvalidMRNCodeControl.html +0 -134
  322. data/doc/CzechPostB2bClient/ResponseCodes/InvalidNumberClosure.html +0 -134
  323. data/doc/CzechPostB2bClient/ResponseCodes/InvalidOrderNumber.html +0 -134
  324. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcode.html +0 -134
  325. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelBarcodeDuplicate.html +0 -145
  326. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCode.html +0 -134
  327. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelCodeControl.html +0 -134
  328. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelResponseCode.html +0 -134
  329. data/doc/CzechPostB2bClient/ResponseCodes/InvalidParcelTypeForID.html +0 -134
  330. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPartnerCode.html +0 -134
  331. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPayday.html +0 -134
  332. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPhoneNumber.html +0 -134
  333. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPostCode.html +0 -134
  334. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixAccordance.html +0 -134
  335. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixCombination.html +0 -134
  336. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrefixForDimensionsAndFragile.html +0 -134
  337. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPrice.html +0 -134
  338. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrency.html +0 -134
  339. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCurrencyAccordance.html +0 -134
  340. data/doc/CzechPostB2bClient/ResponseCodes/InvalidPriceCustomGood.html +0 -134
  341. data/doc/CzechPostB2bClient/ResponseCodes/InvalidQuantityCustomGood.html +0 -134
  342. data/doc/CzechPostB2bClient/ResponseCodes/InvalidResponsibleConsignmentNumber.html +0 -134
  343. data/doc/CzechPostB2bClient/ResponseCodes/InvalidReturnNumberDays.html +0 -134
  344. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService18.html +0 -134
  345. data/doc/CzechPostB2bClient/ResponseCodes/InvalidService19.html +0 -134
  346. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServiceCombination.html +0 -134
  347. data/doc/CzechPostB2bClient/ResponseCodes/InvalidServicesForDimensions.html +0 -134
  348. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSignNumber.html +0 -134
  349. data/doc/CzechPostB2bClient/ResponseCodes/InvalidSubisoCountry.html +0 -134
  350. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTareWeight.html +0 -134
  351. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTiming.html +0 -134
  352. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTransmissionDate.html +0 -134
  353. data/doc/CzechPostB2bClient/ResponseCodes/InvalidTypePrefix.html +0 -134
  354. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService36.html +0 -134
  355. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService37.html +0 -134
  356. data/doc/CzechPostB2bClient/ResponseCodes/InvalidUseOfService38.html +0 -134
  357. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeight.html +0 -134
  358. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGood.html +0 -134
  359. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightCustomGoodSummary.html +0 -134
  360. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWeightForService11.html +0 -134
  361. data/doc/CzechPostB2bClient/ResponseCodes/InvalidWidth.html +0 -134
  362. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumber.html +0 -134
  363. data/doc/CzechPostB2bClient/ResponseCodes/InvalidZPROOrderNumberFormat.html +0 -134
  364. data/doc/CzechPostB2bClient/ResponseCodes/InvalidostCodeOrCity.html +0 -134
  365. data/doc/CzechPostB2bClient/ResponseCodes/MIssingParcelCode.html +0 -134
  366. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddressee.html +0 -134
  367. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeCity.html +0 -134
  368. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeStreet.html +0 -134
  369. data/doc/CzechPostB2bClient/ResponseCodes/MissingAddresseeZipCode.html +0 -134
  370. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmount.html +0 -134
  371. data/doc/CzechPostB2bClient/ResponseCodes/MissingCODAmountType.html +0 -134
  372. data/doc/CzechPostB2bClient/ResponseCodes/MissingCategoryCustomDecalaration.html +0 -134
  373. data/doc/CzechPostB2bClient/ResponseCodes/MissingCompanyName.html +0 -134
  374. data/doc/CzechPostB2bClient/ResponseCodes/MissingContentCustomGood.html +0 -134
  375. data/doc/CzechPostB2bClient/ResponseCodes/MissingCurrencyCustomDeclaration.html +0 -134
  376. data/doc/CzechPostB2bClient/ResponseCodes/MissingHandlingInstructions.html +0 -134
  377. data/doc/CzechPostB2bClient/ResponseCodes/MissingHeight.html +0 -134
  378. data/doc/CzechPostB2bClient/ResponseCodes/MissingHsCodeCustomGood.html +0 -134
  379. data/doc/CzechPostB2bClient/ResponseCodes/MissingIsoCustomGood.html +0 -134
  380. data/doc/CzechPostB2bClient/ResponseCodes/MissingLength.html +0 -134
  381. data/doc/CzechPostB2bClient/ResponseCodes/MissingPalettsNumber.html +0 -134
  382. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGood.html +0 -134
  383. data/doc/CzechPostB2bClient/ResponseCodes/MissingParcelCustomGoods.html +0 -134
  384. data/doc/CzechPostB2bClient/ResponseCodes/MissingPhoneNumber.html +0 -134
  385. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrefix.html +0 -134
  386. data/doc/CzechPostB2bClient/ResponseCodes/MissingPrice.html +0 -134
  387. data/doc/CzechPostB2bClient/ResponseCodes/MissingPriceCustomGood.html +0 -134
  388. data/doc/CzechPostB2bClient/ResponseCodes/MissingQuantityCustomGood.html +0 -134
  389. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocument.html +0 -134
  390. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeDocumentDuplicate.html +0 -134
  391. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredAddresseeEmail.html +0 -134
  392. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredEmail.html +0 -134
  393. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredFirstNameAddresseeDocument.html +0 -134
  394. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMRNCode.html +0 -134
  395. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumber.html +0 -134
  396. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredMobileNumberOrEmail.html +0 -134
  397. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredParcelCode.html +0 -134
  398. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPayday.html +0 -134
  399. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumber.html +0 -134
  400. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrEmail.html +0 -134
  401. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPhoneNumberOrWhat.html +0 -134
  402. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredPrice.html +0 -134
  403. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService.html +0 -134
  404. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService10.html +0 -134
  405. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1AB.html +0 -134
  406. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService1X.html +0 -134
  407. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService2X.html +0 -134
  408. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3X.html +0 -134
  409. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService3XTrinity.html +0 -134
  410. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4.html +0 -134
  411. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4X.html +0 -134
  412. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredService4x.html +0 -134
  413. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredVoucherPrice.html +0 -134
  414. data/doc/CzechPostB2bClient/ResponseCodes/MissingRequiredZPROOrderNumber.html +0 -134
  415. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnInstructions.html +0 -134
  416. data/doc/CzechPostB2bClient/ResponseCodes/MissingReturnNumberDays.html +0 -134
  417. data/doc/CzechPostB2bClient/ResponseCodes/MissingSenderEmail.html +0 -134
  418. data/doc/CzechPostB2bClient/ResponseCodes/MissingSizeCategory.html +0 -134
  419. data/doc/CzechPostB2bClient/ResponseCodes/MissingSurname.html +0 -134
  420. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbol.html +0 -134
  421. data/doc/CzechPostB2bClient/ResponseCodes/MissingVariableSymbolDuplicate.html +0 -134
  422. data/doc/CzechPostB2bClient/ResponseCodes/MissingWeightCustomGood.html +0 -134
  423. data/doc/CzechPostB2bClient/ResponseCodes/MissingWidth.html +0 -134
  424. data/doc/CzechPostB2bClient/ResponseCodes/NfoCancelService9.html +0 -134
  425. data/doc/CzechPostB2bClient/ResponseCodes/NoContractService41.html +0 -134
  426. data/doc/CzechPostB2bClient/ResponseCodes/NoContractServiceReturnReceipt.html +0 -134
  427. data/doc/CzechPostB2bClient/ResponseCodes/NotExistingOrderNumber.html +0 -134
  428. data/doc/CzechPostB2bClient/ResponseCodes/Ok.html +0 -134
  429. data/doc/CzechPostB2bClient/ResponseCodes/OverenoVecerniDorucovani.html +0 -134
  430. data/doc/CzechPostB2bClient/ResponseCodes/PalettsNumberOutOfRange.html +0 -134
  431. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotAllowed.html +0 -134
  432. data/doc/CzechPostB2bClient/ResponseCodes/ParcelCodeNotInAssignedRange.html +0 -134
  433. data/doc/CzechPostB2bClient/ResponseCodes/ParcelDoesNotMeetTheRequirementsForm.html +0 -134
  434. data/doc/CzechPostB2bClient/ResponseCodes/PriceAndCODAmountTooBig.html +0 -134
  435. data/doc/CzechPostB2bClient/ResponseCodes/PriceOutOfRange.html +0 -134
  436. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooBig.html +0 -134
  437. data/doc/CzechPostB2bClient/ResponseCodes/PriceTooLow.html +0 -134
  438. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberCannotBeImported.html +0 -134
  439. data/doc/CzechPostB2bClient/ResponseCodes/ResponsibleConsignmentNumberOutOfRange.html +0 -134
  440. data/doc/CzechPostB2bClient/ResponseCodes/ServicesCombinationNotAllowed.html +0 -134
  441. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionAlreadyClosed.html +0 -134
  442. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionNotExists.html +0 -134
  443. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionOpened.html +0 -134
  444. data/doc/CzechPostB2bClient/ResponseCodes/TransmissionUnfinished.html +0 -134
  445. data/doc/CzechPostB2bClient/ResponseCodes/UnauthorizedAccess.html +0 -134
  446. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseeCity.html +0 -134
  447. data/doc/CzechPostB2bClient/ResponseCodes/UnknownAddresseePostCode.html +0 -134
  448. data/doc/CzechPostB2bClient/ResponseCodes/UnknownPrefix.html +0 -134
  449. data/doc/CzechPostB2bClient/ResponseCodes/VariableSymbolIsNotNumber.html +0 -134
  450. data/doc/CzechPostB2bClient/ResponseCodes/WeightCustomGoodOutOfRange.html +0 -134
  451. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRange.html +0 -134
  452. data/doc/CzechPostB2bClient/ResponseCodes/WeightIsOutOfRangeDuplicate.html +0 -134
  453. data/doc/CzechPostB2bClient/ResponseCodes.html +0 -266
  454. data/doc/CzechPostB2bClient/ResponseParsers/BaseParser.html +0 -283
  455. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelStateParser.html +0 -548
  456. data/doc/CzechPostB2bClient/ResponseParsers/GetParcelsPrintingParser.html +0 -463
  457. data/doc/CzechPostB2bClient/ResponseParsers/GetResultParcelsParser.html +0 -631
  458. data/doc/CzechPostB2bClient/ResponseParsers/GetStatsParser.html +0 -347
  459. data/doc/CzechPostB2bClient/ResponseParsers/ParcelServiceSyncParser.html +0 -805
  460. data/doc/CzechPostB2bClient/ResponseParsers/SendParcelsParser.html +0 -374
  461. data/doc/CzechPostB2bClient/ResponseParsers.html +0 -117
  462. data/doc/CzechPostB2bClient/Services/AddressSheetsGenerator.html +0 -451
  463. data/doc/CzechPostB2bClient/Services/ApiCaller.html +0 -311
  464. data/doc/CzechPostB2bClient/Services/Communicator.html +0 -220
  465. data/doc/CzechPostB2bClient/Services/DeliveringInspector.html +0 -324
  466. data/doc/CzechPostB2bClient/Services/Orchestrator.html +0 -143
  467. data/doc/CzechPostB2bClient/Services/ParcelsAsyncSender.html +0 -402
  468. data/doc/CzechPostB2bClient/Services/ParcelsSendProcessUpdater.html +0 -377
  469. data/doc/CzechPostB2bClient/Services/ParcelsSender.html +0 -190
  470. data/doc/CzechPostB2bClient/Services/ParcelsSubmissionCloser.html +0 -337
  471. data/doc/CzechPostB2bClient/Services/ParcelsSyncSender.html +0 -464
  472. data/doc/CzechPostB2bClient/Services/TimePeriodStatisticator.html +0 -398
  473. data/doc/CzechPostB2bClient/Services/XsdsDownloader.html +0 -289
  474. data/doc/CzechPostB2bClient/Services.html +0 -117
  475. data/doc/CzechPostB2bClient.html +0 -475
  476. data/doc/SteppedService/Base.html +0 -706
  477. data/doc/SteppedService/Errors.html +0 -365
  478. data/doc/SteppedService.html +0 -225
  479. data/doc/_index.html +0 -3323
  480. data/doc/class_list.html +0 -51
  481. data/doc/css/common.css +0 -1
  482. data/doc/css/full_list.css +0 -58
  483. data/doc/css/style.css +0 -496
  484. data/doc/file.README.html +0 -382
  485. data/doc/file_list.html +0 -56
  486. data/doc/frames.html +0 -17
  487. data/doc/index.html +0 -382
  488. data/doc/js/app.js +0 -314
  489. data/doc/js/full_list.js +0 -216
  490. data/doc/js/jquery.js +0 -4
  491. data/doc/method_list.html +0 -1131
  492. data/doc/top-level-namespace.html +0 -110
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74fa378ca71040acf1adb94fb61fa1d371ae2491273b3585bed2ef14ce6911e8
4
- data.tar.gz: efda7da207ddf3146be8181c4765f8cca645020131f3cda81e211fb5ff9ea828
3
+ metadata.gz: d3625c919136ebf4fa10070dee900b1491f19880a7cdc96c77cc5029e95ce09f
4
+ data.tar.gz: 4e66d3911f876a85215306b6ac21f6d2fc8629acae3aba75ca6b0a966af61468
5
5
  SHA512:
6
- metadata.gz: 9752291d61873388331118b6167d212e40aab3ce344d0306f664ba245ac5e6515296dba98a97788b0604a39355a4514ac3d409b548d14e63efe3786f920cb627
7
- data.tar.gz: 257ceece993bb225b3ec020667af0fab9c26edd0b2eb16c35d41c470f70c7b8377443da68dc7c057e9d1d237e4bc74743cf70a585a5ad7c6fe10152c86990a63
6
+ metadata.gz: f3b353230a9e87d89d81a093d970292001d357efb26dea1705d904c79061350eea2a7e3e38f843b6670604c0f6393877d07624059a1917d10fd3d3ecec93cb5c
7
+ data.tar.gz: ae7566f678cd5235daed64d53dac229f4a6352e44c303f88b9f39d29519416110e0f3faf042b46c7145dc9301da6e1208cd7fe9e373737f8530646eda859ff94
data/.rubocop.yml CHANGED
@@ -2,6 +2,7 @@ require:
2
2
  # rubocop-minitest
3
3
 
4
4
  AllCops:
5
+ NewCops: enable
5
6
  Include:
6
7
  - "**/Gemfile"
7
8
  - "**/Rakefile"
@@ -12,7 +13,10 @@ AllCops:
12
13
  - "**/*.jb"
13
14
  Exclude:
14
15
  - "bin/*"
15
- Documentation:
16
+ - "documents/**/*"
17
+ - "test/fixtures/**/*"
18
+
19
+ Style/Documentation:
16
20
  Enabled: false
17
21
  Layout/LineLength:
18
22
  Max: 140
data/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All changes to the gem are documented here.
4
4
 
5
+ ## [1.3.0] - 2022-04-07
6
+ - checked currently available Print Templates codes
7
+ - enhanced address sheet printing with ability to print ZPL sheets (templates 200, 201 and 202).
8
+ Result of `AddressSheetGenerator` now have `pdf_content` and `zpl_content`.
9
+ - found new(?) API from Czech Post , see `documents/B2B-ZSKService-1.4.0.yaml` and https://www.ceskaposta.cz/napi/b2b.
10
+
11
+ ## [1.2.8] - 2022-03-22
12
+ - added new response codes
13
+
5
14
  ## [1.2.6] - 2020-10-27
6
15
 
7
16
  - fixed passing all errors from `parcelsServiceSync` response.
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
 
2
2
  # FRESH NEWS
3
+ 7.4.2022
4
+ Finally there is some online documentation about nAPI of Czech post (https://www.ceskaposta.cz/napi/b2b)
5
+ Not yet checked if this is the same api we use or new one. Seems that authorization is different.
6
+
7
+
8
+ 26.8.2020
3
9
  After full usage in production (vyvolej.to, squared.one), we found that Czech POst have trouble with `parcelServiceSync` (maybe `sendParcels` too). When You try to register package with `:customs_documents`, you get `INVALID_BATCH` response with no error, but with `parcelCode`:
4
10
  ```
5
11
  <?xml version="1.0" encoding="UTF-8"?>
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # rubocop:disable Style/AsciiComments, Layout/LineLength
3
+ # rubocop:disable Layout/LineLength
4
4
 
5
5
  # response <B2BFaultMessage>
6
6
  # Chybový kód | Detail chyby | Popis
@@ -36,10 +36,12 @@ module CzechPostB2bClient
36
36
  end
37
37
 
38
38
  def initialize(details = '')
39
+ super
39
40
  self.details = details
40
41
  end
41
42
 
42
43
  attr_accessor :details
44
+
43
45
  def code
44
46
  self.class.code
45
47
  end
@@ -108,4 +110,4 @@ module CzechPostB2bClient
108
110
  end
109
111
  end
110
112
 
111
- # rubocop:enable Style/AsciiComments, Layout/LineLength
113
+ # rubocop:enable Layout/LineLength
@@ -32,7 +32,7 @@ module CzechPostB2bClient
32
32
  }
33
33
 
34
34
  @language = :cs
35
- @logger = defined?(Rails) ? ::Rails.logger : ::Logger.new(STDOUT)
35
+ @logger = defined?(Rails) ? ::Rails.logger : ::Logger.new($stdout)
36
36
  @b2b_api_base_uri = 'https://b2b.postaonline.cz/services/POLService/v1'
37
37
  @sending_post_office_location_number = 1
38
38
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # rubocop:disable Layout/LineLength, Style/AsciiComments
3
+ # rubocop:disable Layout/LineLength
4
4
 
5
5
  # Hopefully complete list of services which can be assigned to parcels
6
6
  # It is hard to get list of current services and even harder to find out what does they mean (so You pick right name in English).
@@ -84,6 +84,7 @@ module CzechPostB2bClient
84
84
  @description = 'Cenný obsah'
85
85
  # ; Balík Do ruky (DR, DV, DE) ; Balík Na poštu (NP, NV) |
86
86
  end
87
+
87
88
  class EconomyDelivery < Base
88
89
  @code = '1K'
89
90
  @abbreviation = 'EK'
@@ -774,4 +775,4 @@ module CzechPostB2bClient
774
775
  end
775
776
  end
776
777
 
777
- # rubocop:enable Layout/LineLength, Style/AsciiComments
778
+ # rubocop:enable Layout/LineLength
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # rubocop:disable Style/AsciiComments
4
-
5
3
  # Available printing templates, which can be used in AdressSheetsGenerator `options[:template_id]`
6
4
  #
7
5
  # Do not miss `CzechPostB2bClient::PrintingTemplates.all_classes` method,
@@ -11,6 +9,10 @@ module CzechPostB2bClient
11
9
  class Base
12
10
  class << self
13
11
  attr_reader :id, :description, :page_dimensions
12
+
13
+ def content_type
14
+ :pdf
15
+ end
14
16
  end
15
17
  end
16
18
 
@@ -134,12 +136,6 @@ module CzechPostB2bClient
134
136
  @page_dimensions = 'unverified'
135
137
  end
136
138
 
137
- class CODVoucherForCSOB < Base
138
- @id = 13
139
- @description = 'Dobírková složenka ČSOB'
140
- @page_dimensions = 'unverified'
141
- end
142
-
143
139
  class RRLabels3x8 < Base
144
140
  @id = 26
145
141
  @description = 'štítky pro RR : 3x8'
@@ -177,29 +173,23 @@ module CzechPostB2bClient
177
173
  @page_dimensions = 'A5 landscape (210 × 148 mm)'
178
174
  end
179
175
 
180
- class CN22FourOnPage < Base
181
- @id = 74
182
- @description = 'Celní prohlášení CN22 : 4x (A4)'
183
- @page_dimensions = 'unverified A4'
184
- end
185
-
186
- class CN22WithCK < Base
187
- @id = 75
188
- @description = 'Celní prohlášení CN22 s ČK (A4)'
189
- @page_dimensions = 'unverified A4'
190
- end
191
-
192
- class CN22WithCKFourOnPage < Base
193
- @id = 76
194
- @description = 'Celní prohlášení CN22 s ČK : 4x (A4)'
195
- @page_dimensions = 'unverified A4'
196
- end
197
- end
198
-
199
- class CN22FourOnPage < Base
200
- @id = 74
201
- @description = 'Celní prohlášení CN22 : 4x'
202
- @page_dimensions = 'A4 portrait (210 × 297 mm)'
176
+ # class CN22FourOnPage < Base
177
+ # @id = 74
178
+ # @description = 'Celní prohlášení CN22 : 4x (A4)'
179
+ # @page_dimensions = 'unverified A4'
180
+ # end
181
+
182
+ # class CN22WithCK < Base
183
+ # @id = 75
184
+ # @description = 'Celní prohlášení CN22 s ČK (A4)'
185
+ # @page_dimensions = 'unverified A4'
186
+ # end
187
+
188
+ # class CN22WithCKFourOnPage < Base
189
+ # @id = 76
190
+ # @description = 'Celní prohlášení CN22 s ČK : 4x (A4)'
191
+ # @page_dimensions = 'unverified A4'
192
+ # end
203
193
  end
204
194
 
205
195
  module HarmonizedLabel
@@ -234,20 +224,28 @@ module CzechPostB2bClient
234
224
  @description = 'Harmonizovaný štítek bianco - na výšku'
235
225
  @page_dimensions = 'A6 landscape (148 × 105 mm)'
236
226
  end
227
+ end
228
+
229
+ module ZebraLabel
230
+ class Base < CzechPostB2bClient::PrintingTemplates::Base
231
+ def self.content_type
232
+ :zpl
233
+ end
234
+ end
237
235
 
238
- class ZebraBianco105x148 < Base
236
+ class Bianco105x148 < ZebraLabel::Base
239
237
  @id = 200
240
238
  @description = 'Harmonizovaný štítek bianco - (Zebra - 105x148); nejde o PDF'
241
239
  @page_dimensions = 'unverified 105 × 148 mm'
242
240
  end
243
241
 
244
- class ZebraBianco100x150 < Base
242
+ class Bianco100x150 < ZebraLabel::Base
245
243
  @id = 201
246
244
  @description = 'Harmonizovaný štítek bianco - (Zebra - 100x150); nejde o PDF'
247
245
  @page_dimensions = 'unverified 100 × 150 mm'
248
246
  end
249
247
 
250
- class ZebraBianco100x125 < Base
248
+ class Bianco100x125 < ZebraLabel::Base
251
249
  @id = 202
252
250
  @description = 'Harmonizovaný štítek bianco - (Zebra - 100x125); nejde o PDF'
253
251
  @page_dimensions = 'unverified 100 × 125 mm'
@@ -259,7 +257,12 @@ module CzechPostB2bClient
259
257
  base_class = CzechPostB2bClient::PrintingTemplates::Base
260
258
  ObjectSpace.each_object(base_class.singleton_class).reject { |c| c == base_class }
261
259
  end
260
+
261
+ def self.find(id)
262
+ klass = all_classes.detect { |k| k.id == id }
263
+ raise "PrintingTemplate with id: #{id} is unknown!" unless klass
264
+
265
+ klass
266
+ end
262
267
  end
263
268
  end
264
-
265
- # rubocop:enable Style/AsciiComments
@@ -10,6 +10,7 @@ module CzechPostB2bClient
10
10
  TIME_FORMAT = '%FT%T.%L%:z' # '2014-03-12T13:33:34.573+01:00'
11
11
 
12
12
  def initialize(request_id: 1)
13
+ super()
13
14
  @request_id = request_id
14
15
  end
15
16
 
@@ -6,6 +6,7 @@ module CzechPostB2bClient
6
6
  attr_reader :parcel_codes
7
7
 
8
8
  def initialize(parcel_codes:, request_id: 1)
9
+ super()
9
10
  @parcel_codes = parcel_codes
10
11
  @request_id = request_id
11
12
  end
@@ -6,6 +6,7 @@ module CzechPostB2bClient
6
6
  attr_reader :parcel_codes, :options
7
7
 
8
8
  def initialize(parcel_codes:, options:, request_id: 1)
9
+ super()
9
10
  @parcel_codes = parcel_codes
10
11
  @options = options
11
12
  @request_id = request_id
@@ -6,6 +6,7 @@ module CzechPostB2bClient
6
6
  attr_reader :transaction_id
7
7
 
8
8
  def initialize(transaction_id:, request_id: 1)
9
+ super()
9
10
  @transaction_id = transaction_id
10
11
  @request_id = request_id
11
12
  end
@@ -6,6 +6,7 @@ module CzechPostB2bClient
6
6
  attr_reader :from_date, :to_date
7
7
 
8
8
  def initialize(from_date:, to_date:, request_id: 1)
9
+ super()
9
10
  @from_date = from_date.to_time
10
11
  @to_date = to_date.to_time
11
12
  @request_id = request_id
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # rubocop:disable Layout/LineLength, Style/AsciiComments
3
+ # rubocop:disable Layout/LineLength
4
4
 
5
5
  module CzechPostB2bClient
6
6
  module RequestBuilders
@@ -8,6 +8,7 @@ module CzechPostB2bClient
8
8
  attr_reader :common_data, :parcel
9
9
 
10
10
  def initialize(common_data:, parcel:, request_id: 1)
11
+ super()
11
12
  @common_data = common_data
12
13
  @parcel = parcel
13
14
  @request_id = request_id
@@ -207,7 +208,7 @@ module CzechPostB2bClient
207
208
  add_element_to(do_parcel_address, 'ns2:custCardNum', value: addressee_data[:custom_card_number]) # Nepovinne: cislo zakaznicke karty
208
209
 
209
210
  (addressee_data[:advice_informations] || []).each_with_index do |adv_info, index|
210
- add_element_to(do_parcel_address, 'ns2:adviceInformation' + (index + 1).to_s, value: adv_info) # Nepovinne: Informace 1- 6 k dodejce
211
+ add_element_to(do_parcel_address, "ns2:adviceInformation#{index + 1}", value: adv_info) # Nepovinne: Informace 1- 6 k dodejce
211
212
  end
212
213
  add_element_to(do_parcel_address, 'ns2:adviceNote', value: addressee_data[:advice_note]) # Nepovinne: Poznamka k dodejce
213
214
  end
@@ -258,7 +259,7 @@ module CzechPostB2bClient
258
259
  def add_bank_elements(parent_element, bank_account)
259
260
  return if bank_account.to_s == ''
260
261
 
261
- if (m = bank_account.match(%r{(?:(\d+)-)?(\d+)\/(\d+)}))
262
+ if (m = bank_account.match(%r{(?:(\d+)-)?(\d+)/(\d+)}))
262
263
  prefix = m[1]
263
264
  account = m[2]
264
265
  bank = m[3]
@@ -284,4 +285,4 @@ module CzechPostB2bClient
284
285
  end
285
286
  end
286
287
 
287
- # rubocop:enable Layout/LineLength, Style/AsciiComments
288
+ # rubocop:enable Layout/LineLength
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # rubocop:disable Layout/LineLength, Style/AsciiComments
3
+ # rubocop:disable Layout/LineLength
4
4
 
5
5
  module CzechPostB2bClient
6
6
  module RequestBuilders
@@ -8,6 +8,7 @@ module CzechPostB2bClient
8
8
  attr_reader :common_data, :parcels
9
9
 
10
10
  def initialize(common_data:, parcels:, request_id: 1)
11
+ super()
11
12
  @common_data = common_data
12
13
  @parcels = parcels
13
14
  @request_id = request_id
@@ -225,7 +226,7 @@ module CzechPostB2bClient
225
226
  add_element_to(do_parcel_address, 'ns2:custCardNum', value: addressee_data[:custom_card_number]) # Nepovinne: cislo zakaznicke karty
226
227
 
227
228
  (addressee_data[:advice_informations] || []).each_with_index do |adv_info, index|
228
- add_element_to(do_parcel_address, 'ns2:adviceInformation' + (index + 1).to_s, value: adv_info) # Nepovinne: Informace 1- 6 k dodejce
229
+ add_element_to(do_parcel_address, "ns2:adviceInformation#{index + 1}", value: adv_info) # Nepovinne: Informace 1- 6 k dodejce
229
230
  end
230
231
  add_element_to(do_parcel_address, 'ns2:adviceNote', value: addressee_data[:advice_note]) # Nepovinne: Poznamka k dodejce
231
232
  end
@@ -263,9 +264,7 @@ module CzechPostB2bClient
263
264
  return if address_data.nil?
264
265
 
265
266
  address_tags_and_values(address_data).each_pair do |xml_tag, value|
266
- unless without.include?(xml_tag)
267
- add_element_to(parent_element, xml_tag, value: value) unless value.nil?
268
- end
267
+ add_element_to(parent_element, xml_tag, value: value) if !without.include?(xml_tag) && !value.nil?
269
268
  end
270
269
  end
271
270
 
@@ -289,7 +288,7 @@ module CzechPostB2bClient
289
288
  def add_bank_elements(parent_element, bank_account)
290
289
  return if bank_account.to_s == ''
291
290
 
292
- if (m = bank_account.match(%r{(?:(\d+)-)?(\d+)\/(\d+)}))
291
+ if (m = bank_account.match(%r{(?:(\d+)-)?(\d+)/(\d+)}))
293
292
  prefix = m[1]
294
293
  account = m[2]
295
294
  bank = m[3]
@@ -315,4 +314,4 @@ module CzechPostB2bClient
315
314
  end
316
315
  end
317
316
 
318
- # rubocop:enable Layout/LineLength, Style/AsciiComments
317
+ # rubocop:enable Layout/LineLength
@@ -24,6 +24,7 @@ module CzechPostB2bClient
24
24
  end
25
25
 
26
26
  attr_reader :details
27
+
27
28
  def initialize(details = '')
28
29
  @details = details
29
30
  end
@@ -2001,6 +2002,48 @@ module CzechPostB2bClient
2001
2002
  @type = :info
2002
2003
  end
2003
2004
 
2005
+ class InfoService40CanceledDueMissingContactToAddressee < CzechPostB2bClient::ResponseCodes::BaseCode
2006
+ @code = 424
2007
+ @text = 'INFO_CANCEL_SERVICE_40'
2008
+ @description = 'Zrušena služba 40 - neuveden kontaktní údaj adresáta'
2009
+ @type = :info
2010
+ end
2011
+
2012
+ class InfoService29CanceledDueMissingContactToAddressee < CzechPostB2bClient::ResponseCodes::BaseCode
2013
+ @code = 425
2014
+ @text = 'INFO_CANCEL_SERVICE_29'
2015
+ @description = 'Zrušena dopl. sl. 29 – neuveden kontaktní údaj'
2016
+ @type = :info
2017
+ end
2018
+
2019
+ class InfoService40CanceledNotAllowedTogetherWithService29 < CzechPostB2bClient::ResponseCodes::BaseCode
2020
+ @code = 426
2021
+ @text = 'INFO_CANCEL_SERVICE_40'
2022
+ @description = 'Zrušena služba 40 – nepovolena se sl. 29'
2023
+ @type = :info
2024
+ end
2025
+
2026
+ class InfoService40CanceledPackageIsPosteRestante < CzechPostB2bClient::ResponseCodes::BaseCode
2027
+ @code = 427
2028
+ @text = 'INFO_CANCEL_SERVICE_40'
2029
+ @description = 'Zrušena služba 40 – zásilka Poste restante'
2030
+ @type = :info
2031
+ end
2032
+
2033
+ class InfoService7KCancelledNotArrangedForClient < CzechPostB2bClient::ResponseCodes::BaseCode
2034
+ @code = 428
2035
+ @text = 'INFO_CANCEL_SERVICE_7K'
2036
+ @description = 'Zrušena služba 7K - nesjednaná služba pro zákaznické řešení'
2037
+ @type = :info
2038
+ end
2039
+
2040
+ class InfoAvizoServiceAppended < CzechPostB2bClient::ResponseCodes::BaseCode
2041
+ @code = 429
2042
+ @text = 'INFO_NOTIFICIATON_WAS_MODIFIED'
2043
+ @description = 'Služba avizování přiřazena dle kontaktních údajů'
2044
+ @type = :info
2045
+ end
2046
+
2004
2047
  # must be at end to collect all classes defined before
2005
2048
  def self.all_classes
2006
2049
  base_class = CzechPostB2bClient::ResponseCodes::BaseCode
@@ -6,6 +6,7 @@ module CzechPostB2bClient
6
6
  module ResponseParsers
7
7
  class BaseParser < SteppedService::Base
8
8
  def initialize(xml:)
9
+ super()
9
10
  @response_xml = xml
10
11
  end
11
12
 
@@ -34,41 +35,41 @@ module CzechPostB2bClient
34
35
 
35
36
  def build_result
36
37
  @result = {
37
- request: { created_at: request_data.time_stamp,
38
- contract_id: request_data.id_contract,
39
- request_id: request_data.id_ext_transaction },
38
+ request: { created_at: request_data[:time_stamp],
39
+ contract_id: request_data[:id_contract],
40
+ request_id: request_data[:id_ext_transaction] },
40
41
  response: { created_at: response_time }
41
42
  }
42
43
  end
43
44
 
44
45
  def response_service_data
45
- b2b_response_hash.dig('serviceData')
46
+ b2b_response_hash['serviceData']
46
47
  end
47
48
 
48
49
  def response_header
49
- b2b_response_hash.dig('header')
50
+ b2b_response_hash['header']
50
51
  end
51
52
 
52
53
  def response_root_node
53
- return response_service_data.dig(response_root_node_name) if response_service_data.keys.include?(response_root_node_name)
54
+ return response_service_data[response_root_node_name] if response_service_data.keys.include?(response_root_node_name)
54
55
 
55
56
  errors.add(:xml, "Cannot find `#{response_root_node_name}` in `serviceData` node.")
56
57
  fail_on_structure_parsing
57
58
  end
58
59
 
59
60
  def b2b_response_hash
60
- response_hash.dig('b2bSyncResponse') || response_hash.dig('b2bASyncResponse')
61
+ response_hash['b2bSyncResponse'] || response_hash['b2bASyncResponse']
61
62
  end
62
63
 
63
64
  def request_data
64
- b2b_request_hash = response_header.dig('b2bRequestHeader')
65
- OpenStruct.new(id_ext_transaction: b2b_request_hash.dig('idExtTransaction').to_s,
66
- time_stamp: Time.parse(b2b_request_hash.dig('timeStamp')),
67
- id_contract: b2b_request_hash.dig('idContract').to_s)
65
+ b2b_request_hash = response_header['b2bRequestHeader']
66
+ { id_ext_transaction: b2b_request_hash['idExtTransaction'].to_s,
67
+ time_stamp: Time.parse(b2b_request_hash['timeStamp']),
68
+ id_contract: b2b_request_hash['idContract'].to_s }
68
69
  end
69
70
 
70
71
  def response_time
71
- Time.parse(response_header.dig('timeStamp'))
72
+ Time.parse(response_header['timeStamp'])
72
73
  rescue TypeError
73
74
  Time.now.utc
74
75
  end
@@ -87,7 +88,7 @@ module CzechPostB2bClient
87
88
  end
88
89
 
89
90
  def handle_result_building_error(error)
90
- @result = { result_builder_error: error.message + ' at line: ' + error.backtrace.first,
91
+ @result = { result_builder_error: "#{error.message} at line: #{error.backtrace.first}",
91
92
  response_hash: response_hash }
92
93
  fail_on_structure_parsing
93
94
  end
@@ -21,7 +21,7 @@ module CzechPostB2bClient
21
21
  def response_parcel_hashes
22
22
  return [] if response_root_node.nil?
23
23
 
24
- [response_root_node.dig('parcel')].flatten.compact # to always get array of hash(es)
24
+ [response_root_node['parcel']].flatten.compact # to always get array of hash(es)
25
25
  end
26
26
 
27
27
  def parcel_data_from(rp_hash) # rubocop:disable Metrics/AbcSize
@@ -7,28 +7,40 @@ module CzechPostB2bClient
7
7
  class GetParcelsPrintingParser < BaseParser
8
8
  def build_result
9
9
  super
10
- @result[:response][:state] = state_hash_from(printing_response_header_result.dig('doPrintingStateResponse'))
11
- @result[:printings] = { options: options_hash,
12
- pdf_content: pdf_content }
10
+ @result[:response][:state] = state_hash_from(printing_response_header_result['doPrintingStateResponse'])
11
+ opt_hash = options_hash
12
+ @result[:printings] = { options: opt_hash }.merge(content_hash(opt_hash[:template_id]))
13
13
  end
14
14
 
15
15
  def options_hash
16
- options_response = printing_response_header_result.dig('doPrintingHeader')
16
+ options_response = printing_response_header_result['doPrintingHeader']
17
17
  {
18
- customer_id: options_response.dig('customerID'),
19
- contract_number: options_response.dig('contractNumber'),
20
- template_id: options_response.dig('idForm').to_i,
21
- margin_in_mm: { top: options_response.dig('shiftVertical').to_i,
22
- left: options_response.dig('shiftHorizontal').to_i },
23
- position_order: options_response.dig('position').to_i
18
+ customer_id: options_response['customerID'],
19
+ contract_number: options_response['contractNumber'],
20
+ template_id: options_response['idForm'].to_i,
21
+ margin_in_mm: { top: options_response['shiftVertical'].to_i,
22
+ left: options_response['shiftHorizontal'].to_i },
23
+ position_order: options_response['position'].to_i
24
24
  }
25
25
  end
26
26
 
27
- def pdf_content
28
- pdf_content_encoded = response_root_node.dig('doPrintingDataResult', 'file')
29
- return nil if pdf_content_encoded.nil?
27
+ def content_hash(template_id)
28
+ if zpl_template?(template_id)
29
+ { zpl_content: response_content.force_encoding('utf-8') }
30
+ else
31
+ { pdf_content: response_content }
32
+ end
33
+ end
34
+
35
+ def zpl_template?(template_id)
36
+ CzechPostB2bClient::PrintingTemplates.find(template_id).content_type == :zpl
37
+ end
38
+
39
+ def response_content
40
+ content_encoded = response_root_node.dig('doPrintingDataResult', 'file')
41
+ return nil if content_encoded.nil?
30
42
 
31
- ::Base64.decode64(pdf_content_encoded)
43
+ ::Base64.decode64(content_encoded)
32
44
  end
33
45
 
34
46
  def response_root_node_name
@@ -36,7 +48,7 @@ module CzechPostB2bClient
36
48
  end
37
49
 
38
50
  def printing_response_header_result
39
- response_root_node.dig('doPrintingHeaderResult')
51
+ response_root_node['doPrintingHeaderResult']
40
52
  end
41
53
  end
42
54
  end
@@ -25,7 +25,7 @@ module CzechPostB2bClient
25
25
  end
26
26
 
27
27
  def response_parcel_hashes
28
- [response_root_node.dig('doParcelParamResult')].flatten.compact # to always get array of hash(es)
28
+ [response_root_node['doParcelParamResult']].flatten.compact # to always get array of hash(es)
29
29
  end
30
30
 
31
31
  def parcel_parcel_id_from(rp_hash)
@@ -34,7 +34,7 @@ module CzechPostB2bClient
34
34
 
35
35
  def parcel_data_from(rp_hash)
36
36
  { parcel_code: rp_hash['parcelCode'],
37
- states: [state_hash_from(rp_hash.dig('doParcelStateResponse'))] }
37
+ states: [state_hash_from(rp_hash['doParcelStateResponse'])] }
38
38
  end
39
39
 
40
40
  def updated_result_value_for(value, parcel_params_result_hash)
@@ -5,18 +5,15 @@ module CzechPostB2bClient
5
5
  class GetStatsParser < BaseParser
6
6
  def build_result
7
7
  super
8
- @result[:imports] = { requested: imports.all,
9
- with_errors: imports.err,
10
- successful: imports.ok,
11
- imported_parcels: imports.parcels }
8
+ @result[:imports] = imports
12
9
  end
13
10
 
14
11
  def imports
15
12
  imports_hash = response_root_node
16
- OpenStruct.new(all: imports_hash.dig('importAll').to_i,
17
- err: imports_hash.dig('importErr').to_i,
18
- ok: imports_hash.dig('importOk').to_i,
19
- parcels: imports_hash.dig('parcels').to_i)
13
+ { requested: imports_hash['importAll'].to_i,
14
+ with_errors: imports_hash['importErr'].to_i,
15
+ successful: imports_hash['importOk'].to_i,
16
+ imported_parcels: imports_hash['parcels'].to_i }
20
17
  end
21
18
 
22
19
  def response_root_node_name
@@ -35,7 +35,7 @@ module CzechPostB2bClient
35
35
  end
36
36
 
37
37
  def response_print_hash
38
- response_root_node.dig('responsePrintParams')
38
+ response_root_node['responsePrintParams']
39
39
  end
40
40
 
41
41
  def parcel_parcel_id_from(rp_hash)
@@ -44,7 +44,7 @@ module CzechPostB2bClient
44
44
 
45
45
  def parcel_data_from(rp_hash)
46
46
  { parcel_code: rp_hash['parcelCode'],
47
- states: parcel_states_form(rp_hash.dig('parcelDataResponse')) }
47
+ states: parcel_states_form(rp_hash['parcelDataResponse']) }
48
48
  end
49
49
 
50
50
  def parcel_states_form(data_responses)
@@ -54,8 +54,8 @@ module CzechPostB2bClient
54
54
  def print_data_from(print_hash)
55
55
  return nil if print_hash.nil? || print_hash.empty?
56
56
 
57
- { pdf_content: pdf_content_from(print_hash.dig('file')),
58
- state: state_hash_from(print_hash.dig('printParamsResponse')) }
57
+ { pdf_content: pdf_content_from(print_hash['file']),
58
+ state: state_hash_from(print_hash['printParamsResponse']) }
59
59
  end
60
60
 
61
61
  def pdf_content_from(pdf_content_encoded)