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
@@ -43,8 +43,6 @@ module KoronaCloudClient
43
43
 
44
44
  attr_accessor :symbol
45
45
 
46
- attr_accessor :number_length
47
-
48
46
  # Attribute mapping from ruby-style variable name to JSON key.
49
47
  def self.attribute_map
50
48
  {
@@ -59,8 +57,7 @@ module KoronaCloudClient
59
57
  :'key' => :'key',
60
58
  :'name' => :'name',
61
59
  :'system_currency' => :'systemCurrency',
62
- :'symbol' => :'symbol',
63
- :'number_length' => :'numberLength'
60
+ :'symbol' => :'symbol'
64
61
  }
65
62
  end
66
63
 
@@ -83,8 +80,7 @@ module KoronaCloudClient
83
80
  :'key' => :'String',
84
81
  :'name' => :'String',
85
82
  :'system_currency' => :'Boolean',
86
- :'symbol' => :'String',
87
- :'number_length' => :'Integer'
83
+ :'symbol' => :'String'
88
84
  }
89
85
  end
90
86
 
@@ -160,10 +156,6 @@ module KoronaCloudClient
160
156
  if attributes.key?(:'symbol')
161
157
  self.symbol = attributes[:'symbol']
162
158
  end
163
-
164
- if attributes.key?(:'number_length')
165
- self.number_length = attributes[:'number_length']
166
- end
167
159
  end
168
160
 
169
161
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -195,8 +187,7 @@ module KoronaCloudClient
195
187
  key == o.key &&
196
188
  name == o.name &&
197
189
  system_currency == o.system_currency &&
198
- symbol == o.symbol &&
199
- number_length == o.number_length
190
+ symbol == o.symbol
200
191
  end
201
192
 
202
193
  # @see the `==` method
@@ -208,7 +199,7 @@ module KoronaCloudClient
208
199
  # Calculates hash code according to all attributes.
209
200
  # @return [Integer] Hash code
210
201
  def hash
211
- [active, id, number, revision, cent_name, decimal_places, denominations, exchange_rates, key, name, system_currency, symbol, number_length].hash
202
+ [active, id, number, revision, cent_name, decimal_places, denominations, exchange_rates, key, name, system_currency, symbol].hash
212
203
  end
213
204
 
214
205
  # 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
@@ -68,8 +68,6 @@ module KoronaCloudClient
68
68
 
69
69
  attr_accessor :use_email_for_digital_receipt
70
70
 
71
- attr_accessor :number_length
72
-
73
71
  class EnumAttributeValidator
74
72
  attr_reader :datatype
75
73
  attr_reader :allowable_values
@@ -117,8 +115,7 @@ module KoronaCloudClient
117
115
  :'marketing_contact_permitted' => :'marketingContactPermitted',
118
116
  :'create_time' => :'createTime',
119
117
  :'last_receipt_time' => :'lastReceiptTime',
120
- :'use_email_for_digital_receipt' => :'useEmailForDigitalReceipt',
121
- :'number_length' => :'numberLength'
118
+ :'use_email_for_digital_receipt' => :'useEmailForDigitalReceipt'
122
119
  }
123
120
  end
124
121
 
@@ -152,8 +149,7 @@ module KoronaCloudClient
152
149
  :'marketing_contact_permitted' => :'Boolean',
153
150
  :'create_time' => :'Date',
154
151
  :'last_receipt_time' => :'Date',
155
- :'use_email_for_digital_receipt' => :'Boolean',
156
- :'number_length' => :'Integer'
152
+ :'use_email_for_digital_receipt' => :'Boolean'
157
153
  }
158
154
  end
159
155
 
@@ -273,10 +269,6 @@ module KoronaCloudClient
273
269
  if attributes.key?(:'use_email_for_digital_receipt')
274
270
  self.use_email_for_digital_receipt = attributes[:'use_email_for_digital_receipt']
275
271
  end
276
-
277
- if attributes.key?(:'number_length')
278
- self.number_length = attributes[:'number_length']
279
- end
280
272
  end
