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
@@ -51,8 +51,6 @@ module KoronaCloudClient
51
51
 
52
52
  attr_accessor :validity_period_total
53
53
 
54
- attr_accessor :number_length
55
-
56
54
  # Attribute mapping from ruby-style variable name to JSON key.
57
55
  def self.attribute_map
58
56
  {
@@ -71,8 +69,7 @@ module KoronaCloudClient
71
69
  :'validity_period_after_activation' => :'validityPeriodAfterActivation',
72
70
  :'validity_period_after_entrance' => :'validityPeriodAfterEntrance',
73
71
  :'validity_period_daily' => :'validityPeriodDaily',
74
- :'validity_period_total' => :'validityPeriodTotal',
75
- :'number_length' => :'numberLength'
72
+ :'validity_period_total' => :'validityPeriodTotal'
76
73
  }
77
74
  end
78
75
 
@@ -99,8 +96,7 @@ module KoronaCloudClient
99
96
  :'validity_period_after_activation' => :'TimePeriod',
100
97
  :'validity_period_after_entrance' => :'TimePeriod',
101
98
  :'validity_period_daily' => :'Interval',
102
- :'validity_period_total' => :'Interval',
103
- :'number_length' => :'Integer'
99
+ :'validity_period_total' => :'Interval'
104
100
  }
105
101
  end
106
102
 
@@ -190,10 +186,6 @@ module KoronaCloudClient
190
186
  if attributes.key?(:'validity_period_total')
191
187
  self.validity_period_total = attributes[:'validity_period_total']
192
188
  end
193
-
194
- if attributes.key?(:'number_length')
195
- self.number_length = attributes[:'number_length']
196
- end
197
189
  end
198
190
 
199
191
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -235,8 +227,7 @@ module KoronaCloudClient
235
227
  validity_period_after_activation == o.validity_period_after_activation &&
236
228
  validity_period_after_entrance == o.validity_period_after_entrance &&
237
229
  validity_period_daily == o.validity_period_daily &&
238
- validity_period_total == o.validity_period_total &&
239
- number_length == o.number_length
230
+ validity_period_total == o.validity_period_total
240
231
  end
241
232
 
242
233
  # @see the `==` method
@@ -248,7 +239,7 @@ module KoronaCloudClient
248
239
  # Calculates hash code according to all attributes.
249
240
  # @return [Integer] Hash code
250
241
  def hash
251
- [active, id, number, revision, activation_delay_after_purchase, count_statistically, entry_gates, entry_signal, name, possible_admissions, re_entry_lock, tag, validity_period_after_activation, validity_period_after_entrance, validity_period_daily, validity_period_total, number_length].hash
242
+ [active, id, number, revision, activation_delay_after_purchase, count_statistically, entry_gates, entry_signal, name, possible_admissions, re_entry_lock, tag, validity_period_after_activation, validity_period_after_entrance, validity_period_daily, validity_period_total].hash
252
243
  end
253
244
 
254
245
  # 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
@@ -31,8 +31,6 @@ module KoronaCloudClient
31
31
 
32
32
  attr_accessor :paid_time
33
33
 
34
- attr_accessor :number_length
35
-
36
34
  # Attribute mapping from ruby-style variable name to JSON key.
37
35
  def self.attribute_map
38
36
  {
@@ -41,8 +39,7 @@ module KoronaCloudClient
41
39
  :'number' => :'number',
42
40
  :'revision' => :'revision',
43
41
  :'name' => :'name',
44
- :'paid_time' => :'paidTime',
45
- :'number_length' => :'numberLength'
42
+ :'paid_time' => :'paidTime'
46
43
  }
47
44
  end
48
45
 
@@ -59,8 +56,7 @@ module KoronaCloudClient
59
56
  :'number' => :'String',
60
57
  :'revision' => :'Integer',
61
58
  :'name' => :'String',
