korona-cloud-client 1.0.7 → 1.0.8

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 (735) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -5
  3. data/docs/Account.md +1 -3
  4. data/docs/AdditionalReceiptInfoType.md +1 -3
  5. data/docs/Assortment.md +1 -3
  6. data/docs/Attendance.md +1 -3
  7. data/docs/Cashier.md +1 -3
  8. data/docs/CashierRole.md +1 -3
  9. data/docs/CashierVerificationRequirement.md +1 -3
  10. data/docs/CommodityGroup.md +1 -3
  11. data/docs/CouponPosition.md +28 -0
  12. data/docs/CouponsApi.md +159 -0
  13. data/docs/Currency.md +1 -3
  14. data/docs/Customer.md +1 -3
  15. data/docs/CustomerDisplayConfiguration.md +4 -6
  16. data/docs/CustomerGroup.md +1 -3
  17. data/docs/CustomerOrder.md +1 -3
  18. data/docs/DeliveryNote.md +1 -3
  19. data/docs/DeviceConfigurationVariable.md +1 -3
  20. data/docs/DispatchNotification.md +60 -0
  21. data/docs/DispatchNotificationItem.md +32 -0
  22. data/docs/DispatchNotificationItemAmount.md +20 -0
  23. data/docs/DispatchNotificationItemContainer.md +20 -0
  24. data/docs/DispatchNotificationItemIdentification.md +22 -0
  25. data/docs/DispatchNotificationsApi.md +329 -0
  26. data/docs/EconomicZone.md +1 -3
  27. data/docs/EndOfDayStatement.md +1 -3
  28. data/docs/EntryGate.md +1 -3
  29. data/docs/Event.md +1 -3
  30. data/docs/ExternalSystemCall.md +1 -3
  31. data/docs/FiscalUnit.md +1 -3
  32. data/docs/InfoText.md +1 -3
  33. data/docs/Inventory.md +1 -3
  34. data/docs/InventoryList.md +1 -3
  35. data/docs/KoronaAccount.md +1 -3
  36. data/docs/OrganizationalUnit.md +1 -3
  37. data/docs/PaymentMethod.md +1 -3
  38. data/docs/Pos.md +1 -3
  39. data/docs/PosBalance.md +1 -3
  40. data/docs/PosButtonLayout.md +1 -3
  41. data/docs/PosPageLayoutConfiguration.md +1 -3
  42. data/docs/PosProfile.md +1 -3
  43. data/docs/PriceGroup.md +1 -3
  44. data/docs/PriceRule.md +1 -3
  45. data/docs/Product.md +1 -3
  46. data/docs/ProductionType.md +1 -3
  47. data/docs/Promotion.md +1 -3
  48. data/docs/PromotionApplication.md +22 -0
  49. data/docs/PromotionBenefitCommonDiscount.md +3 -1
  50. data/docs/PromotionBenefitExtendedDiscountDiscountCalculation.md +5 -1
  51. data/docs/Receipt.md +5 -3
  52. data/docs/ReceiptLayoutConfiguration.md +1 -3
  53. data/docs/ResultListCoupon.md +28 -0
  54. data/docs/ResultListDispatchNotification.md +28 -0
  55. data/docs/ResultListDispatchNotificationItem.md +28 -0
  56. data/docs/SalesTax.md +1 -3
  57. data/docs/Sector.md +1 -3
  58. data/docs/SpecialPriceConfiguration.md +1 -3
  59. data/docs/StockAdjustment.md +1 -3
  60. data/docs/StockOrder.md +1 -3
  61. data/docs/StockReceipt.md +1 -3
  62. data/docs/StoreOrder.md +1 -3
  63. data/docs/Supplier.md +1 -3
  64. data/docs/Tag.md +1 -3
  65. data/docs/TicketDefinition.md +1 -3
  66. data/docs/TimeTrackingEntity.md +1 -3
  67. data/docs/UserRole.md +1 -3
  68. data/korona-cloud-client.gemspec +2 -2
  69. data/lib/korona-cloud-client/api/accounts_api.rb +1 -1
  70. data/lib/korona-cloud-client/api/additional_receipt_info_types_api.rb +1 -1
  71. data/lib/korona-cloud-client/api/assortments_api.rb +1 -1
  72. data/lib/korona-cloud-client/api/cashier_roles_api.rb +1 -1
  73. data/lib/korona-cloud-client/api/cashier_verification_requirement_api.rb +1 -1
  74. data/lib/korona-cloud-client/api/cashiers_api.rb +1 -1
  75. data/lib/korona-cloud-client/api/commodity_groups_api.rb +1 -1
  76. data/lib/korona-cloud-client/api/coupons_api.rb +165 -0
  77. data/lib/korona-cloud-client/api/currencies_api.rb +1 -1
  78. data/lib/korona-cloud-client/api/customer_display_configurations_api.rb +1 -1
  79. data/lib/korona-cloud-client/api/customer_groups_api.rb +1 -1
  80. data/lib/korona-cloud-client/api/customer_orders_api.rb +1 -1
  81. data/lib/korona-cloud-client/api/customers_api.rb +1 -1
  82. data/lib/korona-cloud-client/api/delivery_notes_api.rb +1 -1
  83. data/lib/korona-cloud-client/api/device_configuration_variables_api.rb +1 -1
  84. data/lib/korona-cloud-client/api/dispatch_notifications_api.rb +345 -0
  85. data/lib/korona-cloud-client/api/economic_zones_api.rb +1 -1
  86. data/lib/korona-cloud-client/api/external_system_calls_api.rb +1 -1
  87. data/lib/korona-cloud-client/api/fiscal_units_api.rb +1 -1
  88. data/lib/korona-cloud-client/api/images_api.rb +1 -1
  89. data/lib/korona-cloud-client/api/info_texts_api.rb +1 -1
  90. data/lib/korona-cloud-client/api/inventories_api.rb +1 -1
  91. data/lib/korona-cloud-client/api/korona_account_api.rb +1 -1
  92. data/lib/korona-cloud-client/api/organizational_units_api.rb +1 -1
  93. data/lib/korona-cloud-client/api/payment_methods_api.rb +1 -1
  94. data/lib/korona-cloud-client/api/points_of_sale_api.rb +1 -1
  95. data/lib/korona-cloud-client/api/pos_button_layouts_api.rb +1 -1
  96. data/lib/korona-cloud-client/api/pos_page_layout_configurations_api.rb +1 -1
  97. data/lib/korona-cloud-client/api/pos_profiles_api.rb +1 -1
  98. data/lib/korona-cloud-client/api/price_groups_api.rb +1 -1
  99. data/lib/korona-cloud-client/api/price_rules_api.rb +1 -1
  100. data/lib/korona-cloud-client/api/production_types_api.rb +1 -1
  101. data/lib/korona-cloud-client/api/products_api.rb +1 -1
  102. data/lib/korona-cloud-client/api/promotions_api.rb +1 -1
  103. data/lib/korona-cloud-client/api/receipt_layout_configurations_api.rb +1 -1
  104. data/lib/korona-cloud-client/api/receipts_api.rb +1 -1
  105. data/lib/korona-cloud-client/api/sales_taxes_api.rb +1 -1
  106. data/lib/korona-cloud-client/api/sectors_api.rb +1 -1
  107. data/lib/korona-cloud-client/api/special_price_configurations_api.rb +1 -1
  108. data/lib/korona-cloud-client/api/statistics_api.rb +1 -1
  109. data/lib/korona-cloud-client/api/stock_adjustments_api.rb +1 -1
  110. data/lib/korona-cloud-client/api/stock_orders_api.rb +1 -1
  111. data/lib/korona-cloud-client/api/stock_receipts_api.rb +1 -1
  112. data/lib/korona-cloud-client/api/store_orders_api.rb +1 -1
  113. data/lib/korona-cloud-client/api/suppliers_api.rb +1 -1
  114. data/lib/korona-cloud-client/api/tags_api.rb +1 -1
  115. data/lib/korona-cloud-client/api/ticket_creation_api.rb +1 -1
  116. data/lib/korona-cloud-client/api/ticketing_api.rb +1 -1
  117. data/lib/korona-cloud-client/api/time_tracking_api.rb +1 -1
  118. data/lib/korona-cloud-client/api/user_roles_api.rb +1 -1
  119. data/lib/korona-cloud-client/api_client.rb +1 -1
  120. data/lib/korona-cloud-client/api_error.rb +1 -1
  121. data/lib/korona-cloud-client/configuration.rb +1 -1
  122. data/lib/korona-cloud-client/models/account.rb +5 -14
  123. data/lib/korona-cloud-client/models/account_summary.rb +1 -1
  124. data/lib/korona-cloud-client/models/account_transaction.rb +1 -1
  125. data/lib/korona-cloud-client/models/add_or_update_result.rb +1 -1
  126. data/lib/korona-cloud-client/models/additional_info.rb +1 -1
  127. data/lib/korona-cloud-client/models/additional_receipt_info_type.rb +5 -14
  128. data/lib/korona-cloud-client/models/address_information.rb +1 -1
  129. data/lib/korona-cloud-client/models/admission.rb +1 -1
  130. data/lib/korona-cloud-client/models/amount.rb +1 -1
  131. data/lib/korona-cloud-client/models/amount_count_data.rb +1 -1
  132. data/lib/korona-cloud-client/models/assortment.rb +5 -14
  133. data/lib/korona-cloud-client/models/attendance.rb +5 -14
  134. data/lib/korona-cloud-client/models/bad_request_error.rb +1 -1
  135. data/lib/korona-cloud-client/models/capacity.rb +1 -1
  136. data/lib/korona-cloud-client/models/cashier.rb +5 -14
  137. data/lib/korona-cloud-client/models/cashier_role.rb +5 -14
  138. data/lib/korona-cloud-client/models/cashier_summary.rb +1 -1
  139. data/lib/korona-cloud-client/models/cashier_verification_requirement.rb +5 -14
  140. data/lib/korona-cloud-client/models/cashier_verification_result.rb +1 -1
  141. data/lib/korona-cloud-client/models/category.rb +1 -1
  142. data/lib/korona-cloud-client/models/cloud_subscription.rb +1 -1
  143. data/lib/korona-cloud-client/models/cloud_subscription_details.rb +1 -1
  144. data/lib/korona-cloud-client/models/commodity_group.rb +5 -14
  145. data/lib/korona-cloud-client/models/commodity_group_summary.rb +1 -1
  146. data/lib/korona-cloud-client/models/company_identification.rb +1 -1
  147. data/lib/korona-cloud-client/models/coupon.rb +1 -1
  148. data/lib/korona-cloud-client/models/coupon_position.rb +279 -0
  149. data/lib/korona-cloud-client/models/creation_task.rb +1 -1
  150. data/lib/korona-cloud-client/models/currency.rb +5 -14
  151. data/lib/korona-cloud-client/models/currency_denomination.rb +1 -1
  152. data/lib/korona-cloud-client/models/currency_exchange_rate.rb +1 -1
  153. data/lib/korona-cloud-client/models/customer.rb +5 -14
  154. data/lib/korona-cloud-client/models/customer_card.rb +1 -1
  155. data/lib/korona-cloud-client/models/customer_data.rb +1 -1
  156. data/lib/korona-cloud-client/models/customer_display_configuration.rb +8 -17
  157. data/lib/korona-cloud-client/models/customer_group.rb +5 -14
  158. data/lib/korona-cloud-client/models/customer_group_summary.rb +1 -1
  159. data/lib/korona-cloud-client/models/customer_information.rb +1 -1
  160. data/lib/korona-cloud-client/models/customer_order.rb +5 -14
  161. data/lib/korona-cloud-client/models/customer_order_item.rb +1 -1
  162. data/lib/korona-cloud-client/models/date_interval.rb +1 -1
  163. data/lib/korona-cloud-client/models/day_rating.rb +1 -1
  164. data/lib/korona-cloud-client/models/day_time_period.rb +1 -1
  165. data/lib/korona-cloud-client/models/delivery_note.rb +5 -14
  166. data/lib/korona-cloud-client/models/delivery_note_item.rb +1 -1
  167. data/lib/korona-cloud-client/models/deposit.rb +1 -1
  168. data/lib/korona-cloud-client/models/device_configuration.rb +1 -1
  169. data/lib/korona-cloud-client/models/device_configuration_variable.rb +5 -14
  170. data/lib/korona-cloud-client/models/device_configuration_variable_value.rb +1 -1
  171. data/lib/korona-cloud-client/models/device_information.rb +1 -1
  172. data/lib/korona-cloud-client/models/device_parameter_item.rb +1 -1
  173. data/lib/korona-cloud-client/models/discount.rb +1 -1
  174. data/lib/korona-cloud-client/models/dispatch_notification.rb +413 -0
  175. data/lib/korona-cloud-client/models/dispatch_notification_item.rb +282 -0
  176. data/lib/korona-cloud-client/models/dispatch_notification_item_amount.rb +227 -0
  177. data/lib/korona-cloud-client/models/dispatch_notification_item_container.rb +227 -0
  178. data/lib/korona-cloud-client/models/dispatch_notification_item_identification.rb +236 -0
  179. data/lib/korona-cloud-client/models/economic_zone.rb +5 -14
  180. data/lib/korona-cloud-client/models/end_of_day_statement.rb +5 -14
  181. data/lib/korona-cloud-client/models/end_of_day_statement_summary.rb +1 -1
  182. data/lib/korona-cloud-client/models/entry_gate.rb +5 -14
  183. data/lib/korona-cloud-client/models/event.rb +5 -14
  184. data/lib/korona-cloud-client/models/external_system_call.rb +5 -14
  185. data/lib/korona-cloud-client/models/fiscal_transaction.rb +1 -1
  186. data/lib/korona-cloud-client/models/fiscal_unit.rb +5 -14
  187. data/lib/korona-cloud-client/models/fiscal_unit_certificate_info.rb +1 -1
  188. data/lib/korona-cloud-client/models/fiscal_unit_pre_configuration.rb +1 -1
  189. data/lib/korona-cloud-client/models/fiscal_unit_state.rb +1 -1
  190. data/lib/korona-cloud-client/models/fiscal_unit_state_usage_level.rb +1 -1
  191. data/lib/korona-cloud-client/models/fiscal_unit_state_usage_level_value.rb +1 -1
  192. data/lib/korona-cloud-client/models/fiscal_unit_state_version_info.rb +1 -1
  193. data/lib/korona-cloud-client/models/forbidden_error.rb +1 -1
  194. data/lib/korona-cloud-client/models/geo_location.rb +1 -1
  195. data/lib/korona-cloud-client/models/info_text.rb +5 -14
  196. data/lib/korona-cloud-client/models/interval.rb +1 -1
  197. data/lib/korona-cloud-client/models/inventory.rb +5 -14
  198. data/lib/korona-cloud-client/models/inventory_list.rb +5 -14
  199. data/lib/korona-cloud-client/models/inventory_list_item.rb +1 -1
  200. data/lib/korona-cloud-client/models/inventory_list_item_stock.rb +1 -1
  201. data/lib/korona-cloud-client/models/korona_account.rb +5 -14
  202. data/lib/korona-cloud-client/models/media_url.rb +1 -1
  203. data/lib/korona-cloud-client/models/method_not_allowed_error.rb +1 -1
  204. data/lib/korona-cloud-client/models/model_reference.rb +1 -1
  205. data/lib/korona-cloud-client/models/not_found_error.rb +1 -1
  206. data/lib/korona-cloud-client/models/opening_hours.rb +1 -1
  207. data/lib/korona-cloud-client/models/organizational_unit.rb +5 -14
  208. data/lib/korona-cloud-client/models/payment.rb +1 -1
  209. data/lib/korona-cloud-client/models/payment_method.rb +5 -14
  210. data/lib/korona-cloud-client/models/payment_service_configuration.rb +1 -1
  211. data/lib/korona-cloud-client/models/payment_summary.rb +1 -1
  212. data/lib/korona-cloud-client/models/payment_terminal_receipt.rb +1 -1
  213. data/lib/korona-cloud-client/models/period.rb +1 -1
  214. data/lib/korona-cloud-client/models/period_list_top_seller.rb +1 -1
  215. data/lib/korona-cloud-client/models/period_map_string_revenue_data.rb +1 -1
  216. data/lib/korona-cloud-client/models/period_object.rb +1 -1
  217. data/lib/korona-cloud-client/models/period_revenue_data.rb +1 -1
  218. data/lib/korona-cloud-client/models/pos.rb +5 -14
  219. data/lib/korona-cloud-client/models/pos_balance.rb +5 -14
  220. data/lib/korona-cloud-client/models/pos_balance_item.rb +1 -1
  221. data/lib/korona-cloud-client/models/pos_balance_summary.rb +1 -1
  222. data/lib/korona-cloud-client/models/pos_balance_summary_changeset.rb +1 -1
  223. data/lib/korona-cloud-client/models/pos_balance_total.rb +1 -1
  224. data/lib/korona-cloud-client/models/pos_button.rb +1 -1
  225. data/lib/korona-cloud-client/models/pos_button_function.rb +1 -1
  226. data/lib/korona-cloud-client/models/pos_button_layout.rb +5 -14
  227. data/lib/korona-cloud-client/models/pos_page_layout.rb +1 -1
  228. data/lib/korona-cloud-client/models/pos_page_layout_configuration.rb +5 -14
  229. data/lib/korona-cloud-client/models/pos_profile.rb +5 -14
  230. data/lib/korona-cloud-client/models/prepaid_card.rb +1 -1
  231. data/lib/korona-cloud-client/models/price_group.rb +5 -14
  232. data/lib/korona-cloud-client/models/price_rule.rb +5 -14
  233. data/lib/korona-cloud-client/models/price_rule_calculation.rb +1 -1
  234. data/lib/korona-cloud-client/models/price_rule_condition.rb +1 -1
  235. data/lib/korona-cloud-client/models/price_rule_time_validity_repetition_interval.rb +1 -1
  236. data/lib/korona-cloud-client/models/price_rule_validity_period.rb +1 -1
  237. data/lib/korona-cloud-client/models/product.rb +5 -14
  238. data/lib/korona-cloud-client/models/product_code.rb +1 -1
  239. data/lib/korona-cloud-client/models/product_description.rb +1 -1
  240. data/lib/korona-cloud-client/models/product_price.rb +1 -1
  241. data/lib/korona-cloud-client/models/product_special_price.rb +1 -1
  242. data/lib/korona-cloud-client/models/product_stock.rb +1 -1
  243. data/lib/korona-cloud-client/models/product_subproduct.rb +1 -1
  244. data/lib/korona-cloud-client/models/product_supplier_price.rb +1 -1
  245. data/lib/korona-cloud-client/models/product_transfer_involved_party_information.rb +1 -1
  246. data/lib/korona-cloud-client/models/product_transfer_involved_party_information_data.rb +1 -1
  247. data/lib/korona-cloud-client/models/production_type.rb +5 -14
  248. data/lib/korona-cloud-client/models/promotion.rb +5 -14
  249. data/lib/korona-cloud-client/models/promotion_application.rb +236 -0
  250. data/lib/korona-cloud-client/models/promotion_benefit.rb +1 -1
  251. data/lib/korona-cloud-client/models/promotion_benefit_common_discount.rb +14 -5
  252. data/lib/korona-cloud-client/models/promotion_benefit_extended_discount.rb +1 -1
  253. data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_discount_calculation.rb +35 -5
  254. data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection.rb +1 -1
  255. data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_count_amount.rb +1 -1
  256. data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_criteria.rb +1 -1
  257. data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_criteria_min_max_range.rb +1 -1
  258. data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_criteria_min_max_range_value_comperator.rb +1 -1
  259. data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_filter.rb +1 -1
  260. data/lib/korona-cloud-client/models/promotion_benefit_reduce_product_amount.rb +1 -1
  261. data/lib/korona-cloud-client/models/promotion_bonuspoint.rb +1 -1
  262. data/lib/korona-cloud-client/models/promotion_bonuspoint_creation.rb +1 -1
  263. data/lib/korona-cloud-client/models/promotion_bonuspoint_redemption.rb +1 -1
  264. data/lib/korona-cloud-client/models/promotion_bonuspoint_redemption_fixed_discount.rb +1 -1
  265. data/lib/korona-cloud-client/models/promotion_bonuspoint_redemption_percentage_discount.rb +1 -1
  266. data/lib/korona-cloud-client/models/promotion_bonuspoint_redemption_tag_discount.rb +1 -1
  267. data/lib/korona-cloud-client/models/promotion_coupon.rb +1 -1
  268. data/lib/korona-cloud-client/models/promotion_coupon_validity.rb +1 -1
  269. data/lib/korona-cloud-client/models/promotion_coupon_validity_days_after_purchase_interval.rb +1 -1
  270. data/lib/korona-cloud-client/models/promotion_layer.rb +1 -1
  271. data/lib/korona-cloud-client/models/promotion_stamp.rb +1 -1
  272. data/lib/korona-cloud-client/models/promotion_trigger.rb +1 -1
  273. data/lib/korona-cloud-client/models/promotion_trigger_product_amount_condition.rb +1 -1
  274. data/lib/korona-cloud-client/models/promotion_trigger_receipt_product_amount_condition.rb +1 -1
  275. data/lib/korona-cloud-client/models/promotion_trigger_receipt_revenue_condition.rb +1 -1
  276. data/lib/korona-cloud-client/models/promotion_trigger_tag_amount_condition.rb +1 -1
  277. data/lib/korona-cloud-client/models/promotion_trigger_tag_revenue_condition.rb +1 -1
  278. data/lib/korona-cloud-client/models/promotion_validity.rb +1 -1
  279. data/lib/korona-cloud-client/models/rating.rb +1 -1
  280. data/lib/korona-cloud-client/models/receipt.rb +27 -14
  281. data/lib/korona-cloud-client/models/receipt_item.rb +1 -1
  282. data/lib/korona-cloud-client/models/receipt_layout_configuration.rb +5 -14
  283. data/lib/korona-cloud-client/models/receipt_max_revisions.rb +1 -1
  284. data/lib/korona-cloud-client/models/receipt_revenue.rb +1 -1
  285. data/lib/korona-cloud-client/models/receipt_total.rb +1 -1
  286. data/lib/korona-cloud-client/models/result_list.rb +1 -1
  287. data/lib/korona-cloud-client/models/result_list_account.rb +1 -1
  288. data/lib/korona-cloud-client/models/result_list_additional_receipt_info_type.rb +1 -1
  289. data/lib/korona-cloud-client/models/result_list_assortment.rb +1 -1
  290. data/lib/korona-cloud-client/models/result_list_attendance.rb +1 -1
  291. data/lib/korona-cloud-client/models/result_list_cashier.rb +1 -1
  292. data/lib/korona-cloud-client/models/result_list_cashier_role.rb +1 -1
  293. data/lib/korona-cloud-client/models/result_list_cashier_verification_requirement.rb +1 -1
  294. data/lib/korona-cloud-client/models/result_list_commodity_group.rb +1 -1
  295. data/lib/korona-cloud-client/models/result_list_coupon.rb +303 -0
  296. data/lib/korona-cloud-client/models/result_list_creation_task.rb +1 -1
  297. data/lib/korona-cloud-client/models/result_list_currency.rb +1 -1
  298. data/lib/korona-cloud-client/models/result_list_customer.rb +1 -1
  299. data/lib/korona-cloud-client/models/result_list_customer_display_configuration.rb +1 -1
  300. data/lib/korona-cloud-client/models/result_list_customer_group.rb +1 -1
  301. data/lib/korona-cloud-client/models/result_list_customer_order.rb +1 -1
  302. data/lib/korona-cloud-client/models/result_list_day_rating.rb +1 -1
  303. data/lib/korona-cloud-client/models/result_list_delivery_note.rb +1 -1
  304. data/lib/korona-cloud-client/models/result_list_device_configuration_variable.rb +1 -1
  305. data/lib/korona-cloud-client/models/result_list_dispatch_notification.rb +303 -0
  306. data/lib/korona-cloud-client/models/result_list_dispatch_notification_item.rb +303 -0
  307. data/lib/korona-cloud-client/models/result_list_economic_zone.rb +1 -1
  308. data/lib/korona-cloud-client/models/result_list_end_of_day_statement.rb +1 -1
  309. data/lib/korona-cloud-client/models/result_list_entry_gate.rb +1 -1
  310. data/lib/korona-cloud-client/models/result_list_event.rb +1 -1
  311. data/lib/korona-cloud-client/models/result_list_external_system_call.rb +1 -1
  312. data/lib/korona-cloud-client/models/result_list_fiscal_unit.rb +1 -1
  313. data/lib/korona-cloud-client/models/result_list_info_text.rb +1 -1
  314. data/lib/korona-cloud-client/models/result_list_inventory.rb +1 -1
  315. data/lib/korona-cloud-client/models/result_list_inventory_list.rb +1 -1
  316. data/lib/korona-cloud-client/models/result_list_inventory_list_item.rb +1 -1
  317. data/lib/korona-cloud-client/models/result_list_organizational_unit.rb +1 -1
  318. data/lib/korona-cloud-client/models/result_list_payment_method.rb +1 -1
  319. data/lib/korona-cloud-client/models/result_list_pos.rb +1 -1
  320. data/lib/korona-cloud-client/models/result_list_pos_balance.rb +1 -1
  321. data/lib/korona-cloud-client/models/result_list_pos_button_layout.rb +1 -1
  322. data/lib/korona-cloud-client/models/result_list_pos_page_layout_configuration.rb +1 -1
  323. data/lib/korona-cloud-client/models/result_list_pos_profile.rb +1 -1
  324. data/lib/korona-cloud-client/models/result_list_price_group.rb +1 -1
  325. data/lib/korona-cloud-client/models/result_list_price_rule.rb +1 -1
  326. data/lib/korona-cloud-client/models/result_list_product.rb +1 -1
  327. data/lib/korona-cloud-client/models/result_list_product_stock.rb +1 -1
  328. data/lib/korona-cloud-client/models/result_list_production_type.rb +1 -1
  329. data/lib/korona-cloud-client/models/result_list_promotion.rb +1 -1
  330. data/lib/korona-cloud-client/models/result_list_receipt.rb +1 -1
  331. data/lib/korona-cloud-client/models/result_list_receipt_layout_configuration.rb +1 -1
  332. data/lib/korona-cloud-client/models/result_list_sales_tax.rb +1 -1
  333. data/lib/korona-cloud-client/models/result_list_sector.rb +1 -1
  334. data/lib/korona-cloud-client/models/result_list_special_price_configuration.rb +1 -1
  335. data/lib/korona-cloud-client/models/result_list_stock_adjustment.rb +1 -1
  336. data/lib/korona-cloud-client/models/result_list_stock_adjustment_item.rb +1 -1
  337. data/lib/korona-cloud-client/models/result_list_stock_order.rb +1 -1
  338. data/lib/korona-cloud-client/models/result_list_stock_order_item.rb +1 -1
  339. data/lib/korona-cloud-client/models/result_list_stock_receipt.rb +1 -1
  340. data/lib/korona-cloud-client/models/result_list_stock_receipt_item.rb +1 -1
  341. data/lib/korona-cloud-client/models/result_list_store_order.rb +1 -1
  342. data/lib/korona-cloud-client/models/result_list_store_order_item.rb +1 -1
  343. data/lib/korona-cloud-client/models/result_list_supplier.rb +1 -1
  344. data/lib/korona-cloud-client/models/result_list_tag.rb +1 -1
  345. data/lib/korona-cloud-client/models/result_list_ticket.rb +1 -1
  346. data/lib/korona-cloud-client/models/result_list_ticket_definition.rb +1 -1
  347. data/lib/korona-cloud-client/models/result_list_time_tracking_entity.rb +1 -1
  348. data/lib/korona-cloud-client/models/result_list_time_tracking_entry.rb +1 -1
  349. data/lib/korona-cloud-client/models/result_list_user_role.rb +1 -1
  350. data/lib/korona-cloud-client/models/revenue_data.rb +1 -1
  351. data/lib/korona-cloud-client/models/sales_tax.rb +5 -14
  352. data/lib/korona-cloud-client/models/sales_tax_rate.rb +1 -1
  353. data/lib/korona-cloud-client/models/sector.rb +5 -14
  354. data/lib/korona-cloud-client/models/sector_revenue_account_item.rb +1 -1
  355. data/lib/korona-cloud-client/models/sector_sales_tax_item.rb +1 -1
  356. data/lib/korona-cloud-client/models/service.rb +1 -1
  357. data/lib/korona-cloud-client/models/signature.rb +1 -1
  358. data/lib/korona-cloud-client/models/special_price.rb +1 -1
  359. data/lib/korona-cloud-client/models/special_price_configuration.rb +5 -14
  360. data/lib/korona-cloud-client/models/statistic.rb +1 -1
  361. data/lib/korona-cloud-client/models/statistic_list_top_seller.rb +1 -1
  362. data/lib/korona-cloud-client/models/statistic_map_string_revenue_data.rb +1 -1
  363. data/lib/korona-cloud-client/models/statistic_revenue_data.rb +1 -1
  364. data/lib/korona-cloud-client/models/stock_adjustment.rb +5 -14
  365. data/lib/korona-cloud-client/models/stock_adjustment_item.rb +1 -1
  366. data/lib/korona-cloud-client/models/stock_adjustment_item_reason.rb +1 -1
  367. data/lib/korona-cloud-client/models/stock_order.rb +5 -14
  368. data/lib/korona-cloud-client/models/stock_order_item.rb +1 -1
  369. data/lib/korona-cloud-client/models/stock_receipt.rb +5 -14
  370. data/lib/korona-cloud-client/models/stock_receipt_item.rb +1 -1
  371. data/lib/korona-cloud-client/models/stock_receipt_item_amount.rb +1 -1
  372. data/lib/korona-cloud-client/models/stock_receipt_item_identification.rb +1 -1
  373. data/lib/korona-cloud-client/models/stock_receipt_item_purchase_price.rb +1 -1
  374. data/lib/korona-cloud-client/models/store_order.rb +5 -14
  375. data/lib/korona-cloud-client/models/store_order_item.rb +1 -1
  376. data/lib/korona-cloud-client/models/supplier.rb +5 -14
  377. data/lib/korona-cloud-client/models/supplier_contact.rb +1 -1
  378. data/lib/korona-cloud-client/models/supplier_contact_person.rb +1 -1
  379. data/lib/korona-cloud-client/models/supplier_payment_information.rb +1 -1
  380. data/lib/korona-cloud-client/models/tag.rb +5 -14
  381. data/lib/korona-cloud-client/models/tax_payment.rb +1 -1
  382. data/lib/korona-cloud-client/models/tax_summary.rb +1 -1
  383. data/lib/korona-cloud-client/models/terminal_receipt_print_line.rb +1 -1
  384. data/lib/korona-cloud-client/models/ticket.rb +1 -1
  385. data/lib/korona-cloud-client/models/ticket_data.rb +1 -1
  386. data/lib/korona-cloud-client/models/ticket_definition.rb +5 -14
  387. data/lib/korona-cloud-client/models/ticket_personalization.rb +1 -1
  388. data/lib/korona-cloud-client/models/time_of_day_interval.rb +1 -1
  389. data/lib/korona-cloud-client/models/time_period.rb +1 -1
  390. data/lib/korona-cloud-client/models/time_tracking_entity.rb +5 -14
  391. data/lib/korona-cloud-client/models/time_tracking_entry.rb +1 -1
  392. data/lib/korona-cloud-client/models/too_many_requests_error.rb +1 -1
  393. data/lib/korona-cloud-client/models/top_seller.rb +1 -1
  394. data/lib/korona-cloud-client/models/total_period.rb +1 -1
  395. data/lib/korona-cloud-client/models/total_price.rb +1 -1
  396. data/lib/korona-cloud-client/models/user_role.rb +5 -14
  397. data/lib/korona-cloud-client/models/validity.rb +1 -1
  398. data/lib/korona-cloud-client/models/voided_receipt_item.rb +1 -1
  399. data/lib/korona-cloud-client/models/voucher_transaction.rb +1 -1
  400. data/lib/korona-cloud-client/models/weather.rb +1 -1
  401. data/lib/korona-cloud-client/version.rb +2 -2
  402. data/lib/korona-cloud-client.rb +13 -1
  403. data/spec/api/accounts_api_spec.rb +67 -3
  404. data/spec/api/additional_receipt_info_types_api_spec.rb +2 -2
  405. data/spec/api/assortments_api_spec.rb +2 -2
  406. data/spec/api/cashier_roles_api_spec.rb +2 -2
  407. data/spec/api/cashier_verification_requirement_api_spec.rb +1 -1
  408. data/spec/api/cashiers_api_spec.rb +68 -2
  409. data/spec/api/commodity_groups_api_spec.rb +2 -2
  410. data/spec/api/coupons_api_spec.rb +63 -0
  411. data/spec/api/currencies_api_spec.rb +39 -2
  412. data/spec/api/customer_display_configurations_api_spec.rb +1 -1
  413. data/spec/api/customer_groups_api_spec.rb +66 -2
  414. data/spec/api/customer_orders_api_spec.rb +10 -6
  415. data/spec/api/customers_api_spec.rb +2 -2
  416. data/spec/api/delivery_notes_api_spec.rb +6 -6
  417. data/spec/api/device_configuration_variables_api_spec.rb +1 -1
  418. data/spec/api/dispatch_notifications_api_spec.rb +100 -0
  419. data/spec/api/economic_zones_api_spec.rb +39 -2
  420. data/spec/api/external_system_calls_api_spec.rb +2 -2
  421. data/spec/api/fiscal_units_api_spec.rb +2 -2
  422. data/spec/api/images_api_spec.rb +2 -2
  423. data/spec/api/info_texts_api_spec.rb +39 -2
  424. data/spec/api/inventories_api_spec.rb +37 -24
  425. data/spec/api/korona_account_api_spec.rb +2 -2
  426. data/spec/api/organizational_units_api_spec.rb +73 -10
  427. data/spec/api/payment_methods_api_spec.rb +66 -2
  428. data/spec/api/points_of_sale_api_spec.rb +53 -7
  429. data/spec/api/pos_button_layouts_api_spec.rb +1 -1
  430. data/spec/api/pos_page_layout_configurations_api_spec.rb +1 -1
  431. data/spec/api/pos_profiles_api_spec.rb +1 -1
  432. data/spec/api/price_groups_api_spec.rb +39 -2
  433. data/spec/api/price_rules_api_spec.rb +1 -1
  434. data/spec/api/production_types_api_spec.rb +2 -2
  435. data/spec/api/products_api_spec.rb +5 -2
  436. data/spec/api/promotions_api_spec.rb +1 -1
  437. data/spec/api/receipt_layout_configurations_api_spec.rb +1 -1
  438. data/spec/api/receipts_api_spec.rb +8 -6
  439. data/spec/api/sales_taxes_api_spec.rb +39 -2
  440. data/spec/api/sectors_api_spec.rb +14 -2
  441. data/spec/api/special_price_configurations_api_spec.rb +1 -1
  442. data/spec/api/statistics_api_spec.rb +2 -2
  443. data/spec/api/stock_adjustments_api_spec.rb +1 -1
  444. data/spec/api/stock_orders_api_spec.rb +37 -6
  445. data/spec/api/stock_receipts_api_spec.rb +6 -6
  446. data/spec/api/store_orders_api_spec.rb +1 -1
  447. data/spec/api/suppliers_api_spec.rb +39 -2
  448. data/spec/api/tags_api_spec.rb +2 -2
  449. data/spec/api/ticket_creation_api_spec.rb +4 -4
  450. data/spec/api/ticketing_api_spec.rb +55 -4
  451. data/spec/api/time_tracking_api_spec.rb +4 -4
  452. data/spec/api/user_roles_api_spec.rb +1 -1
  453. data/spec/api_client_spec.rb +1 -1
  454. data/spec/configuration_spec.rb +1 -1
  455. data/spec/models/account_spec.rb +12 -13
  456. data/spec/models/account_summary_spec.rb +5 -12
  457. data/spec/models/account_transaction_spec.rb +11 -12
  458. data/spec/models/add_or_update_result_spec.rb +7 -14
  459. data/spec/models/additional_info_spec.rb +5 -12
  460. data/spec/models/additional_receipt_info_type_spec.rb +5 -12
  461. data/spec/models/address_information_spec.rb +11 -12
  462. data/spec/models/admission_spec.rb +5 -12
  463. data/spec/models/amount_count_data_spec.rb +5 -12
  464. data/spec/models/amount_spec.rb +5 -12
  465. data/spec/models/assortment_spec.rb +5 -12
  466. data/spec/models/attendance_spec.rb +5 -12
  467. data/spec/models/bad_request_error_spec.rb +7 -14
  468. data/spec/models/capacity_spec.rb +5 -12
  469. data/spec/models/cashier_role_spec.rb +7 -14
  470. data/spec/models/cashier_spec.rb +45 -16
  471. data/spec/models/cashier_summary_spec.rb +5 -12
  472. data/spec/models/cashier_verification_requirement_spec.rb +1 -7
  473. data/spec/models/cashier_verification_result_spec.rb +1 -1
  474. data/spec/models/category_spec.rb +5 -12
  475. data/spec/models/cloud_subscription_details_spec.rb +7 -14
  476. data/spec/models/cloud_subscription_spec.rb +6 -13
  477. data/spec/models/commodity_group_spec.rb +11 -12
  478. data/spec/models/commodity_group_summary_spec.rb +5 -12
  479. data/spec/models/company_identification_spec.rb +5 -12
  480. data/spec/models/coupon_position_spec.rb +64 -0
  481. data/spec/models/coupon_spec.rb +1 -1
  482. data/spec/models/creation_task_spec.rb +6 -13
  483. data/spec/models/currency_denomination_spec.rb +6 -13
  484. data/spec/models/currency_exchange_rate_spec.rb +5 -12
  485. data/spec/models/currency_spec.rb +5 -12
  486. data/spec/models/customer_card_spec.rb +6 -13
  487. data/spec/models/customer_data_spec.rb +5 -12
  488. data/spec/models/customer_display_configuration_spec.rb +1 -7
  489. data/spec/models/customer_group_spec.rb +5 -12
  490. data/spec/models/customer_group_summary_spec.rb +5 -12
  491. data/spec/models/customer_information_spec.rb +5 -12
  492. data/spec/models/customer_order_item_spec.rb +1 -1
  493. data/spec/models/customer_order_spec.rb +5 -12
  494. data/spec/models/customer_spec.rb +30 -13
  495. data/spec/models/date_interval_spec.rb +1 -1
  496. data/spec/models/day_rating_spec.rb +5 -12
  497. data/spec/models/day_time_period_spec.rb +5 -12
  498. data/spec/models/delivery_note_item_spec.rb +5 -12
  499. data/spec/models/delivery_note_spec.rb +5 -12
  500. data/spec/models/deposit_spec.rb +5 -12
  501. data/spec/models/device_configuration_spec.rb +1 -1
  502. data/spec/models/device_configuration_variable_spec.rb +1 -7
  503. data/spec/models/device_configuration_variable_value_spec.rb +1 -1
  504. data/spec/models/device_information_spec.rb +5 -12
  505. data/spec/models/device_parameter_item_spec.rb +1 -1
  506. data/spec/models/discount_spec.rb +18 -13
  507. data/spec/models/dispatch_notification_item_amount_spec.rb +40 -0
  508. data/spec/models/dispatch_notification_item_container_spec.rb +40 -0
  509. data/spec/models/dispatch_notification_item_identification_spec.rb +46 -0
  510. data/spec/models/dispatch_notification_item_spec.rb +76 -0
  511. data/spec/models/dispatch_notification_spec.rb +160 -0
  512. data/spec/models/economic_zone_spec.rb +5 -12
  513. data/spec/models/end_of_day_statement_spec.rb +5 -12
  514. data/spec/models/end_of_day_statement_summary_spec.rb +5 -12
  515. data/spec/models/entry_gate_spec.rb +5 -12
  516. data/spec/models/event_spec.rb +5 -12
  517. data/spec/models/external_system_call_spec.rb +11 -12
  518. data/spec/models/fiscal_transaction_spec.rb +5 -12
  519. data/spec/models/fiscal_unit_certificate_info_spec.rb +5 -12
  520. data/spec/models/fiscal_unit_pre_configuration_spec.rb +1 -1
  521. data/spec/models/fiscal_unit_spec.rb +12 -13
  522. data/spec/models/fiscal_unit_state_spec.rb +6 -13
  523. data/spec/models/fiscal_unit_state_usage_level_spec.rb +5 -12
  524. data/spec/models/fiscal_unit_state_usage_level_value_spec.rb +5 -12
  525. data/spec/models/fiscal_unit_state_version_info_spec.rb +5 -12
  526. data/spec/models/forbidden_error_spec.rb +6 -13
  527. data/spec/models/geo_location_spec.rb +5 -12
  528. data/spec/models/info_text_spec.rb +12 -13
  529. data/spec/models/interval_spec.rb +5 -12
  530. data/spec/models/inventory_list_item_spec.rb +5 -12
  531. data/spec/models/inventory_list_item_stock_spec.rb +5 -12
  532. data/spec/models/inventory_list_spec.rb +12 -13
  533. data/spec/models/inventory_spec.rb +8 -15
  534. data/spec/models/korona_account_spec.rb +13 -14
  535. data/spec/models/media_url_spec.rb +5 -12
  536. data/spec/models/method_not_allowed_error_spec.rb +6 -13
  537. data/spec/models/model_reference_spec.rb +5 -12
  538. data/spec/models/not_found_error_spec.rb +6 -13
  539. data/spec/models/opening_hours_spec.rb +6 -13
  540. data/spec/models/organizational_unit_spec.rb +18 -19
  541. data/spec/models/payment_method_spec.rb +23 -12
  542. data/spec/models/payment_service_configuration_spec.rb +1 -1
  543. data/spec/models/payment_spec.rb +23 -12
  544. data/spec/models/payment_summary_spec.rb +5 -12
  545. data/spec/models/payment_terminal_receipt_spec.rb +1 -1
  546. data/spec/models/period_list_top_seller_spec.rb +5 -12
  547. data/spec/models/period_map_string_revenue_data_spec.rb +5 -12
  548. data/spec/models/period_object_spec.rb +5 -12
  549. data/spec/models/period_revenue_data_spec.rb +5 -12
  550. data/spec/models/period_spec.rb +5 -12
  551. data/spec/models/pos_balance_item_spec.rb +1 -1
  552. data/spec/models/pos_balance_spec.rb +1 -7
  553. data/spec/models/pos_balance_summary_changeset_spec.rb +1 -1
  554. data/spec/models/pos_balance_summary_spec.rb +1 -1
  555. data/spec/models/pos_balance_total_spec.rb +1 -1
  556. data/spec/models/pos_button_function_spec.rb +1 -1
  557. data/spec/models/pos_button_layout_spec.rb +1 -7
  558. data/spec/models/pos_button_spec.rb +1 -1
  559. data/spec/models/pos_page_layout_configuration_spec.rb +1 -7
  560. data/spec/models/pos_page_layout_spec.rb +1 -1
  561. data/spec/models/pos_profile_spec.rb +1 -7
  562. data/spec/models/pos_spec.rb +101 -14
  563. data/spec/models/prepaid_card_spec.rb +1 -1
  564. data/spec/models/price_group_spec.rb +5 -12
  565. data/spec/models/price_rule_calculation_spec.rb +1 -1
  566. data/spec/models/price_rule_condition_spec.rb +1 -1
  567. data/spec/models/price_rule_spec.rb +1 -7
  568. data/spec/models/price_rule_time_validity_repetition_interval_spec.rb +1 -1
  569. data/spec/models/price_rule_validity_period_spec.rb +1 -1
  570. data/spec/models/product_code_spec.rb +5 -12
  571. data/spec/models/product_description_spec.rb +6 -13
  572. data/spec/models/product_price_spec.rb +5 -12
  573. data/spec/models/product_spec.rb +20 -15
  574. data/spec/models/product_special_price_spec.rb +1 -1
  575. data/spec/models/product_stock_spec.rb +5 -12
  576. data/spec/models/product_subproduct_spec.rb +21 -12
  577. data/spec/models/product_supplier_price_spec.rb +5 -12
  578. data/spec/models/product_transfer_involved_party_information_data_spec.rb +5 -12
  579. data/spec/models/product_transfer_involved_party_information_spec.rb +5 -12
  580. data/spec/models/production_type_spec.rb +8 -15
  581. data/spec/models/promotion_application_spec.rb +46 -0
  582. data/spec/models/promotion_benefit_common_discount_spec.rb +7 -1
  583. data/spec/models/{promotion_benefit_extended_discount_position_selection_criteria_min_max_spec.rb → promotion_benefit_ext_discount_pos_selection_criteria_min_max_range_value_comp_spec.rb} +1 -1
  584. data/spec/models/promotion_benefit_extended_discount_discount_calculation_spec.rb +17 -1
  585. data/spec/models/promotion_benefit_extended_discount_position_selection_count_amount_spec.rb +1 -1
  586. data/spec/models/promotion_benefit_extended_discount_position_selection_criteria_min_max_range_spec.rb +1 -1
  587. data/spec/models/promotion_benefit_extended_discount_position_selection_criteria_spec.rb +1 -1
  588. data/spec/models/promotion_benefit_extended_discount_position_selection_filter_spec.rb +1 -1
  589. data/spec/models/promotion_benefit_extended_discount_position_selection_spec.rb +1 -1
  590. data/spec/models/promotion_benefit_extended_discount_spec.rb +1 -1
  591. data/spec/models/promotion_benefit_reduce_product_amount_spec.rb +1 -1
  592. data/spec/models/promotion_benefit_spec.rb +1 -1
  593. data/spec/models/promotion_bonuspoint_creation_spec.rb +1 -1
  594. data/spec/models/promotion_bonuspoint_redemption_fixed_discount_spec.rb +1 -1
  595. data/spec/models/promotion_bonuspoint_redemption_percentage_discount_spec.rb +1 -1
  596. data/spec/models/promotion_bonuspoint_redemption_spec.rb +1 -1
  597. data/spec/models/promotion_bonuspoint_redemption_tag_discount_spec.rb +1 -1
  598. data/spec/models/promotion_bonuspoint_spec.rb +1 -1
  599. data/spec/models/promotion_coupon_spec.rb +1 -1
  600. data/spec/models/promotion_coupon_validity_days_after_purchase_interval_spec.rb +1 -1
  601. data/spec/models/promotion_coupon_validity_spec.rb +1 -1
  602. data/spec/models/promotion_layer_spec.rb +1 -1
  603. data/spec/models/promotion_spec.rb +1 -7
  604. data/spec/models/promotion_stamp_spec.rb +1 -1
  605. data/spec/models/promotion_trigger_product_amount_condition_spec.rb +1 -1
  606. data/spec/models/promotion_trigger_receipt_product_amount_condition_spec.rb +1 -1
  607. data/spec/models/promotion_trigger_receipt_revenue_condition_spec.rb +1 -1
  608. data/spec/models/promotion_trigger_spec.rb +1 -1
  609. data/spec/models/promotion_trigger_tag_amount_condition_spec.rb +1 -1
  610. data/spec/models/promotion_trigger_tag_revenue_condition_spec.rb +1 -1
  611. data/spec/models/promotion_validity_spec.rb +1 -1
  612. data/spec/models/rating_spec.rb +5 -12
  613. data/spec/models/receipt_item_spec.rb +64 -19
  614. data/spec/models/receipt_layout_configuration_spec.rb +1 -7
  615. data/spec/models/receipt_max_revisions_spec.rb +5 -12
  616. data/spec/models/receipt_revenue_spec.rb +1 -1
  617. data/spec/models/receipt_spec.rb +88 -17
  618. data/spec/models/receipt_total_spec.rb +1 -1
  619. data/spec/models/result_list_account_spec.rb +5 -12
  620. data/spec/models/result_list_additional_receipt_info_type_spec.rb +5 -12
  621. data/spec/models/result_list_assortment_spec.rb +5 -12
  622. data/spec/models/result_list_attendance_spec.rb +5 -12
  623. data/spec/models/result_list_cashier_role_spec.rb +5 -12
  624. data/spec/models/result_list_cashier_spec.rb +5 -12
  625. data/spec/models/result_list_cashier_verification_requirement_spec.rb +1 -1
  626. data/spec/models/result_list_commodity_group_spec.rb +5 -12
  627. data/spec/models/result_list_coupon_spec.rb +64 -0
  628. data/spec/models/result_list_creation_task_spec.rb +5 -12
  629. data/spec/models/result_list_currency_spec.rb +5 -12
  630. data/spec/models/result_list_customer_display_configuration_spec.rb +1 -1
  631. data/spec/models/result_list_customer_group_spec.rb +5 -12
  632. data/spec/models/result_list_customer_order_spec.rb +5 -12
  633. data/spec/models/result_list_customer_spec.rb +5 -12
  634. data/spec/models/result_list_day_rating_spec.rb +5 -12
  635. data/spec/models/result_list_delivery_note_spec.rb +5 -12
  636. data/spec/models/result_list_device_configuration_variable_spec.rb +1 -1
  637. data/spec/models/result_list_dispatch_notification_item_spec.rb +64 -0
  638. data/spec/models/result_list_dispatch_notification_spec.rb +64 -0
  639. data/spec/models/result_list_economic_zone_spec.rb +5 -12
  640. data/spec/models/result_list_end_of_day_statement_spec.rb +5 -12
  641. data/spec/models/result_list_entry_gate_spec.rb +5 -12
  642. data/spec/models/result_list_event_spec.rb +5 -12
  643. data/spec/models/result_list_external_system_call_spec.rb +5 -12
  644. data/spec/models/result_list_fiscal_unit_spec.rb +5 -12
  645. data/spec/models/result_list_info_text_spec.rb +5 -12
  646. data/spec/models/result_list_inventory_list_item_spec.rb +5 -12
  647. data/spec/models/result_list_inventory_list_spec.rb +5 -12
  648. data/spec/models/result_list_inventory_spec.rb +5 -12
  649. data/spec/models/result_list_organizational_unit_spec.rb +5 -12
  650. data/spec/models/result_list_payment_method_spec.rb +5 -12
  651. data/spec/models/result_list_pos_balance_spec.rb +1 -1
  652. data/spec/models/result_list_pos_button_layout_spec.rb +1 -1
  653. data/spec/models/result_list_pos_page_layout_configuration_spec.rb +1 -1
  654. data/spec/models/result_list_pos_profile_spec.rb +1 -1
  655. data/spec/models/result_list_pos_spec.rb +5 -12
  656. data/spec/models/result_list_price_group_spec.rb +5 -12
  657. data/spec/models/result_list_price_rule_spec.rb +1 -1
  658. data/spec/models/result_list_product_spec.rb +5 -12
  659. data/spec/models/result_list_product_stock_spec.rb +5 -12
  660. data/spec/models/result_list_production_type_spec.rb +5 -12
  661. data/spec/models/result_list_promotion_spec.rb +1 -1
  662. data/spec/models/result_list_receipt_layout_configuration_spec.rb +1 -1
  663. data/spec/models/result_list_receipt_spec.rb +5 -12
  664. data/spec/models/result_list_sales_tax_spec.rb +5 -12
  665. data/spec/models/result_list_sector_spec.rb +5 -12
  666. data/spec/models/result_list_spec.rb +5 -12
  667. data/spec/models/result_list_special_price_configuration_spec.rb +1 -1
  668. data/spec/models/result_list_stock_adjustment_item_spec.rb +1 -1
  669. data/spec/models/result_list_stock_adjustment_spec.rb +1 -1
  670. data/spec/models/result_list_stock_order_item_spec.rb +1 -1
  671. data/spec/models/result_list_stock_order_spec.rb +5 -12
  672. data/spec/models/result_list_stock_receipt_item_spec.rb +5 -12
  673. data/spec/models/result_list_stock_receipt_spec.rb +5 -12
  674. data/spec/models/result_list_store_order_item_spec.rb +1 -1
  675. data/spec/models/result_list_store_order_spec.rb +1 -1
  676. data/spec/models/result_list_supplier_spec.rb +5 -12
  677. data/spec/models/result_list_tag_spec.rb +5 -12
  678. data/spec/models/result_list_ticket_definition_spec.rb +5 -12
  679. data/spec/models/result_list_ticket_spec.rb +5 -12
  680. data/spec/models/result_list_time_tracking_entity_spec.rb +5 -12
  681. data/spec/models/result_list_time_tracking_entry_spec.rb +5 -12
  682. data/spec/models/result_list_user_role_spec.rb +1 -1
  683. data/spec/models/revenue_data_spec.rb +5 -12
  684. data/spec/models/sales_tax_rate_spec.rb +5 -12
  685. data/spec/models/sales_tax_spec.rb +15 -12
  686. data/spec/models/sector_revenue_account_item_spec.rb +5 -12
  687. data/spec/models/sector_sales_tax_item_spec.rb +5 -12
  688. data/spec/models/sector_spec.rb +5 -12
  689. data/spec/models/service_spec.rb +6 -13
  690. data/spec/models/signature_spec.rb +5 -12
  691. data/spec/models/special_price_configuration_spec.rb +1 -7
  692. data/spec/models/special_price_spec.rb +1 -1
  693. data/spec/models/statistic_list_top_seller_spec.rb +5 -12
  694. data/spec/models/statistic_map_string_revenue_data_spec.rb +5 -12
  695. data/spec/models/statistic_revenue_data_spec.rb +5 -12
  696. data/spec/models/statistic_spec.rb +5 -12
  697. data/spec/models/stock_adjustment_item_reason_spec.rb +1 -1
  698. data/spec/models/stock_adjustment_item_spec.rb +1 -1
  699. data/spec/models/stock_adjustment_spec.rb +1 -7
  700. data/spec/models/stock_order_item_spec.rb +5 -12
  701. data/spec/models/stock_order_spec.rb +30 -31
  702. data/spec/models/stock_receipt_item_amount_spec.rb +5 -12
  703. data/spec/models/stock_receipt_item_identification_spec.rb +5 -12
  704. data/spec/models/stock_receipt_item_purchase_price_spec.rb +5 -12
  705. data/spec/models/stock_receipt_item_spec.rb +5 -12
  706. data/spec/models/stock_receipt_spec.rb +18 -13
  707. data/spec/models/store_order_item_spec.rb +1 -1
  708. data/spec/models/store_order_spec.rb +1 -7
  709. data/spec/models/supplier_contact_person_spec.rb +5 -12
  710. data/spec/models/supplier_contact_spec.rb +5 -12
  711. data/spec/models/supplier_payment_information_spec.rb +6 -13
  712. data/spec/models/supplier_spec.rb +11 -12
  713. data/spec/models/tag_spec.rb +5 -12
  714. data/spec/models/tax_payment_spec.rb +5 -12
  715. data/spec/models/tax_summary_spec.rb +5 -12
  716. data/spec/models/terminal_receipt_print_line_spec.rb +1 -1
  717. data/spec/models/ticket_data_spec.rb +5 -12
  718. data/spec/models/ticket_definition_spec.rb +29 -12
  719. data/spec/models/ticket_personalization_spec.rb +5 -12
  720. data/spec/models/ticket_spec.rb +5 -12
  721. data/spec/models/time_of_day_interval_spec.rb +1 -1
  722. data/spec/models/time_period_spec.rb +5 -12
  723. data/spec/models/time_tracking_entity_spec.rb +5 -12
  724. data/spec/models/time_tracking_entry_spec.rb +5 -12
  725. data/spec/models/too_many_requests_error_spec.rb +6 -13
  726. data/spec/models/top_seller_spec.rb +5 -12
  727. data/spec/models/total_period_spec.rb +5 -12
  728. data/spec/models/total_price_spec.rb +5 -12
  729. data/spec/models/user_role_spec.rb +1 -7
  730. data/spec/models/validity_spec.rb +6 -13
  731. data/spec/models/voided_receipt_item_spec.rb +5 -12
  732. data/spec/models/voucher_transaction_spec.rb +1 -1
  733. data/spec/models/weather_spec.rb +6 -13
  734. data/spec/spec_helper.rb +1 -1
  735. metadata +53 -5
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -37,8 +37,6 @@ module KoronaCloudClient
37
37
 