281
273
 
282
274
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -337,8 +329,7 @@ module KoronaCloudClient
337
329
  marketing_contact_permitted == o.marketing_contact_permitted &&
338
330
  create_time == o.create_time &&
339
331
  last_receipt_time == o.last_receipt_time &&
340
- use_email_for_digital_receipt == o.use_email_for_digital_receipt &&
341
- number_length == o.number_length
332
+ use_email_for_digital_receipt == o.use_email_for_digital_receipt
342
333
  end
343
334
 
344
335
  # @see the `==` method
@@ -350,7 +341,7 @@ module KoronaCloudClient
350
341
  # Calculates hash code according to all attributes.
351
342
  # @return [Integer] Hash code
352
343
  def hash
353
- [active, id, number, revision, address, birthday, cards, company, customer_group, economic_zone, email, external_id, firstname, gender, informations, lastname, phone, tax_id, privacy_policy_accepted, marketing_contact_permitted, create_time, last_receipt_time, use_email_for_digital_receipt, number_length].hash
344
+ [active, id, number, revision, address, birthday, cards, company, customer_group, economic_zone, email, external_id, firstname, gender, informations, lastname, phone, tax_id, privacy_policy_accepted, marketing_contact_permitted, create_time, last_receipt_time, use_email_for_digital_receipt].hash
354
345
  end
355
346
 
356
347
  # 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
@@ -53,8 +53,6 @@ module KoronaCloudClient
53
53
 
54
54
  attr_accessor :theme_color
55
55
 
56
- attr_accessor :number_length
57
-
58
56
  class EnumAttributeValidator
59
57
  attr_reader :datatype
60
58
  attr_reader :allowable_values
@@ -96,8 +94,7 @@ module KoronaCloudClient
96
94
  :'welcome_image_id' => :'welcomeImageId',
97
95
  :'graphical_display' => :'graphicalDisplay',
98
96
  :'layout_type' => :'layoutType',
99
- :'theme_color' => :'themeColor',
100
- :'number_length' => :'numberLength'
97
+ :'theme_color' => :'themeColor'
101
98
  }
102
99
  end
103
100
 
@@ -116,17 +113,16 @@ module KoronaCloudClient
116
113
  :'font_scale' => :'Integer',
117
114
  :'name' => :'String',
118
115
  :'booking_url' => :'String',
119
- :'booking_image_id' => :'ModelReference',
116
+ :'booking_image_id' => :'String',
120
117
  :'closed_url' => :'String',
121
118
  :'closed_text' => :'String',
122
- :'closed_image_id' => :'ModelReference',
119
+ :'closed_image_id' => :'String',
123
120
  :'welcome_text' => :'String',
124
121
  :'welcome_url' => :'String',
125
- :'welcome_image_id' => :'ModelReference',
122
+ :'welcome_image_id' => :'String',
126
123
  :'graphical_display' => :'String',
127
124
  :'layout_type' => :'String',
128
- :'theme_color' => :'String',
129
- :'number_length' => :'Integer'
125
+ :'theme_color' => :'String'
130
126
  }
131
127
  end
132
128
 
@@ -218,10 +214,6 @@ module KoronaCloudClient
218
214
  if attributes.key?(:'theme_color')
219
215
  self.theme_color = attributes[:'theme_color']
220
216
  end
221
-
222
- if attributes.key?(:'number_length')
223
- self.number_length = attributes[:'number_length']
224
- end
225
217
  end
226
218
 
227
219
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -294,8 +286,7 @@ module KoronaCloudClient
294
286
  welcome_image_id == o.welcome_image_id &&
295
287
  graphical_display == o.graphical_display &&
296
288
  layout_type == o.layout_type &&
297
- theme_color == o.theme_color &&
298
- number_length == o.number_length
289
+ theme_color == o.theme_color
299
290
  end
300
291
 
301
292
  # @see the `==` method