62
- :'paid_time' => :'Boolean',
63
- :'number_length' => :'Integer'
59
+ :'paid_time' => :'Boolean'
64
60
  }
65
61
  end
66
62
 
@@ -108,10 +104,6 @@ module KoronaCloudClient
108
104
  if attributes.key?(:'paid_time')
109
105
  self.paid_time = attributes[:'paid_time']
110
106
  end
111
-
112
- if attributes.key?(:'number_length')
113
- self.number_length = attributes[:'number_length']
114
- end
115
107
  end
116
108
 
117
109
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -137,8 +129,7 @@ module KoronaCloudClient
137
129
  number == o.number &&
138
130
  revision == o.revision &&
139
131
  name == o.name &&
140
- paid_time == o.paid_time &&
141
- number_length == o.number_length
132
+ paid_time == o.paid_time
142
133
  end
143
134
 
144
135
  # @see the `==` method
@@ -150,7 +141,7 @@ module KoronaCloudClient
150
141
  # Calculates hash code according to all attributes.
151
142
  # @return [Integer] Hash code
152
143
  def hash
153
- [active, id, number, revision, name, paid_time, number_length].hash
144
+ [active, id, number, revision, name, paid_time].hash
154
145
  end
155
146
 
156
147
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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
@@ -31,8 +31,6 @@ module KoronaCloudClient
31
31
 
32
32
  attr_accessor :permissions
33
33
 
34
- attr_accessor :number_length
35
-
36
34
  class EnumAttributeValidator
37
35
  attr_reader :datatype
38
36
  attr_reader :allowable_values
@@ -63,8 +61,7 @@ module KoronaCloudClient
63
61
  :'number' => :'number',
64
62
  :'revision' => :'revision',
65
63
  :'name' => :'name',
66
- :'permissions' => :'permissions',
67
- :'number_length' => :'numberLength'
64
+ :'permissions' => :'permissions'
68
65
  }
69
66
  end
70
67
 
@@ -81,8 +78,7 @@ module KoronaCloudClient
81
78
  :'number' => :'String',
82
79
  :'revision' => :'Integer',
83
80
  :'name' => :'String',
84
- :'permissions' => :'Array<String>',
85
- :'number_length' => :'Integer'
81
+ :'permissions' => :'Array<String>'
86
82
  }
87
83
  end
88
84
 
@@ -132,10 +128,6 @@ module KoronaCloudClient
132
128
  self.permissions = value
133
129
  end
134
130
  end
135
-
136
- if attributes.key?(:'number_length')
137
- self.number_length = attributes[:'number_length']
138
- end
139
131
  end
140
132
 
141
133
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -161,8 +153,7 @@ module KoronaCloudClient
161
153
  number == o.number &&
162
154
  revision == o.revision &&
163
155
  name == o.name &&
164
- permissions == o.permissions &&
165
- number_length == o.number_length
156
+ permissions == o.permissions
166
157
  end
167
158
 
168
159
  # @see the `==` method
@@ -174,7 +165,7 @@ module KoronaCloudClient
174
165
  # Calculates hash code according to all attributes.
175
166
  # @return [Integer] Hash code
176
167
  def hash
177
- [active, id, number, revision, name, permissions, number_length].hash
168
+ [active, id, number, revision, name, permissions].hash
178
169
  end
179
170
 
180
171
  # 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
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.2.1
11
11
  =end
12
12
 
13
13
  module KoronaCloudClient
14
- VERSION = '1.0.7'
14
+ VERSION = '1.0.8'
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.17.26
6
+ The version of the OpenAPI document: 2.17.57
7
7
  Contact: support@combase.net
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -43,6 +43,7 @@ require 'korona-cloud-client/models/commodity_group'
43
43
  require 'korona-cloud-client/models/commodity_group_summary'
44
44
  require 'korona-cloud-client/models/company_identification'
45
45
  require 'korona-cloud-client/models/coupon'
