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
@@ -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
@@ -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
@@ -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
@@ -45,8 +45,6 @@ module KoronaCloudClient
45
45
 
46
46
  attr_accessor :show_transaction_on_customer_display
47
47
 
48
- attr_accessor :number_length
49
-
50
48
  class EnumAttributeValidator
51
49
  attr_reader :datatype
52
50
  attr_reader :allowable_values
@@ -84,8 +82,7 @@ module KoronaCloudClient
84
82
  :'requires_serial_number' => :'requiresSerialNumber',
85
83
  :'revenue_account' => :'revenueAccount',
86
84
  :'type' => :'type',
87
- :'show_transaction_on_customer_display' => :'showTransactionOnCustomerDisplay',
88
- :'number_length' => :'numberLength'
85
+ :'show_transaction_on_customer_display' => :'showTransactionOnCustomerDisplay'
89
86
  }
90
87
  end
91
88
 
@@ -109,8 +106,7 @@ module KoronaCloudClient
109
106
  :'requires_serial_number' => :'Boolean',
110
107
  :'revenue_account' => :'ModelReference',
111
108
  :'type' => :'String',
112
- :'show_transaction_on_customer_display' => :'Boolean',
113
- :'number_length' => :'Integer'
109
+ :'show_transaction_on_customer_display' => :'Boolean'
114
110
  }
115
111
  end
116
112
 
@@ -186,10 +182,6 @@ module KoronaCloudClient
186
182
  if attributes.key?(:'show_transaction_on_customer_display')
187
183
  self.show_transaction_on_customer_display = attributes[:'show_transaction_on_customer_display']
188
184
  end
189
-
190
- if attributes.key?(:'number_length')
191
- self.number_length = attributes[:'number_length']
192
- end
193
185
  end
194
186
 
195
187
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -234,8 +226,7 @@ module KoronaCloudClient
234
226
  requires_serial_number == o.requires_serial_number &&
235
227
  revenue_account == o.revenue_account &&
236
228
  type == o.type &&
237
- show_transaction_on_customer_display == o.show_transaction_on_customer_display &&
238
- number_length == o.number_length
229
+ show_transaction_on_customer_display == o.show_transaction_on_customer_display
239
230
  end
240
231
 
241
232
  # @see the `==` method
@@ -247,7 +238,7 @@ module KoronaCloudClient
247
238
  # Calculates hash code according to all attributes.
248
239
  # @return [Integer] Hash code
249
240
  def hash
250
- [active, id, number, revision, cash_journal_relevant, denomination_input, exclusive, name, producer, requires_serial_number, revenue_account, type, show_transaction_on_customer_display, number_length].hash
241
+ [active, id, number, revision, cash_journal_relevant, denomination_input, exclusive, name, producer, requires_serial_number, revenue_account, type, show_transaction_on_customer_display].hash
251
242
  end
252
243
 
253
244
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -49,8 +49,6 @@ module KoronaCloudClient
49
49
 
50
50
  attr_accessor :validity
51
51
 
52
- attr_accessor :number_length
53
-
54
52
  # Attribute mapping from ruby-style variable name to JSON key.
55
53
  def self.attribute_map
56
54
  {
@@ -68,8 +66,7 @@ module KoronaCloudClient
68
66
  :'organizational_units' => :'organizationalUnits',
69
67
  :'required' => :'required',
70
68
  :'tag' => :'tag',
71
- :'validity' => :'validity',
72
- :'number_length' => :'numberLength'
69
+ :'validity' => :'validity'
73
70
  }
74
71
  end
75
72
 
@@ -95,8 +92,7 @@ module KoronaCloudClient
95
92
  :'organizational_units' => :'Array<ModelReference>',
96
93
  :'required' => :'Boolean',
97
94
  :'tag' => :'ModelReference',
98
- :'validity' => :'Validity',
99
- :'number_length' => :'Integer'
95
+ :'validity' => :'Validity'
100
96
  }
101
97
  end
102
98
 
@@ -186,10 +182,6 @@ module KoronaCloudClient
186
182
  if attributes.key?(:'validity')
187
183
  self.validity = attributes[:'validity']
188
184
  end
189
-
190
- if attributes.key?(:'number_length')
191
- self.number_length = attributes[:'number_length']
192
- end
193
185
  end
194
186
 
195
187
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -242,8 +234,7 @@ module KoronaCloudClient
242
234
  organizational_units == o.organizational_units &&
243
235
  required == o.required &&
244
236
  tag == o.tag &&
245
- validity == o.validity &&
246
- number_length == o.number_length
237
+ validity == o.validity
247
238
  end
248
239
 
249
240
  # @see the `==` method