38
38
  attr_accessor :organizational_units
39
39
 
40
- attr_accessor :number_length
41
-
42
40
  # Attribute mapping from ruby-style variable name to JSON key.
43
41
  def self.attribute_map
44
42
  {
@@ -49,8 +47,7 @@ module KoronaCloudClient
49
47
  :'name' => :'name',
50
48
  :'valid_from' => :'validFrom',
51
49
  :'valid_to' => :'validTo',
52
- :'organizational_units' => :'organizationalUnits',
53
- :'number_length' => :'numberLength'
50
+ :'organizational_units' => :'organizationalUnits'
54
51
  }
55
52
  end
56
53
 
@@ -69,8 +66,7 @@ module KoronaCloudClient
69
66
  :'name' => :'String',
70
67
  :'valid_from' => :'Time',
71
68
  :'valid_to' => :'Time',
72
- :'organizational_units' => :'Array<ModelReference>',
73
- :'number_length' => :'Integer'
69
+ :'organizational_units' => :'Array<ModelReference>'
74
70
  }
75
71
  end
76
72
 
@@ -128,10 +124,6 @@ module KoronaCloudClient
128
124
  self.organizational_units = value
129
125
  end
130
126
  end
131
-
132
- if attributes.key?(:'number_length')
133
- self.number_length = attributes[:'number_length']
134
- end
135
127
  end