46
+ require 'korona-cloud-client/models/coupon_position'
46
47
  require 'korona-cloud-client/models/creation_task'
47
48
  require 'korona-cloud-client/models/currency'
48
49
  require 'korona-cloud-client/models/currency_denomination'
@@ -68,6 +69,11 @@ require 'korona-cloud-client/models/device_configuration_variable_value'
68
69
  require 'korona-cloud-client/models/device_information'
69
70
  require 'korona-cloud-client/models/device_parameter_item'
70
71
  require 'korona-cloud-client/models/discount'
72
+ require 'korona-cloud-client/models/dispatch_notification'
73
+ require 'korona-cloud-client/models/dispatch_notification_item'
74
+ require 'korona-cloud-client/models/dispatch_notification_item_amount'
75
+ require 'korona-cloud-client/models/dispatch_notification_item_container'
76
+ require 'korona-cloud-client/models/dispatch_notification_item_identification'
71
77
  require 'korona-cloud-client/models/economic_zone'
72
78
  require 'korona-cloud-client/models/end_of_day_statement'
73
79
  require 'korona-cloud-client/models/end_of_day_statement_summary'
@@ -138,6 +144,7 @@ require 'korona-cloud-client/models/product_transfer_involved_party_information'
138
144
  require 'korona-cloud-client/models/product_transfer_involved_party_information_data'
139
145
  require 'korona-cloud-client/models/production_type'
140
146
  require 'korona-cloud-client/models/promotion'
147
+ require 'korona-cloud-client/models/promotion_application'
141
148
  require 'korona-cloud-client/models/promotion_benefit'
142
149
  require 'korona-cloud-client/models/promotion_benefit_common_discount'
143
150
  require 'korona-cloud-client/models/promotion_benefit_extended_discount'
@@ -183,6 +190,7 @@ require 'korona-cloud-client/models/result_list_cashier'
183
190
  require 'korona-cloud-client/models/result_list_cashier_role'
184
191
  require 'korona-cloud-client/models/result_list_cashier_verification_requirement'
185
192
  require 'korona-cloud-client/models/result_list_commodity_group'
193
+ require 'korona-cloud-client/models/result_list_coupon'
186
194
  require 'korona-cloud-client/models/result_list_creation_task'
187
195
  require 'korona-cloud-client/models/result_list_currency'
188
196
  require 'korona-cloud-client/models/result_list_customer'
@@ -192,6 +200,8 @@ require 'korona-cloud-client/models/result_list_customer_order'
192
200
  require 'korona-cloud-client/models/result_list_day_rating'
193
201
  require 'korona-cloud-client/models/result_list_delivery_note'
194
202
  require 'korona-cloud-client/models/result_list_device_configuration_variable'
203
+ require 'korona-cloud-client/models/result_list_dispatch_notification'
204
+ require 'korona-cloud-client/models/result_list_dispatch_notification_item'
195
205
  require 'korona-cloud-client/models/result_list_economic_zone'
196
206
  require 'korona-cloud-client/models/result_list_end_of_day_statement'
197
207
  require 'korona-cloud-client/models/result_list_entry_gate'
@@ -295,6 +305,7 @@ require 'korona-cloud-client/api/cashier_roles_api'
295
305
  require 'korona-cloud-client/api/cashier_verification_requirement_api'
296
306
  require 'korona-cloud-client/api/cashiers_api'
297
307
  require 'korona-cloud-client/api/commodity_groups_api'
308
+ require 'korona-cloud-client/api/coupons_api'
298
309
  require 'korona-cloud-client/api/currencies_api'
299
310
  require 'korona-cloud-client/api/customer_display_configurations_api'
300
311
  require 'korona-cloud-client/api/customer_groups_api'
@@ -302,6 +313,7 @@ require 'korona-cloud-client/api/customer_orders_api'
302
313
  require 'korona-cloud-client/api/customers_api'
303
314
  require 'korona-cloud-client/api/delivery_notes_api'
