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
@@ -33,8 +33,6 @@ module KoronaCloudClient
33
33
 
34
34
  attr_accessor :size
35
35
 
36
- attr_accessor :number_length
37
-
38
36
  class EnumAttributeValidator
39
37
  attr_reader :datatype
40
38
  attr_reader :allowable_values
@@ -66,8 +64,7 @@ module KoronaCloudClient
66
64
  :'revision' => :'revision',
67
65
  :'name' => :'name',
68
66
  :'buttons' => :'buttons',
69
- :'size' => :'size',
70
- :'number_length' => :'numberLength'
67
+ :'size' => :'size'
71
68
  }
72
69
  end
73
70
 
@@ -85,8 +82,7 @@ module KoronaCloudClient
85
82
  :'revision' => :'Integer',
86
83
  :'name' => :'String',
87
84
  :'buttons' => :'Array<PosButton>',
88
- :'size' => :'String',
89
- :'number_length' => :'Integer'
85
+ :'size' => :'String'
90
86
  }
91
87
  end
92
88
 
@@ -140,10 +136,6 @@ module KoronaCloudClient
140
136
  if attributes.key?(:'size')
141
137
  self.size = attributes[:'size']
142
138
  end
143
-
144
- if attributes.key?(:'number_length')
145
- self.number_length = attributes[:'number_length']
146
- end
147
139
  end
148
140
 
149
141
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -188,8 +180,7 @@ module KoronaCloudClient
188
180
  revision == o.revision &&
189
181
  name == o.name &&
190
182
  buttons == o.buttons &&
191
- size == o.size &&
192
- number_length == o.number_length
183
+ size == o.size
193
184
  end
194
185
 
195
186
  # @see the `==` method
@@ -201,7 +192,7 @@ module KoronaCloudClient
201
192
  # Calculates hash code according to all attributes.
202
193
  # @return [Integer] Hash code
203
194
  def hash
204
- [active, id, number, revision, name, buttons, size, number_length].hash
195
+ [active, id, number, revision, name, buttons, size].hash
205
196
  end
206
197
 
207
198
  # 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
@@ -35,8 +35,6 @@ module KoronaCloudClient
35
35
 
36
36
  attr_accessor :total_button
37
37
 
38
- attr_accessor :number_length
39
-
40
38
  # Attribute mapping from ruby-style variable name to JSON key.
41
39
  def self.attribute_map
42
40
  {
@@ -47,8 +45,7 @@ module KoronaCloudClient
47
45
  :'name' => :'name',
48
46
  :'page_layouts' => :'pageLayouts',
49
47
  :'quick_button_mode' => :'quickButtonMode',
50
- :'total_button' => :'totalButton',
51
- :'number_length' => :'numberLength'
48
+ :'total_button' => :'totalButton'
52
49
  }
53
50
  end
54
51
 
@@ -67,8 +64,7 @@ module KoronaCloudClient
67
64
  :'name' => :'String',
68
65
  :'page_layouts' => :'Array<PosPageLayout>',
69
66
  :'quick_button_mode' => :'Boolean',
70
- :'total_button' => :'PosButton',
71
- :'number_length' => :'Integer'
67
+ :'total_button' => :'PosButton'
72
68
  }
73
69
  end
74
70
 
@@ -126,10 +122,6 @@ module KoronaCloudClient
126
122
  if attributes.key?(:'total_button')
127
123
  self.total_button = attributes[:'total_button']
128
124
  end
129
-
130
- if attributes.key?(:'number_length')
131
- self.number_length = attributes[:'number_length']
132
- end
133
125
  end
134
126
 
135
127
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -163,8 +155,7 @@ module KoronaCloudClient
163
155
  name == o.name &&
164
156
  page_layouts == o.page_layouts &&
165
157
  quick_button_mode == o.quick_button_mode &&
166
- total_button == o.total_button &&
167
- number_length == o.number_length
158
+ total_button == o.total_button
168
159
  end