136
128
 
137
129
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -165,8 +157,7 @@ module KoronaCloudClient
165
157
  name == o.name &&
166
158
  valid_from == o.valid_from &&
167
159
  valid_to == o.valid_to &&
168
- organizational_units == o.organizational_units &&
169
- number_length == o.number_length
160
+ organizational_units == o.organizational_units
170
161
  end
171
162
 
172
163
  # @see the `==` method
@@ -178,7 +169,7 @@ module KoronaCloudClient
178
169
  # Calculates hash code according to all attributes.
179
170
  # @return [Integer] Hash code
180
171
  def hash
181
- [active, id, number, revision, name, valid_from, valid_to, organizational_units, number_length].hash
172
+ [active, id, number, revision, name, valid_from, valid_to, organizational_units].hash
182
173
  end
183
174
 
184
175
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -49,8 +49,6 @@ module KoronaCloudClient
49
49
 
50
50
  attr_accessor :status
51
51
 
52
- attr_accessor :number_length
53
-
54
52
  class EnumAttributeValidator
55
53
  attr_reader :datatype
56
54
  attr_reader :allowable_values
@@ -89,8 +87,7 @@ module KoronaCloudClient
89
87
  :'reason' => :'reason',
90
88
  :'receipt_number' => :'receiptNumber',