@@ -307,7 +298,7 @@ module KoronaCloudClient
307
298
  # Calculates hash code according to all attributes.
308
299
  # @return [Integer] Hash code
309
300
  def hash
310
- [active, id, number, revision, font_scale, name, booking_url, booking_image_id, closed_url, closed_text, closed_image_id, welcome_text, welcome_url, welcome_image_id, graphical_display, layout_type, theme_color, number_length].hash
301
+ [active, id, number, revision, font_scale, name, booking_url, booking_image_id, closed_url, closed_text, closed_image_id, welcome_text, welcome_url, welcome_image_id, graphical_display, layout_type, theme_color].hash
311
302
  end
312
303
 
313
304
  # 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
@@ -31,8 +31,6 @@ module KoronaCloudClient
31
31
 
32
32
  attr_accessor :price_group
33
33
 
34
- attr_accessor :number_length
35
-
36
34
  # Attribute mapping from ruby-style variable name to JSON key.
37
35
  def self.attribute_map
38
36
  {
@@ -41,8 +39,7 @@ module KoronaCloudClient
41
39
  :'number' => :'number',
42
40
  :'revision' => :'revision',
43
41
  :'name' => :'name',
44
- :'price_group' => :'priceGroup',
45
- :'number_length' => :'numberLength'
42
+ :'price_group' => :'priceGroup'
46
43
  }
47
44
  end
48
45
 
@@ -59,8 +56,7 @@ module KoronaCloudClient
59
56
  :'number' => :'String',
60
57
  :'revision' => :'Integer',
61
58
  :'name' => :'String',
62
- :'price_group' => :'ModelReference',
63
- :'number_length' => :'Integer'
59
+ :'price_group' => :'ModelReference'
64
60
  }
65
61
  end
66
62
 
@@ -108,10 +104,6 @@ module KoronaCloudClient
108
104
  if attributes.key?(:'price_group')
109
105
  self.price_group = attributes[:'price_group']
110
106
  end
111
-
112
- if attributes.key?(:'number_length')
113
- self.number_length = attributes[:'number_length']
114
- end
115
107
  end
116
108
 
117
109
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -137,8 +129,7 @@ module KoronaCloudClient
137
129
  number == o.number &&
138
130
  revision == o.revision &&
139
131
  name == o.name &&
140
- price_group == o.price_group &&
141
- number_length == o.number_length
132
+ price_group == o.price_group
142
133
  end
143
134
 
144
135
  # @see the `==` method
@@ -150,7 +141,7 @@ module KoronaCloudClient
150
141
  # Calculates hash code according to all attributes.
151
142
  # @return [Integer] Hash code
152
143
  def hash
153
- [active, id, number, revision, name, price_group, number_length].hash
144
+ [active, id, number, revision, name, price_group].hash
154
145
  end
155
146
 
156
147
  # 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
@@ -62,8 +62,6 @@ module KoronaCloudClient
62
62
 
63
63
  attr_accessor :warehouse
64
64
 
65
- attr_accessor :number_length
66
-
67
65
  # Attribute mapping from ruby-style variable name to JSON key.
68
66
  def self.attribute_map
69
67
  {
@@ -85,8 +83,7 @@ module KoronaCloudClient
85
83
  :'pick_up_time' => :'pickUpTime',
86
84
  :'point_of_sale' => :'pointOfSale',
87
85
  :'ready_for_pick_up' => :'readyForPickUp',
88
- :'warehouse' => :'warehouse',
89
- :'number_length' => :'numberLength'
86
+ :'warehouse' => :'warehouse'
90
87
  }
91
88
  end
92
89
 
@@ -116,8 +113,7 @@ module KoronaCloudClient
116
113
  :'pick_up_time' => :'Time',
117
114
  :'point_of_sale' => :'ModelReference',
118
115
  :'ready_for_pick_up' => :'Boolean',
119
- :'warehouse' => :'ModelReference',
120
- :'number_length' => :'Integer'
116
+ :'warehouse' => :'ModelReference'
121
117
  }