169
160
 
170
161
  # @see the `==` method
@@ -176,7 +167,7 @@ module KoronaCloudClient
176
167
  # Calculates hash code according to all attributes.
177
168
  # @return [Integer] Hash code
178
169
  def hash
179
- [active, id, number, revision, name, page_layouts, quick_button_mode, total_button, number_length].hash
170
+ [active, id, number, revision, name, page_layouts, quick_button_mode, total_button].hash
180
171
  end
181
172
 
182
173
  # 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
@@ -101,8 +101,6 @@ module KoronaCloudClient
101
101
 
102
102
  attr_accessor :master_data_refresh_interval
103
103
 
104
- attr_accessor :number_length
105
-
106
104
  class EnumAttributeValidator
107
105
  attr_reader :datatype
108
106
  attr_reader :allowable_values
@@ -168,8 +166,7 @@ module KoronaCloudClient
168
166
  :'digital_receipt' => :'digitalReceipt',
169
167
  :'digital_signature' => :'digitalSignature',
170
168
  :'automatic_customer_creation_from_customer_order' => :'automaticCustomerCreationFromCustomerOrder',
171
- :'master_data_refresh_interval' => :'masterDataRefreshInterval',
172
- :'number_length' => :'numberLength'
169
+ :'master_data_refresh_interval' => :'masterDataRefreshInterval'
173
170
  }
174
171
  end
175
172
 
@@ -221,8 +218,7 @@ module KoronaCloudClient
221
218
  :'digital_receipt' => :'Boolean',
222
219
  :'digital_signature' => :'Boolean',
223
220
  :'automatic_customer_creation_from_customer_order' => :'Boolean',
224
- :'master_data_refresh_interval' => :'TimePeriod',
225
- :'number_length' => :'Integer'
221
+ :'master_data_refresh_interval' => :'TimePeriod'
226
222
  }
227
223
  end
228
224
 
@@ -428,10 +424,6 @@ module KoronaCloudClient
428
424
  if attributes.key?(:'master_data_refresh_interval')
429
425
  self.master_data_refresh_interval = attributes[:'master_data_refresh_interval']
430
426
  end
431
-
432
- if attributes.key?(:'number_length')
433
- self.number_length = attributes[:'number_length']
434
- end
435
427
  end
436
428
 
437
429
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -528,8 +520,7 @@ module KoronaCloudClient
528
520
  digital_receipt == o.digital_receipt &&
529
521
  digital_signature == o.digital_signature &&
530
522
  automatic_customer_creation_from_customer_order == o.automatic_customer_creation_from_customer_order &&
531
- master_data_refresh_interval == o.master_data_refresh_interval &&
532
- number_length == o.number_length
523
+ master_data_refresh_interval == o.master_data_refresh_interval
533
524
  end
534
525
 
535
526
  # @see the `==` method
@@ -541,7 +532,7 @@ module KoronaCloudClient
541
532
  # Calculates hash code according to all attributes.
542
533
  # @return [Integer] Hash code
543
534
  def hash