91
89
  :'warehouse' => :'warehouse',
92
- :'status' => :'status',
93
- :'number_length' => :'numberLength'
90
+ :'status' => :'status'
94
91
  }
95
92
  end
96
93
 
@@ -115,8 +112,7 @@ module KoronaCloudClient
115
112
  :'reason' => :'String',
116
113
  :'receipt_number' => :'String',
117
114
  :'warehouse' => :'ModelReference',
118
- :'status' => :'String',
119
- :'number_length' => :'Integer'
115
+ :'status' => :'String'
120
116
  }
121
117
  end
122
118
 
@@ -196,10 +192,6 @@ module KoronaCloudClient
196
192
  if attributes.key?(:'status')
197
193
  self.status = attributes[:'status']
198
194
  end
199
-
200
- if attributes.key?(:'number_length')
201
- self.number_length = attributes[:'number_length']
202
- end
203
195
  end
204
196
 
205
197
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -245,8 +237,7 @@ module KoronaCloudClient
245
237
  reason == o.reason &&
246
238
  receipt_number == o.receipt_number &&
247
239
  warehouse == o.warehouse &&
248
- status == o.status &&
249
- number_length == o.number_length
240
+ status == o.status
250
241
  end
251
242
 
252
243
  # @see the `==` method
@@ -258,7 +249,7 @@ module KoronaCloudClient
258
249
  # Calculates hash code according to all attributes.