122
118
  end
123
119
 
@@ -223,10 +219,6 @@ module KoronaCloudClient
223
219
  if attributes.key?(:'warehouse')
224
220
  self.warehouse = attributes[:'warehouse']
225
221
  end
226
-
227
- if attributes.key?(:'number_length')
228
- self.number_length = attributes[:'number_length']
229
- end
230
222
  end
231
223
 
232
224
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -265,8 +257,7 @@ module KoronaCloudClient
265
257
  pick_up_time == o.pick_up_time &&
266
258
  point_of_sale == o.point_of_sale &&
267
259
  ready_for_pick_up == o.ready_for_pick_up &&
268
- warehouse == o.warehouse &&
269
- number_length == o.number_length
260
+ warehouse == o.warehouse
270
261
  end
271
262
 
272
263
  # @see the `==` method
@@ -278,7 +269,7 @@ module KoronaCloudClient
278
269
  # Calculates hash code according to all attributes.
279
270
  # @return [Integer] Hash code
280
271
  def hash
281
- [active, id, number, revision, booking_time, cashier, comment, create_time, customer, customer_data, deposits, finish_time, info_texts, items, organizational_unit, pick_up_time, point_of_sale, ready_for_pick_up, warehouse, number_length].hash
272
+ [active, id, number, revision, booking_time, cashier, comment, create_time, customer, customer_data, deposits, finish_time, info_texts, items, organizational_unit, pick_up_time, point_of_sale, ready_for_pick_up, warehouse].hash
282
273
  end
283
274
 
284
275
  # 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
@@ -53,8 +53,6 @@ module KoronaCloudClient
53
53
 
54
54
  attr_accessor :total
55
55
 
56
- attr_accessor :number_length
57
-
58
56
  # Attribute mapping from ruby-style variable name to JSON key.
59
57
  def self.attribute_map
60
58
  {
@@ -73,8 +71,7 @@ module KoronaCloudClient
73
71
  :'organizational_unit' => :'organizationalUnit',
74
72
  :'point_of_sale' => :'pointOfSale',
75
73
  :'signature' => :'signature',
76
- :'total' => :'total',
77
- :'number_length' => :'numberLength'
74
+ :'total' => :'total'
78
75
  }
79
76
  end
80
77
 
@@ -101,8 +98,7 @@ module KoronaCloudClient
101
98
  :'organizational_unit' => :'ModelReference',
102
99
  :'point_of_sale' => :'ModelReference',
103
100
  :'signature' => :'Signature',
104
- :'total' => :'TotalPrice',
105
- :'number_length' => :'Integer'
101
+ :'total' => :'TotalPrice'
106
102
  }
107
103
  end
108
104
 
@@ -192,10 +188,6 @@ module KoronaCloudClient
192
188
  if attributes.key?(:'total')
193
189
  self.total = attributes[:'total']
194
190
  end
195
-
196
- if attributes.key?(:'number_length')
197
- self.number_length = attributes[:'number_length']
198
- end
199
191
  end
200
192
 
201
193
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -231,8 +223,7 @@ module KoronaCloudClient
231
223
  organizational_unit == o.organizational_unit &&
232
224
  point_of_sale == o.point_of_sale &&
233
225
  signature == o.signature &&
234
- total == o.total &&
235
- number_length == o.number_length
226
+ total == o.total
236
227
  end
237
228
 
238
229
  # @see the `==` method
@@ -244,7 +235,7 @@ module KoronaCloudClient
244
235
  # Calculates hash code according to all attributes.
245
236
  # @return [Integer] Hash code
246
237
  def hash
247
- [active, id, number, revision, booking_time, cashier, comment, customer, delivery_time, finalized, items, order_number, organizational_unit, point_of_sale, signature, total, number_length].hash
238
+ [active, id, number, revision, booking_time, cashier, comment, customer, delivery_time, finalized, items, order_number, organizational_unit, point_of_sale, signature, total].hash
248
239
  end
249
240
 
250
241
  # 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