544
- [active, id, number, revision, name, automatic_cashier_logout_interval, auto_receipt_print, force_closed_drawer, max_balance_attempts, order_number_required, payment_service_configurations, device_profile_configurations, table_service_interval, receipt_layout_configuration, automatic_end_of_day_interval, cent_input, require_payment_amount_input, kiosk_mode, wide_screen_layout, automatic_payment_finalization, auto_reset_quick_access_pad, easy_repeat_product_enabled, external_system_calls_on_book_receipt, external_system_calls_on_reject_receipt, external_system_calls_on_total_receipt, external_system_calls_on_void_receipt, external_system_calls_on_book_delivery_note, external_system_calls_on_login_cashier, external_system_calls_on_logout_cashier, designate_balance_difference, end_of_day_report_enabled, unknown_number_action, unknown_number_external_system_call, invoicing_receipt_copies, cashier_password_required, pos_theme, template_product, digital_receipt, digital_signature, automatic_customer_creation_from_customer_order, master_data_refresh_interval, number_length].hash
535
+ [active, id, number, revision, name, automatic_cashier_logout_interval, auto_receipt_print, force_closed_drawer, max_balance_attempts, order_number_required, payment_service_configurations, device_profile_configurations, table_service_interval, receipt_layout_configuration, automatic_end_of_day_interval, cent_input, require_payment_amount_input, kiosk_mode, wide_screen_layout, automatic_payment_finalization, auto_reset_quick_access_pad, easy_repeat_product_enabled, external_system_calls_on_book_receipt, external_system_calls_on_reject_receipt, external_system_calls_on_total_receipt, external_system_calls_on_void_receipt, external_system_calls_on_book_delivery_note, external_system_calls_on_login_cashier, external_system_calls_on_logout_cashier, designate_balance_difference, end_of_day_report_enabled, unknown_number_action, unknown_number_external_system_call, invoicing_receipt_copies, cashier_password_required, pos_theme, template_product, digital_receipt, digital_signature, automatic_customer_creation_from_customer_order, master_data_refresh_interval].hash
545
536
  end
546
537
 
547
538
  # 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
@@ -33,8 +33,6 @@ module KoronaCloudClient
33
33
 
34
34
  attr_accessor :net_prices
35
35
 
36
- attr_accessor :number_length
37
-
38
36
  # Attribute mapping from ruby-style variable name to JSON key.
39
37
  def self.attribute_map
40
38
  {
@@ -44,8 +42,7 @@ module KoronaCloudClient
44
42
  :'revision' => :'revision',
45
43
  :'currency' => :'currency',
46
44
  :'name' => :'name',
47
- :'net_prices' => :'netPrices',
48
- :'number_length' => :'numberLength'
45
+ :'net_prices' => :'netPrices'
49
46
  }
50
47
  end
51
48
 
@@ -63,8 +60,7 @@ module KoronaCloudClient
63
60
  :'revision' => :'Integer',
64
61
  :'currency' => :'ModelReference',
65
62
  :'name' => :'String',
66
- :'net_prices' => :'Boolean',
67
- :'number_length' => :'Integer'
63
+ :'net_prices' => :'Boolean'
68
64
  }
69
65
  end
70
66
 
@@ -116,10 +112,6 @@ module KoronaCloudClient
116
112
  if attributes.key?(:'net_prices')
117
113
  self.net_prices = attributes[:'net_prices']
118
114
  end
119
-
120
- if attributes.key?(:'number_length')
121
- self.number_length = attributes[:'number_length']
122
- end
123
115
  end
124
116
 
125
117
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -146,8 +138,7 @@ module KoronaCloudClient
146
138
  revision == o.revision &&
147
139
  currency == o.currency &&
148
140
  name == o.name &&
149
- net_prices == o.net_prices &&
150
- number_length == o.number_length
141
+ net_prices == o.net_prices
151
142
  end
152
143
 
153
144
  # @see the `==` method
@@ -159,7 +150,7 @@ module KoronaCloudClient
159
150
  # Calculates hash code according to all attributes.
160
151
  # @return [Integer] Hash code
161
152
  def hash
162
- [active, id, number, revision, currency, name, net_prices, number_length].hash
153
+ [active, id, number, revision, currency, name, net_prices].hash
163
154
  end
164
155
 
165
156
  # 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
@@ -41,8 +41,6 @@ module KoronaCloudClient
41
41
 
42
42
  attr_accessor :validity_period
43
43
 
44
- attr_accessor :number_length
45
-
46
44
  # Attribute mapping from ruby-style variable name to JSON key.
47
45
  def self.attribute_map
48
46
  {
@@ -56,8 +54,7 @@ module KoronaCloudClient
56
54
  :'discount_level' => :'discountLevel',
57
55
  :'name' => :'name',
58
56
  :'price_group' => :'priceGroup',
59
- :'validity_period' => :'validityPeriod',
60
- :'number_length' => :'numberLength'
57
+ :'validity_period' => :'validityPeriod'
61
58
  }