259
250
  # @return [Integer] Hash code
260
251
  def hash
261
- [active, id, number, revision, booking_api_user, booking_time, booking_user, external_id, finish_time, production, reason, receipt_number, warehouse, status, number_length].hash
252
+ [active, id, number, revision, booking_api_user, booking_time, booking_user, external_id, finish_time, production, reason, receipt_number, warehouse, status].hash
262
253
  end
263
254
 
264
255
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -84,8 +84,6 @@ module KoronaCloudClient
84
84
 
85
85
  attr_accessor :status
86
86
 
87
- attr_accessor :number_length
88
-
89
87
  class EnumAttributeValidator
90
88
  attr_reader :datatype
91
89
  attr_reader :allowable_values
@@ -140,8 +138,7 @@ module KoronaCloudClient
140
138
  :'special_offer_code' => :'specialOfferCode',
141
139
  :'store_order' => :'storeOrder',
142
140
  :'supplier' => :'supplier',
143
- :'status' => :'status',
144
- :'number_length' => :'numberLength'
141
+ :'status' => :'status'
145
142
  }
146
143
  end
147
144
 
@@ -182,8 +179,7 @@ module KoronaCloudClient
182
179
  :'special_offer_code' => :'String',
183
180
  :'store_order' => :'ModelReference',