@@ -255,7 +246,7 @@ module KoronaCloudClient
255
246
  # Calculates hash code according to all attributes.
256
247
  # @return [Integer] Hash code
257
248
  def hash
258
- [active, id, number, revision, cashier_input_required, customer_groups, description, min_item_quantity, min_total, name, options, organizational_units, required, tag, validity, number_length].hash
249
+ [active, id, number, revision, cashier_input_required, customer_groups, description, min_item_quantity, min_total, name, options, organizational_units, required, tag, validity].hash
259
250
  end
260
251
 
261
252
  # 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
@@ -36,8 +36,6 @@ module KoronaCloudClient
36
36
 
37
37
  attr_accessor :name
38
38
 
39
- attr_accessor :number_length
40
-
41
39
  # Attribute mapping from ruby-style variable name to JSON key.
42
40
  def self.attribute_map
43
41
  {
@@ -48,8 +46,7 @@ module KoronaCloudClient
48
46
  :'cost_center' => :'costCenter',
49
47
  :'description' => :'description',
50
48
  :'last_clean_up' => :'lastCleanUp',
51
- :'name' => :'name',
52
- :'number_length' => :'numberLength'
49
+ :'name' => :'name'
53
50
  }
54
51
  end
55
52
 
@@ -68,8 +65,7 @@ module KoronaCloudClient
68
65
  :'cost_center' => :'ModelReference',
69
66
  :'description' => :'String',
70
67
  :'last_clean_up' => :'Time',
71
- :'name' => :'String',
72
- :'number_length' => :'Integer'
68
+ :'name' => :'String'
73
69
  }
74
70
  end
75
71
 
@@ -125,10 +121,6 @@ module KoronaCloudClient
125
121
  if attributes.key?(:'name')
126
122
  self.name = attributes[:'name']
127
123
  end
128
-
129
- if attributes.key?(:'number_length')
130
- self.number_length = attributes[:'number_length']
131
- end
132
124
  end
133
125
 
134
126
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -156,8 +148,7 @@ module KoronaCloudClient
156
148
  cost_center == o.cost_center &&
157
149
  description == o.description &&
158
150
  last_clean_up == o.last_clean_up &&
159
- name == o.name &&
160
- number_length == o.number_length
151
+ name == o.name
161
152
  end
162
153
 
163
154
  # @see the `==` method
@@ -169,7 +160,7 @@ module KoronaCloudClient
169
160
  # Calculates hash code according to all attributes.
170
161
  # @return [Integer] Hash code
171
162
  def hash
172
- [active, id, number, revision, cost_center, description, last_clean_up, name, number_length].hash
163
+ [active, id, number, revision, cost_center, description, last_clean_up, name].hash
173
164
  end
174
165
 
175
166
  # 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 :seats
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
  {
@@ -55,8 +53,7 @@ module KoronaCloudClient
55
53
  :'creation_time' => :'creationTime',
56
54
  :'event' => :'event',
57
55
  :'expiration_time' => :'expirationTime',
58
- :'seats' => :'seats',
59
- :'number_length' => :'numberLength'
56
+ :'seats' => :'seats'
60
57
  }
61
58
  end
62
59
 
@@ -77,8 +74,7 @@ module KoronaCloudClient
77
74
  :'creation_time' => :'Time',
78
75
  :'event' => :'ModelReference',
79
76
  :'expiration_time' => :'Time',
80
- :'seats' => :'Integer',
81
- :'number_length' => :'Integer'
77
+ :'seats' => :'Integer'
82
78
  }
83
79
  end
84
80
 
@@ -142,10 +138,6 @@ module KoronaCloudClient
142
138
  if attributes.key?(:'seats')
143
139
  self.seats = attributes[:'seats']
144
140
  end
145
-
146
- if attributes.key?(:'number_length')
147
- self.number_length = attributes[:'number_length']
148
- end
149
141
  end
150
142
 
151
143
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -175,8 +167,7 @@ module KoronaCloudClient
175
167
  creation_time == o.creation_time &&
176
168
  event == o.event &&
177
169
  expiration_time == o.expiration_time &&
178
- seats == o.seats &&
179
- number_length == o.number_length
170
+ seats == o.seats
180
171
  end
181
172
 
182
173
  # @see the `==` method
@@ -188,7 +179,7 @@ module KoronaCloudClient
188
179
  # Calculates hash code according to all attributes.
189
180
  # @return [Integer] Hash code
190
181
  def hash
191
- [active, id, number, revision, category_name, category_id, creation_time, event, expiration_time, seats, number_length].hash
182
+ [active, id, number, revision, category_name, category_id, creation_time, event, expiration_time, seats].hash
192
183
  end
193
184
 
194
185
  # 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