62
59
  end
63
60
 
@@ -79,8 +76,7 @@ module KoronaCloudClient
79
76
  :'discount_level' => :'ModelReference',
80
77
  :'name' => :'String',
81
78
  :'price_group' => :'ModelReference',
82
- :'validity_period' => :'PriceRuleValidityPeriod',
83
- :'number_length' => :'Integer'
79
+ :'validity_period' => :'PriceRuleValidityPeriod'
84
80
  }
85
81
  end
86
82
 
@@ -148,10 +144,6 @@ module KoronaCloudClient
148
144
  if attributes.key?(:'validity_period')
149
145
  self.validity_period = attributes[:'validity_period']
150
146
  end
151
-
152
- if attributes.key?(:'number_length')
153
- self.number_length = attributes[:'number_length']
154
- end
155
147
  end
156
148
 
157
149
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -182,8 +174,7 @@ module KoronaCloudClient
182
174
  discount_level == o.discount_level &&
183
175
  name == o.name &&
184
176
  price_group == o.price_group &&
185
- validity_period == o.validity_period &&
186
- number_length == o.number_length
177
+ validity_period == o.validity_period
187
178
  end
188
179
 
189
180
  # @see the `==` method
@@ -195,7 +186,7 @@ module KoronaCloudClient
195
186
  # Calculates hash code according to all attributes.
196
187
  # @return [Integer] Hash code
197
188
  def hash
198
- [active, id, number, revision, assortment, calculation, condition, discount_level, name, price_group, validity_period, number_length].hash
189
+ [active, id, number, revision, assortment, calculation, condition, discount_level, name, price_group, validity_period].hash
199
190
  end
200
191
 
201
192
  # 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
@@ -112,8 +112,6 @@ module KoronaCloudClient
112
112
 
113
113
  attr_accessor :stock_return_unsellable
114
114
 
115
- attr_accessor :number_length
116
-
117
115
  class EnumAttributeValidator
118
116
  attr_reader :datatype
119
117
  attr_reader :allowable_values
@@ -184,8 +182,7 @@ module KoronaCloudClient
184
182
  :'quantity_denomination' => :'quantityDenomination',
185
183
  :'special_prices' => :'specialPrices',
186
184
  :'verification_requirements' => :'verificationRequirements',
187
- :'stock_return_unsellable' => :'stockReturnUnsellable',
188
- :'number_length' => :'numberLength'
185
+ :'stock_return_unsellable' => :'stockReturnUnsellable'
189
186
  }
190
187
  end
191
188
 
@@ -242,8 +239,7 @@ module KoronaCloudClient
242
239
  :'quantity_denomination' => :'Float',
243
240
  :'special_prices' => :'Array<ProductSpecialPrice>',
244
241
  :'verification_requirements' => :'Array<ModelReference>',
245
- :'stock_return_unsellable' => :'Boolean',
246
- :'number_length' => :'Integer'
242
+ :'stock_return_unsellable' => :'Boolean'
247
243
  }
248
244
  end
249
245
 
@@ -471,10 +467,6 @@ module KoronaCloudClient
471
467
  if attributes.key?(:'stock_return_unsellable')
472
468
  self.stock_return_unsellable = attributes[:'stock_return_unsellable']
473
469
  end
474
-
475
- if attributes.key?(:'number_length')
476
- self.number_length = attributes[:'number_length']
477
- end
478
470
  end
479
471
 
480
472
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -570,8 +562,7 @@ module KoronaCloudClient
570
562
  quantity_denomination == o.quantity_denomination &&
571
563
  special_prices == o.special_prices &&
572
564
  verification_requirements == o.verification_requirements &&
573
- stock_return_unsellable == o.stock_return_unsellable &&
574
- number_length == o.number_length
565
+ stock_return_unsellable == o.stock_return_unsellable
575
566
  end