184
181
  :'supplier' => :'ModelReference',
185
- :'status' => :'String',
186
- :'number_length' => :'Integer'
182
+ :'status' => :'String'
187
183
  }
188
184
  end
189
185
 
@@ -329,10 +325,6 @@ module KoronaCloudClient
329
325
  if attributes.key?(:'status')
330
326
  self.status = attributes[:'status']
331
327
  end
332
-
333
- if attributes.key?(:'number_length')
334
- self.number_length = attributes[:'number_length']
335
- end
336
328
  end
337
329
 
338
330
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -394,8 +386,7 @@ module KoronaCloudClient
394
386
  special_offer_code == o.special_offer_code &&
395
387
  store_order == o.store_order &&
396
388
  supplier == o.supplier &&
397
- status == o.status &&
398
- number_length == o.number_length
389
+ status == o.status
399
390
  end
400
391
 
401
392
  # @see the `==` method
@@ -407,7 +398,7 @@ module KoronaCloudClient
407
398
  # Calculates hash code according to all attributes.
408
399
  # @return [Integer] Hash code
409
400
  def hash
410
- [active, id, number, revision, booking_api_user, booking_time, booking_user, cashier, comment, create_time, create_user, customer, deposit, description, expected_from_date, expected_to_date, finalized, items, items_count, organizational_unit, party_information, pickup_date, point_of_sale, shipping_condition, shipping_supplier_information, source_organizational_unit, special_offer_code, store_order, supplier, status, number_length].hash
401
+ [active, id, number, revision, booking_api_user, booking_time, booking_user, cashier, comment, create_time, create_user, customer, deposit, description, expected_from_date, expected_to_date, finalized, items, items_count, organizational_unit, party_information, pickup_date, point_of_sale, shipping_condition, shipping_supplier_information, source_organizational_unit, special_offer_code, store_order, supplier, status].hash
411
402
  end