304
315
  require 'korona-cloud-client/api/device_configuration_variables_api'
316
+ require 'korona-cloud-client/api/dispatch_notifications_api'
305
317
  require 'korona-cloud-client/api/economic_zones_api'
306
318
  require 'korona-cloud-client/api/external_system_calls_api'
307
319
  require 'korona-cloud-client/api/fiscal_units_api'
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.13.40
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
- OpenAPI Generator version: 4.3.0
9
+ OpenAPI Generator version: 5.2.1
10
10
 
11
11
  =end
12
12
 
@@ -32,8 +32,45 @@ describe 'AccountsApi' do
32
32
  end
33
33
  end
34
34
 
35
+ # unit tests for add_accounts
36
+ # adds a batch of new accounts
37
+ # @param korona_account_id account id of the KORONA.cloud account
38
+ # @param body array of new accounts
39
+ # @param [Hash] opts the optional parameters
40
+ # @option opts [Boolean] :upsert when set to true, updates the object instead of generating a already-exists-error
41
+ # @return [Array<AddOrUpdateResult>]
42
+ describe 'add_accounts test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ # unit tests for delete_account
49
+ # deletes the single account
50
+ # @param korona_account_id account id of the KORONA.cloud account
51
+ # @param account_id id of the related object (important: id should match the uuid-format)
52
+ # @param [Hash] opts the optional parameters
53
+ # @return [nil]
54
+ describe 'delete_account test' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
+ end
58
+ end
59
+
60
+ # unit tests for delete_accounts
61
+ # deletes a batch of accounts
62
+ # @param korona_account_id account id of the KORONA.cloud account
63
+ # @param body array of existing accounts (id or number required)
64
+ # @param [Hash] opts the optional parameters
65
+ # @return [Array<AddOrUpdateResult>]
66
+ describe 'delete_accounts test' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
69
+ end
70
+ end
71
+
35
72
  # unit tests for get_account
36
- # returns the single account
73
+ # returns a single account
37
74
  # @param korona_account_id account id of the KORONA.cloud account
38
75
  # @param account_id id of the related object (important: id should match the uuid-format)
39
76
  # @param [Hash] opts the optional parameters
@@ -60,4 +97,31 @@ describe 'AccountsApi' do
60
97
  end
61
98
  end
62
99
 
100
+ # unit tests for update_account
101
+ # updates the single account
102
+ # if [number] is set, the number of the object will change and the resource location as well
103
+ # @param korona_account_id account id of the KORONA.cloud account
104
+ # @param account_id id of the related object (important: id should match the uuid-format)
105
+ # @param body the properties to update of the account
106
+ # @param [Hash] opts the optional parameters
107
+ # @return [nil]
108
+ describe 'update_account test' do
109
+ it 'should work' do
110
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
111
+ end
112
+ end
113
+
114
+ # unit tests for update_accounts
115
+ # updates a batch of accounts
116
+ # [number] must be set in the objects, otherwise the object cannot be updated
117
+ # @param korona_account_id account id of the KORONA.cloud account
118
+ # @param body an array of existing accounts
119
+ # @param [Hash] opts the optional parameters
120
+ # @return [Array<AddOrUpdateResult>]
121
+ describe 'update_accounts test' do
122
+ it 'should work' do
123
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
124
+ end
125
+ end
126
+
63
127
  end
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.13.40
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
- OpenAPI Generator version: 4.3.0
9
+ OpenAPI Generator version: 5.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.13.40
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
- OpenAPI Generator version: 4.3.0
9
+ OpenAPI Generator version: 5.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.14.7
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
- OpenAPI Generator version: 4.3.0
9
+ OpenAPI Generator version: 5.2.1
10
10
 
11
11
  =end
12
12
 
@@ -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,10 +3,10 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.13.40
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
- OpenAPI Generator version: 4.3.0
9
+ OpenAPI Generator version: 5.2.1
10
10
 