576
567
 
577
568
  # @see the `==` method
@@ -583,7 +574,7 @@ module KoronaCloudClient
583
574
  # Calculates hash code according to all attributes.
584
575
  # @return [Integer] Hash code
585
576
  def hash
586
- [active, id, number, revision, alternative_sector, assortment, codes, commodity_group, conversion, costs, deactivated, deposit, descriptions, discountable, image, info_texts, item_sequence, last_purchase_price, listed, listed_since, max_price, min_price, name, packaging_quantity, packaging_required, packaging_unit, personalization_required, price_changable, prices, print_tickets_separately, production_type, recommended_retail_price, related_products, sector, serial_number_required, subproduct_presentation, subproducts, supplier_prices, tags, ticket_definition, track_inventory, media_urls, quantity_denomination, special_prices, verification_requirements, stock_return_unsellable, number_length].hash
577
+ [active, id, number, revision, alternative_sector, assortment, codes, commodity_group, conversion, costs, deactivated, deposit, descriptions, discountable, image, info_texts, item_sequence, last_purchase_price, listed, listed_since, max_price, min_price, name, packaging_quantity, packaging_required, packaging_unit, personalization_required, price_changable, prices, print_tickets_separately, production_type, recommended_retail_price, related_products, sector, serial_number_required, subproduct_presentation, subproducts, supplier_prices, tags, ticket_definition, track_inventory, media_urls, quantity_denomination, special_prices, verification_requirements, stock_return_unsellable].hash
587
578
  end
588
579
 
589
580
  # 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
@@ -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
@@ -37,8 +37,6 @@ module KoronaCloudClient
37
37
 
38
38
  attr_accessor :external_system_call
39
39
 
40
- attr_accessor :number_length
41
-
42
40
  class EnumAttributeValidator
43
41
  attr_reader :datatype
44
42
  attr_reader :allowable_values
@@ -72,8 +70,7 @@ module KoronaCloudClient
72
70
  :'method' => :'method',
73
71
  :'trigger' => :'trigger',
74
72
  :'sub_producer' => :'subProducer',
75
- :'external_system_call' => :'externalSystemCall',
76
- :'number_length' => :'numberLength'
73
+ :'external_system_call' => :'externalSystemCall'
77
74
  }
78
75
  end
79
76
 
@@ -93,8 +90,7 @@ module KoronaCloudClient
93
90
  :'method' => :'String',
94
91
  :'trigger' => :'String',
95
92
  :'sub_producer' => :'ModelReference',
96
- :'external_system_call' => :'ModelReference',
97
- :'number_length' => :'Integer'
93
+ :'external_system_call' => :'ModelReference'
98
94
  }
99
95
  end
100
96
 
@@ -154,10 +150,6 @@ module KoronaCloudClient
154
150
  if attributes.key?(:'external_system_call')
155
151
  self.external_system_call = attributes[:'external_system_call']
156
152
  end
157
-
158
- if attributes.key?(:'number_length')
159
- self.number_length = attributes[:'number_length']
160
- end
161
153
  end
162
154
 
163
155
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -210,8 +202,7 @@ module KoronaCloudClient
210
202
  method == o.method &&
211
203
  trigger == o.trigger &&
212
204
  sub_producer == o.sub_producer &&
213
- external_system_call == o.external_system_call &&
214
- number_length == o.number_length
205
+ external_system_call == o.external_system_call
215
206
  end
216
207
 
217
208
  # @see the `==` method
@@ -223,7 +214,7 @@ module KoronaCloudClient
223
214
  # Calculates hash code according to all attributes.
224
215
  # @return [Integer] Hash code
225
216
  def hash
226
- [active, id, number, revision, name, method, trigger, sub_producer, external_system_call, number_length].hash
217
+ [active, id, number, revision, name, method, trigger, sub_producer, external_system_call].hash
227
218
  end
228
219
 
229
220
  # Builds the object from hash