412
403
 
413
404
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -70,8 +70,6 @@ module KoronaCloudClient
70
70
 
71
71
  attr_accessor :status
72
72
 
73
- attr_accessor :number_length
74
-
75
73
  class EnumAttributeValidator
76
74
  attr_reader :datatype
77
75
  attr_reader :allowable_values
@@ -120,8 +118,7 @@ module KoronaCloudClient
120
118
  :'supplier' => :'supplier',
121
119
  :'comment' => :'comment',
122
120
  :'custom_price_change' => :'customPriceChange',
123
- :'status' => :'status',
124
- :'number_length' => :'numberLength'
121
+ :'status' => :'status'
125
122
  }
126
123
  end
127
124
 
@@ -156,8 +153,7 @@ module KoronaCloudClient
156
153
  :'supplier' => :'ModelReference',
157
154
  :'comment' => :'String',
158
155
  :'custom_price_change' => :'Float',
159
- :'status' => :'String',
160
- :'number_length' => :'Integer'
156
+ :'status' => :'String'
161
157
  }
162
158
  end
163
159
 
@@ -277,10 +273,6 @@ module KoronaCloudClient
277
273
  if attributes.key?(:'status')
278
274
  self.status = attributes[:'status']
279
275
  end
280
-
281
- if attributes.key?(:'number_length')
282
- self.number_length = attributes[:'number_length']
283
- end
284
276
  end