11
11
  =end
12
12
 
@@ -32,11 +32,49 @@ describe 'CashiersApi' do
32
32
  end
33
33
  end
34
34
 
35
+ # unit tests for add_cashiers
36
+ # adds a batch of new cashiers
37
+ # @param korona_account_id account id of the KORONA.cloud account
38
+ # @param body array of new cashiers
39
+ # @param [Hash] opts the optional parameters
40
+ # @option opts [Boolean] :upsert when set to true, updates the object instead of generating a already-exists-error
41
+ # @return [Array<AddOrUpdateResult>]
42
+ describe 'add_cashiers test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ # unit tests for delete_cashier
49
+ # deletes the single cashier
50
+ # @param korona_account_id account id of the KORONA.cloud account
51
+ # @param cashier_id id of the related object (important: id should match the uuid-format)
52
+ # @param [Hash] opts the optional parameters
53
+ # @return [nil]
54
+ describe 'delete_cashier test' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
+ end
58
+ end
59
+
60
+ # unit tests for delete_cashiers
61
+ # deletes a batch of cashiers
62
+ # @param korona_account_id account id of the KORONA.cloud account
63
+ # @param body array of existing cashiers (id or number required)
64
+ # @param [Hash] opts the optional parameters
65
+ # @return [Array<AddOrUpdateResult>]
66
+ describe 'delete_cashiers test' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
69
+ end
70
+ end
71
+
35
72
  # unit tests for get_cashier
36
73
  # returns the single cashier
37
74
  # @param korona_account_id account id of the KORONA.cloud account
38
75
  # @param cashier_id id of the related object (important: id should match the uuid-format)
39
76
  # @param [Hash] opts the optional parameters
77
+ # @option opts [String] :display_cashier_credentials display cashier credentials loginCode and loginPassword as (HASH|PLAIN|NONE)
40
78
  # @return [Cashier]
41
79
  describe 'get_cashier test' do
42
80
  it 'should work' do
@@ -53,6 +91,7 @@ describe 'CashiersApi' do
53
91
  # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
54
92
  # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
55
93
  # @option opts [Boolean] :include_deleted indicates deleted objects should be loaded or not (default: false)
94
+ # @option opts [String] :display_cashier_credentials display cashier credentials loginCode and loginPassword as (HASH|PLAIN|NONE)
56
95
  # @option opts [String] :number number of the related object
57
96
  # @return [ResultListCashier]
58
97
  describe 'get_cashiers test' do
@@ -61,4 +100,31 @@ describe 'CashiersApi' do
61
100
  end
62
101
  end
63
102
 
103
+ # unit tests for update_cashier
104
+ # updates the single cashier
105
+ # if [number] is set, the number of the object will change and the resource location as well
106
+ # @param korona_account_id account id of the KORONA.cloud account
107
+ # @param cashier_id id of the related object (important: id should match the uuid-format)
108
+ # @param body the properties to update of the cashier
109
+ # @param [Hash] opts the optional parameters
110
+ # @return [nil]
111
+ describe 'update_cashier test' do
112
+ it 'should work' do
113
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
114
+ end
115
+ end
116
+
117
+ # unit tests for update_cashiers
118
+ # updates a batch of cashiers
119
+ # [number] must be set in the objects, otherwise the object cannot be updated
120
+ # @param korona_account_id account id of the KORONA.cloud account
121
+ # @param body an array of existing cashiers
122
+ # @param [Hash] opts the optional parameters
123
+ # @return [Array<AddOrUpdateResult>]
124
+ describe 'update_cashiers test' do
125
+ it 'should work' do
126
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
+ end
128
+ end
129
+
64
130
  end
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Our api provides access to our cloud services
5
5
 
6
- The version of the OpenAPI document: 2.13.40
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
- OpenAPI Generator version: 4.3.0
9
+ OpenAPI Generator version: 5.2.1
10
10
 
11
11
  =end
12
12