285
277
 
286
278
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -336,8 +328,7 @@ module KoronaCloudClient
336
328
  supplier == o.supplier &&
337
329
  comment == o.comment &&
338
330
  custom_price_change == o.custom_price_change &&
339
- status == o.status &&
340
- number_length == o.number_length
331
+ status == o.status
341
332
  end
342
333
 
343
334
  # @see the `==` method
@@ -349,7 +340,7 @@ module KoronaCloudClient
349
340
  # Calculates hash code according to all attributes.
350
341
  # @return [Integer] Hash code
351
342
  def hash
352
- [active, id, number, revision, arrival_date, booking_time, booking_user, booking_api_user, cashier, create_time, create_user, customer, description, dispatch_notification, items_count, organizational_unit, party_information, point_of_sale, product_stock_order, source_organizational_unit, supplier, comment, custom_price_change, status, number_length].hash
343
+ [active, id, number, revision, arrival_date, booking_time, booking_user, booking_api_user, cashier, create_time, create_user, customer, description, dispatch_notification, items_count, organizational_unit, party_information, point_of_sale, product_stock_order, source_organizational_unit, supplier, comment, custom_price_change, status].hash
353
344
  end
354
345
 
355
346
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -48,8 +48,6 @@ module KoronaCloudClient
48
48
 
49
49
  attr_accessor :pickup_date
50
50
 
51
- attr_accessor :number_length
52
-
53
51
  # Attribute mapping from ruby-style variable name to JSON key.
54
52
  def self.attribute_map
55
53
  {
@@ -65,8 +63,7 @@ module KoronaCloudClient
65
63
  :'comment' => :'comment',
66
64
  :'items_count' => :'itemsCount',
67
65
  :'customer_order' => :'customerOrder',
68
- :'pickup_date' => :'pickupDate',
69
- :'number_length' => :'numberLength'
66
+ :'pickup_date' => :'pickupDate'
70
67
  }
71
68
  end
72
69
 
@@ -90,8 +87,7 @@ module KoronaCloudClient
90
87
  :'comment' => :'String',
91
88
  :'items_count' => :'Integer',
92
89
  :'customer_order' => :'ModelReference',
93
- :'pickup_date' => :'Time',
94
- :'number_length' => :'Integer'
90
+ :'pickup_date' => :'Time'
95
91
  }
96
92
  end
97
93
 
@@ -167,10 +163,6 @@ module KoronaCloudClient
167
163
  if attributes.key?(:'pickup_date')
168
164
  self.pickup_date = attributes[:'pickup_date']
169
165
  end
170
-
171
- if attributes.key?(:'number_length')
172
- self.number_length = attributes[:'number_length']
173
- end
174
166
  end
175
167
 
176
168
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -203,8 +195,7 @@ module KoronaCloudClient
203
195
  comment == o.comment &&
204
196
  items_count == o.items_count &&
205
197
  customer_order == o.customer_order &&
206
- pickup_date == o.pickup_date &&
207
- number_length == o.number_length
198
+ pickup_date == o.pickup_date
208
199
  end
209
200
 
210
201
  # @see the `==` method
@@ -216,7 +207,7 @@ module KoronaCloudClient
216
207
  # Calculates hash code according to all attributes.
217
208
  # @return [Integer] Hash code
218
209
  def hash
219
- [active, id, number, revision, create_time, process_time, finish_time, point_of_sale, target_organizational_unit, comment, items_count, customer_order, pickup_date, number_length].hash
210
+ [active, id, number, revision, create_time, process_time, finish_time, point_of_sale, target_organizational_unit, comment, items_count, customer_order, pickup_date].hash
220
211
  end
221
212
 
222
213
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -45,8 +45,6 @@ module KoronaCloudClient
45
45
 
46
46
  attr_accessor :delivery_conditions
47
47
 
48
- attr_accessor :number_length
49
-
50
48
  # Attribute mapping from ruby-style variable name to JSON key.
51
49
  def self.attribute_map
52
50
  {
@@ -62,8 +60,7 @@ module KoronaCloudClient
62
60
  :'name' => :'name',
63
61
  :'payment' => :'payment',
64
62
  :'return_address' => :'returnAddress',
65
- :'delivery_conditions' => :'deliveryConditions',
66
- :'number_length' => :'numberLength'
63
+ :'delivery_conditions' => :'deliveryConditions'
67
64
  }
68
65
  end
69
66
 
@@ -87,8 +84,7 @@ module KoronaCloudClient
87
84
  :'name' => :'String',
88
85
  :'payment' => :'SupplierPaymentInformation',
89
86
  :'return_address' => :'ProductTransferInvolvedPartyInformationData',
90
- :'delivery_conditions' => :'String',
91
- :'number_length' => :'Integer'
87
+ :'delivery_conditions' => :'String'
92
88
  }
93
89
  end
94
90
 
@@ -164,10 +160,6 @@ module KoronaCloudClient
164
160
  if attributes.key?(:'delivery_conditions')
165
161
  self.delivery_conditions = attributes[:'delivery_conditions']
166
162
  end
167
-
168
- if attributes.key?(:'number_length')
169
- self.number_length = attributes[:'number_length']
170
- end
171
163
  end
172
164
 
173
165
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -200,8 +192,7 @@ module KoronaCloudClient
200
192
  name == o.name &&
201
193
  payment == o.payment &&
202
194
  return_address == o.return_address &&
203
- delivery_conditions == o.delivery_conditions &&
204
- number_length == o.number_length
195
+ delivery_conditions == o.delivery_conditions
205
196
  end
206
197
 
207
198
  # @see the `==` method
@@ -213,7 +204,7 @@ module KoronaCloudClient
213
204
  # Calculates hash code according to all attributes.
214
205
  # @return [Integer] Hash code
215
206
  def hash
216
- [active, id, number, revision, additional_information, address, contact, contact_person, customer_number, name, payment, return_address, delivery_conditions, number_length].hash
207
+ [active, id, number, revision, additional_information, address, contact, contact_person, customer_number, name, payment, return_address, delivery_conditions].hash
217
208
  end
218
209
 
219
210
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -29,8 +29,6 @@ module KoronaCloudClient
29
29
 
30
30
  attr_accessor :name
31
31
 
32
- attr_accessor :number_length
33
-
34
32
  # Attribute mapping from ruby-style variable name to JSON key.
35
33
  def self.attribute_map
36
34
  {
@@ -38,8 +36,7 @@ module KoronaCloudClient
38
36
  :'id' => :'id',
39
37
  :'number' => :'number',
40
38
  :'revision' => :'revision',
41
- :'name' => :'name',
42
- :'number_length' => :'numberLength'
39
+ :'name' => :'name'
43
40
  }
44
41
  end
45
42
 
@@ -55,8 +52,7 @@ module KoronaCloudClient
55
52
  :'id' => :'String',
56
53
  :'number' => :'String',
57
54
  :'revision' => :'Integer',
58
- :'name' => :'String',
59
- :'number_length' => :'Integer'
55
+ :'name' => :'String'
60
56
  }
61
57
  end
62
58
 
@@ -100,10 +96,6 @@ module KoronaCloudClient
100
96
  if attributes.key?(:'name')
101
97
  self.name = attributes[:'name']
102
98
  end
103
-
104
- if attributes.key?(:'number_length')
105
- self.number_length = attributes[:'number_length']
106
- end
107
99
  end
108
100
 
109
101
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -128,8 +120,7 @@ module KoronaCloudClient
128
120
  id == o.id &&
129
121
  number == o.number &&
130
122
  revision == o.revision &&
131
- name == o.name &&
132
- number_length == o.number_length
123
+ name == o.name
133
124
  end
134
125
 
135
126
  # @see the `==` method
@@ -141,7 +132,7 @@ module KoronaCloudClient
141
132
  # Calculates hash code according to all attributes.
142
133
  # @return [Integer] Hash code
143
134
  def hash
144
- [active, id, number, revision, name, number_length].hash
135
+ [active, id, number, revision, name].hash
145
136
  end
146
137
 
147
138
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1