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.
- checksums.yaml +4 -4
- data/README.md +21 -5
- data/docs/Account.md +1 -3
- data/docs/AdditionalReceiptInfoType.md +1 -3
- data/docs/Assortment.md +1 -3
- data/docs/Attendance.md +1 -3
- data/docs/Cashier.md +1 -3
- data/docs/CashierRole.md +1 -3
- data/docs/CashierVerificationRequirement.md +1 -3
- data/docs/CommodityGroup.md +1 -3
- data/docs/CouponPosition.md +28 -0
- data/docs/CouponsApi.md +159 -0
- data/docs/Currency.md +1 -3
- data/docs/Customer.md +1 -3
- data/docs/CustomerDisplayConfiguration.md +4 -6
- data/docs/CustomerGroup.md +1 -3
- data/docs/CustomerOrder.md +1 -3
- data/docs/DeliveryNote.md +1 -3
- data/docs/DeviceConfigurationVariable.md +1 -3
- data/docs/DispatchNotification.md +60 -0
- data/docs/DispatchNotificationItem.md +32 -0
- data/docs/DispatchNotificationItemAmount.md +20 -0
- data/docs/DispatchNotificationItemContainer.md +20 -0
- data/docs/DispatchNotificationItemIdentification.md +22 -0
- data/docs/DispatchNotificationsApi.md +329 -0
- data/docs/EconomicZone.md +1 -3
- data/docs/EndOfDayStatement.md +1 -3
- data/docs/EntryGate.md +1 -3
- data/docs/Event.md +1 -3
- data/docs/ExternalSystemCall.md +1 -3
- data/docs/FiscalUnit.md +1 -3
- data/docs/InfoText.md +1 -3
- data/docs/Inventory.md +1 -3
- data/docs/InventoryList.md +1 -3
- data/docs/KoronaAccount.md +1 -3
- data/docs/OrganizationalUnit.md +1 -3
- data/docs/PaymentMethod.md +1 -3
- data/docs/Pos.md +1 -3
- data/docs/PosBalance.md +1 -3
- data/docs/PosButtonLayout.md +1 -3
- data/docs/PosPageLayoutConfiguration.md +1 -3
- data/docs/PosProfile.md +1 -3
- data/docs/PriceGroup.md +1 -3
- data/docs/PriceRule.md +1 -3
- data/docs/Product.md +1 -3
- data/docs/ProductionType.md +1 -3
- data/docs/Promotion.md +1 -3
- data/docs/PromotionApplication.md +22 -0
- data/docs/PromotionBenefitCommonDiscount.md +3 -1
- data/docs/PromotionBenefitExtendedDiscountDiscountCalculation.md +5 -1
- data/docs/Receipt.md +5 -3
- data/docs/ReceiptLayoutConfiguration.md +1 -3
- data/docs/ResultListCoupon.md +28 -0
- data/docs/ResultListDispatchNotification.md +28 -0
- data/docs/ResultListDispatchNotificationItem.md +28 -0
- data/docs/SalesTax.md +1 -3
- data/docs/Sector.md +1 -3
- data/docs/SpecialPriceConfiguration.md +1 -3
- data/docs/StockAdjustment.md +1 -3
- data/docs/StockOrder.md +1 -3
- data/docs/StockReceipt.md +1 -3
- data/docs/StoreOrder.md +1 -3
- data/docs/Supplier.md +1 -3
- data/docs/Tag.md +1 -3
- data/docs/TicketDefinition.md +1 -3
- data/docs/TimeTrackingEntity.md +1 -3
- data/docs/UserRole.md +1 -3
- data/korona-cloud-client.gemspec +2 -2
- data/lib/korona-cloud-client/api/accounts_api.rb +1 -1
- data/lib/korona-cloud-client/api/additional_receipt_info_types_api.rb +1 -1
- data/lib/korona-cloud-client/api/assortments_api.rb +1 -1
- data/lib/korona-cloud-client/api/cashier_roles_api.rb +1 -1
- data/lib/korona-cloud-client/api/cashier_verification_requirement_api.rb +1 -1
- data/lib/korona-cloud-client/api/cashiers_api.rb +1 -1
- data/lib/korona-cloud-client/api/commodity_groups_api.rb +1 -1
- data/lib/korona-cloud-client/api/coupons_api.rb +165 -0
- data/lib/korona-cloud-client/api/currencies_api.rb +1 -1
- data/lib/korona-cloud-client/api/customer_display_configurations_api.rb +1 -1
- data/lib/korona-cloud-client/api/customer_groups_api.rb +1 -1
- data/lib/korona-cloud-client/api/customer_orders_api.rb +1 -1
- data/lib/korona-cloud-client/api/customers_api.rb +1 -1
- data/lib/korona-cloud-client/api/delivery_notes_api.rb +1 -1
- data/lib/korona-cloud-client/api/device_configuration_variables_api.rb +1 -1
- data/lib/korona-cloud-client/api/dispatch_notifications_api.rb +345 -0
- data/lib/korona-cloud-client/api/economic_zones_api.rb +1 -1
- data/lib/korona-cloud-client/api/external_system_calls_api.rb +1 -1
- data/lib/korona-cloud-client/api/fiscal_units_api.rb +1 -1
- data/lib/korona-cloud-client/api/images_api.rb +1 -1
- data/lib/korona-cloud-client/api/info_texts_api.rb +1 -1
- data/lib/korona-cloud-client/api/inventories_api.rb +1 -1
- data/lib/korona-cloud-client/api/korona_account_api.rb +1 -1
- data/lib/korona-cloud-client/api/organizational_units_api.rb +1 -1
- data/lib/korona-cloud-client/api/payment_methods_api.rb +1 -1
- data/lib/korona-cloud-client/api/points_of_sale_api.rb +1 -1
- data/lib/korona-cloud-client/api/pos_button_layouts_api.rb +1 -1
- data/lib/korona-cloud-client/api/pos_page_layout_configurations_api.rb +1 -1
- data/lib/korona-cloud-client/api/pos_profiles_api.rb +1 -1
- data/lib/korona-cloud-client/api/price_groups_api.rb +1 -1
- data/lib/korona-cloud-client/api/price_rules_api.rb +1 -1
- data/lib/korona-cloud-client/api/production_types_api.rb +1 -1
- data/lib/korona-cloud-client/api/products_api.rb +1 -1
- data/lib/korona-cloud-client/api/promotions_api.rb +1 -1
- data/lib/korona-cloud-client/api/receipt_layout_configurations_api.rb +1 -1
- data/lib/korona-cloud-client/api/receipts_api.rb +1 -1
- data/lib/korona-cloud-client/api/sales_taxes_api.rb +1 -1
- data/lib/korona-cloud-client/api/sectors_api.rb +1 -1
- data/lib/korona-cloud-client/api/special_price_configurations_api.rb +1 -1
- data/lib/korona-cloud-client/api/statistics_api.rb +1 -1
- data/lib/korona-cloud-client/api/stock_adjustments_api.rb +1 -1
- data/lib/korona-cloud-client/api/stock_orders_api.rb +1 -1
- data/lib/korona-cloud-client/api/stock_receipts_api.rb +1 -1
- data/lib/korona-cloud-client/api/store_orders_api.rb +1 -1
- data/lib/korona-cloud-client/api/suppliers_api.rb +1 -1
- data/lib/korona-cloud-client/api/tags_api.rb +1 -1
- data/lib/korona-cloud-client/api/ticket_creation_api.rb +1 -1
- data/lib/korona-cloud-client/api/ticketing_api.rb +1 -1
- data/lib/korona-cloud-client/api/time_tracking_api.rb +1 -1
- data/lib/korona-cloud-client/api/user_roles_api.rb +1 -1
- data/lib/korona-cloud-client/api_client.rb +1 -1
- data/lib/korona-cloud-client/api_error.rb +1 -1
- data/lib/korona-cloud-client/configuration.rb +1 -1
- data/lib/korona-cloud-client/models/account.rb +5 -14
- data/lib/korona-cloud-client/models/account_summary.rb +1 -1
- data/lib/korona-cloud-client/models/account_transaction.rb +1 -1
- data/lib/korona-cloud-client/models/add_or_update_result.rb +1 -1
- data/lib/korona-cloud-client/models/additional_info.rb +1 -1
- data/lib/korona-cloud-client/models/additional_receipt_info_type.rb +5 -14
- data/lib/korona-cloud-client/models/address_information.rb +1 -1
- data/lib/korona-cloud-client/models/admission.rb +1 -1
- data/lib/korona-cloud-client/models/amount.rb +1 -1
- data/lib/korona-cloud-client/models/amount_count_data.rb +1 -1
- data/lib/korona-cloud-client/models/assortment.rb +5 -14
- data/lib/korona-cloud-client/models/attendance.rb +5 -14
- data/lib/korona-cloud-client/models/bad_request_error.rb +1 -1
- data/lib/korona-cloud-client/models/capacity.rb +1 -1
- data/lib/korona-cloud-client/models/cashier.rb +5 -14
- data/lib/korona-cloud-client/models/cashier_role.rb +5 -14
- data/lib/korona-cloud-client/models/cashier_summary.rb +1 -1
- data/lib/korona-cloud-client/models/cashier_verification_requirement.rb +5 -14
- data/lib/korona-cloud-client/models/cashier_verification_result.rb +1 -1
- data/lib/korona-cloud-client/models/category.rb +1 -1
- data/lib/korona-cloud-client/models/cloud_subscription.rb +1 -1
- data/lib/korona-cloud-client/models/cloud_subscription_details.rb +1 -1
- data/lib/korona-cloud-client/models/commodity_group.rb +5 -14
- data/lib/korona-cloud-client/models/commodity_group_summary.rb +1 -1
- data/lib/korona-cloud-client/models/company_identification.rb +1 -1
- data/lib/korona-cloud-client/models/coupon.rb +1 -1
- data/lib/korona-cloud-client/models/coupon_position.rb +279 -0
- data/lib/korona-cloud-client/models/creation_task.rb +1 -1
- data/lib/korona-cloud-client/models/currency.rb +5 -14
- data/lib/korona-cloud-client/models/currency_denomination.rb +1 -1
- data/lib/korona-cloud-client/models/currency_exchange_rate.rb +1 -1
- data/lib/korona-cloud-client/models/customer.rb +5 -14
- data/lib/korona-cloud-client/models/customer_card.rb +1 -1
- data/lib/korona-cloud-client/models/customer_data.rb +1 -1
- data/lib/korona-cloud-client/models/customer_display_configuration.rb +8 -17
- data/lib/korona-cloud-client/models/customer_group.rb +5 -14
- data/lib/korona-cloud-client/models/customer_group_summary.rb +1 -1
- data/lib/korona-cloud-client/models/customer_information.rb +1 -1
- data/lib/korona-cloud-client/models/customer_order.rb +5 -14
- data/lib/korona-cloud-client/models/customer_order_item.rb +1 -1
- data/lib/korona-cloud-client/models/date_interval.rb +1 -1
- data/lib/korona-cloud-client/models/day_rating.rb +1 -1
- data/lib/korona-cloud-client/models/day_time_period.rb +1 -1
- data/lib/korona-cloud-client/models/delivery_note.rb +5 -14
- data/lib/korona-cloud-client/models/delivery_note_item.rb +1 -1
- data/lib/korona-cloud-client/models/deposit.rb +1 -1
- data/lib/korona-cloud-client/models/device_configuration.rb +1 -1
- data/lib/korona-cloud-client/models/device_configuration_variable.rb +5 -14
- data/lib/korona-cloud-client/models/device_configuration_variable_value.rb +1 -1
- data/lib/korona-cloud-client/models/device_information.rb +1 -1
- data/lib/korona-cloud-client/models/device_parameter_item.rb +1 -1
- data/lib/korona-cloud-client/models/discount.rb +1 -1
- data/lib/korona-cloud-client/models/dispatch_notification.rb +413 -0
- data/lib/korona-cloud-client/models/dispatch_notification_item.rb +282 -0
- data/lib/korona-cloud-client/models/dispatch_notification_item_amount.rb +227 -0
- data/lib/korona-cloud-client/models/dispatch_notification_item_container.rb +227 -0
- data/lib/korona-cloud-client/models/dispatch_notification_item_identification.rb +236 -0
- data/lib/korona-cloud-client/models/economic_zone.rb +5 -14
- data/lib/korona-cloud-client/models/end_of_day_statement.rb +5 -14
- data/lib/korona-cloud-client/models/end_of_day_statement_summary.rb +1 -1
- data/lib/korona-cloud-client/models/entry_gate.rb +5 -14
- data/lib/korona-cloud-client/models/event.rb +5 -14
- data/lib/korona-cloud-client/models/external_system_call.rb +5 -14
- data/lib/korona-cloud-client/models/fiscal_transaction.rb +1 -1
- data/lib/korona-cloud-client/models/fiscal_unit.rb +5 -14
- data/lib/korona-cloud-client/models/fiscal_unit_certificate_info.rb +1 -1
- data/lib/korona-cloud-client/models/fiscal_unit_pre_configuration.rb +1 -1
- data/lib/korona-cloud-client/models/fiscal_unit_state.rb +1 -1
- data/lib/korona-cloud-client/models/fiscal_unit_state_usage_level.rb +1 -1
- data/lib/korona-cloud-client/models/fiscal_unit_state_usage_level_value.rb +1 -1
- data/lib/korona-cloud-client/models/fiscal_unit_state_version_info.rb +1 -1
- data/lib/korona-cloud-client/models/forbidden_error.rb +1 -1
- data/lib/korona-cloud-client/models/geo_location.rb +1 -1
- data/lib/korona-cloud-client/models/info_text.rb +5 -14
- data/lib/korona-cloud-client/models/interval.rb +1 -1
- data/lib/korona-cloud-client/models/inventory.rb +5 -14
- data/lib/korona-cloud-client/models/inventory_list.rb +5 -14
- data/lib/korona-cloud-client/models/inventory_list_item.rb +1 -1
- data/lib/korona-cloud-client/models/inventory_list_item_stock.rb +1 -1
- data/lib/korona-cloud-client/models/korona_account.rb +5 -14
- data/lib/korona-cloud-client/models/media_url.rb +1 -1
- data/lib/korona-cloud-client/models/method_not_allowed_error.rb +1 -1
- data/lib/korona-cloud-client/models/model_reference.rb +1 -1
- data/lib/korona-cloud-client/models/not_found_error.rb +1 -1
- data/lib/korona-cloud-client/models/opening_hours.rb +1 -1
- data/lib/korona-cloud-client/models/organizational_unit.rb +5 -14
- data/lib/korona-cloud-client/models/payment.rb +1 -1
- data/lib/korona-cloud-client/models/payment_method.rb +5 -14
- data/lib/korona-cloud-client/models/payment_service_configuration.rb +1 -1
- data/lib/korona-cloud-client/models/payment_summary.rb +1 -1
- data/lib/korona-cloud-client/models/payment_terminal_receipt.rb +1 -1
- data/lib/korona-cloud-client/models/period.rb +1 -1
- data/lib/korona-cloud-client/models/period_list_top_seller.rb +1 -1
- data/lib/korona-cloud-client/models/period_map_string_revenue_data.rb +1 -1
- data/lib/korona-cloud-client/models/period_object.rb +1 -1
- data/lib/korona-cloud-client/models/period_revenue_data.rb +1 -1
- data/lib/korona-cloud-client/models/pos.rb +5 -14
- data/lib/korona-cloud-client/models/pos_balance.rb +5 -14
- data/lib/korona-cloud-client/models/pos_balance_item.rb +1 -1
- data/lib/korona-cloud-client/models/pos_balance_summary.rb +1 -1
- data/lib/korona-cloud-client/models/pos_balance_summary_changeset.rb +1 -1
- data/lib/korona-cloud-client/models/pos_balance_total.rb +1 -1
- data/lib/korona-cloud-client/models/pos_button.rb +1 -1
- data/lib/korona-cloud-client/models/pos_button_function.rb +1 -1
- data/lib/korona-cloud-client/models/pos_button_layout.rb +5 -14
- data/lib/korona-cloud-client/models/pos_page_layout.rb +1 -1
- data/lib/korona-cloud-client/models/pos_page_layout_configuration.rb +5 -14
- data/lib/korona-cloud-client/models/pos_profile.rb +5 -14
- data/lib/korona-cloud-client/models/prepaid_card.rb +1 -1
- data/lib/korona-cloud-client/models/price_group.rb +5 -14
- data/lib/korona-cloud-client/models/price_rule.rb +5 -14
- data/lib/korona-cloud-client/models/price_rule_calculation.rb +1 -1
- data/lib/korona-cloud-client/models/price_rule_condition.rb +1 -1
- data/lib/korona-cloud-client/models/price_rule_time_validity_repetition_interval.rb +1 -1
- data/lib/korona-cloud-client/models/price_rule_validity_period.rb +1 -1
- data/lib/korona-cloud-client/models/product.rb +5 -14
- data/lib/korona-cloud-client/models/product_code.rb +1 -1
- data/lib/korona-cloud-client/models/product_description.rb +1 -1
- data/lib/korona-cloud-client/models/product_price.rb +1 -1
- data/lib/korona-cloud-client/models/product_special_price.rb +1 -1
- data/lib/korona-cloud-client/models/product_stock.rb +1 -1
- data/lib/korona-cloud-client/models/product_subproduct.rb +1 -1
- data/lib/korona-cloud-client/models/product_supplier_price.rb +1 -1
- data/lib/korona-cloud-client/models/product_transfer_involved_party_information.rb +1 -1
- data/lib/korona-cloud-client/models/product_transfer_involved_party_information_data.rb +1 -1
- data/lib/korona-cloud-client/models/production_type.rb +5 -14
- data/lib/korona-cloud-client/models/promotion.rb +5 -14
- data/lib/korona-cloud-client/models/promotion_application.rb +236 -0
- data/lib/korona-cloud-client/models/promotion_benefit.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_benefit_common_discount.rb +14 -5
- data/lib/korona-cloud-client/models/promotion_benefit_extended_discount.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_discount_calculation.rb +35 -5
- data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_count_amount.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_criteria.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_criteria_min_max_range.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_criteria_min_max_range_value_comperator.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_benefit_extended_discount_position_selection_filter.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_benefit_reduce_product_amount.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_bonuspoint.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_bonuspoint_creation.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_bonuspoint_redemption.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_bonuspoint_redemption_fixed_discount.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_bonuspoint_redemption_percentage_discount.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_bonuspoint_redemption_tag_discount.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_coupon.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_coupon_validity.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_coupon_validity_days_after_purchase_interval.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_layer.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_stamp.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_trigger.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_trigger_product_amount_condition.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_trigger_receipt_product_amount_condition.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_trigger_receipt_revenue_condition.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_trigger_tag_amount_condition.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_trigger_tag_revenue_condition.rb +1 -1
- data/lib/korona-cloud-client/models/promotion_validity.rb +1 -1
- data/lib/korona-cloud-client/models/rating.rb +1 -1
- data/lib/korona-cloud-client/models/receipt.rb +27 -14
- data/lib/korona-cloud-client/models/receipt_item.rb +1 -1
- data/lib/korona-cloud-client/models/receipt_layout_configuration.rb +5 -14
- data/lib/korona-cloud-client/models/receipt_max_revisions.rb +1 -1
- data/lib/korona-cloud-client/models/receipt_revenue.rb +1 -1
- data/lib/korona-cloud-client/models/receipt_total.rb +1 -1
- data/lib/korona-cloud-client/models/result_list.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_account.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_additional_receipt_info_type.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_assortment.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_attendance.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_cashier.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_cashier_role.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_cashier_verification_requirement.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_commodity_group.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_coupon.rb +303 -0
- data/lib/korona-cloud-client/models/result_list_creation_task.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_currency.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_customer.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_customer_display_configuration.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_customer_group.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_customer_order.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_day_rating.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_delivery_note.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_device_configuration_variable.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_dispatch_notification.rb +303 -0
- data/lib/korona-cloud-client/models/result_list_dispatch_notification_item.rb +303 -0
- data/lib/korona-cloud-client/models/result_list_economic_zone.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_end_of_day_statement.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_entry_gate.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_event.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_external_system_call.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_fiscal_unit.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_info_text.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_inventory.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_inventory_list.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_inventory_list_item.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_organizational_unit.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_payment_method.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_pos.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_pos_balance.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_pos_button_layout.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_pos_page_layout_configuration.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_pos_profile.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_price_group.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_price_rule.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_product.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_product_stock.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_production_type.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_promotion.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_receipt.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_receipt_layout_configuration.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_sales_tax.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_sector.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_special_price_configuration.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_stock_adjustment.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_stock_adjustment_item.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_stock_order.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_stock_order_item.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_stock_receipt.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_stock_receipt_item.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_store_order.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_store_order_item.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_supplier.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_tag.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_ticket.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_ticket_definition.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_time_tracking_entity.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_time_tracking_entry.rb +1 -1
- data/lib/korona-cloud-client/models/result_list_user_role.rb +1 -1
- data/lib/korona-cloud-client/models/revenue_data.rb +1 -1
- data/lib/korona-cloud-client/models/sales_tax.rb +5 -14
- data/lib/korona-cloud-client/models/sales_tax_rate.rb +1 -1
- data/lib/korona-cloud-client/models/sector.rb +5 -14
- data/lib/korona-cloud-client/models/sector_revenue_account_item.rb +1 -1
- data/lib/korona-cloud-client/models/sector_sales_tax_item.rb +1 -1
- data/lib/korona-cloud-client/models/service.rb +1 -1
- data/lib/korona-cloud-client/models/signature.rb +1 -1
- data/lib/korona-cloud-client/models/special_price.rb +1 -1
- data/lib/korona-cloud-client/models/special_price_configuration.rb +5 -14
- data/lib/korona-cloud-client/models/statistic.rb +1 -1
- data/lib/korona-cloud-client/models/statistic_list_top_seller.rb +1 -1
- data/lib/korona-cloud-client/models/statistic_map_string_revenue_data.rb +1 -1
- data/lib/korona-cloud-client/models/statistic_revenue_data.rb +1 -1
- data/lib/korona-cloud-client/models/stock_adjustment.rb +5 -14
- data/lib/korona-cloud-client/models/stock_adjustment_item.rb +1 -1
- data/lib/korona-cloud-client/models/stock_adjustment_item_reason.rb +1 -1
- data/lib/korona-cloud-client/models/stock_order.rb +5 -14
- data/lib/korona-cloud-client/models/stock_order_item.rb +1 -1
- data/lib/korona-cloud-client/models/stock_receipt.rb +5 -14
- data/lib/korona-cloud-client/models/stock_receipt_item.rb +1 -1
- data/lib/korona-cloud-client/models/stock_receipt_item_amount.rb +1 -1
- data/lib/korona-cloud-client/models/stock_receipt_item_identification.rb +1 -1
- data/lib/korona-cloud-client/models/stock_receipt_item_purchase_price.rb +1 -1
- data/lib/korona-cloud-client/models/store_order.rb +5 -14
- data/lib/korona-cloud-client/models/store_order_item.rb +1 -1
- data/lib/korona-cloud-client/models/supplier.rb +5 -14
- data/lib/korona-cloud-client/models/supplier_contact.rb +1 -1
- data/lib/korona-cloud-client/models/supplier_contact_person.rb +1 -1
- data/lib/korona-cloud-client/models/supplier_payment_information.rb +1 -1
- data/lib/korona-cloud-client/models/tag.rb +5 -14
- data/lib/korona-cloud-client/models/tax_payment.rb +1 -1
- data/lib/korona-cloud-client/models/tax_summary.rb +1 -1
- data/lib/korona-cloud-client/models/terminal_receipt_print_line.rb +1 -1
- data/lib/korona-cloud-client/models/ticket.rb +1 -1
- data/lib/korona-cloud-client/models/ticket_data.rb +1 -1
- data/lib/korona-cloud-client/models/ticket_definition.rb +5 -14
- data/lib/korona-cloud-client/models/ticket_personalization.rb +1 -1
- data/lib/korona-cloud-client/models/time_of_day_interval.rb +1 -1
- data/lib/korona-cloud-client/models/time_period.rb +1 -1
- data/lib/korona-cloud-client/models/time_tracking_entity.rb +5 -14
- data/lib/korona-cloud-client/models/time_tracking_entry.rb +1 -1
- data/lib/korona-cloud-client/models/too_many_requests_error.rb +1 -1
- data/lib/korona-cloud-client/models/top_seller.rb +1 -1
- data/lib/korona-cloud-client/models/total_period.rb +1 -1
- data/lib/korona-cloud-client/models/total_price.rb +1 -1
- data/lib/korona-cloud-client/models/user_role.rb +5 -14
- data/lib/korona-cloud-client/models/validity.rb +1 -1
- data/lib/korona-cloud-client/models/voided_receipt_item.rb +1 -1
- data/lib/korona-cloud-client/models/voucher_transaction.rb +1 -1
- data/lib/korona-cloud-client/models/weather.rb +1 -1
- data/lib/korona-cloud-client/version.rb +2 -2
- data/lib/korona-cloud-client.rb +13 -1
- data/spec/api/accounts_api_spec.rb +67 -3
- data/spec/api/additional_receipt_info_types_api_spec.rb +2 -2
- data/spec/api/assortments_api_spec.rb +2 -2
- data/spec/api/cashier_roles_api_spec.rb +2 -2
- data/spec/api/cashier_verification_requirement_api_spec.rb +1 -1
- data/spec/api/cashiers_api_spec.rb +68 -2
- data/spec/api/commodity_groups_api_spec.rb +2 -2
- data/spec/api/coupons_api_spec.rb +63 -0
- data/spec/api/currencies_api_spec.rb +39 -2
- data/spec/api/customer_display_configurations_api_spec.rb +1 -1
- data/spec/api/customer_groups_api_spec.rb +66 -2
- data/spec/api/customer_orders_api_spec.rb +10 -6
- data/spec/api/customers_api_spec.rb +2 -2
- data/spec/api/delivery_notes_api_spec.rb +6 -6
- data/spec/api/device_configuration_variables_api_spec.rb +1 -1
- data/spec/api/dispatch_notifications_api_spec.rb +100 -0
- data/spec/api/economic_zones_api_spec.rb +39 -2
- data/spec/api/external_system_calls_api_spec.rb +2 -2
- data/spec/api/fiscal_units_api_spec.rb +2 -2
- data/spec/api/images_api_spec.rb +2 -2
- data/spec/api/info_texts_api_spec.rb +39 -2
- data/spec/api/inventories_api_spec.rb +37 -24
- data/spec/api/korona_account_api_spec.rb +2 -2
- data/spec/api/organizational_units_api_spec.rb +73 -10
- data/spec/api/payment_methods_api_spec.rb +66 -2
- data/spec/api/points_of_sale_api_spec.rb +53 -7
- data/spec/api/pos_button_layouts_api_spec.rb +1 -1
- data/spec/api/pos_page_layout_configurations_api_spec.rb +1 -1
- data/spec/api/pos_profiles_api_spec.rb +1 -1
- data/spec/api/price_groups_api_spec.rb +39 -2
- data/spec/api/price_rules_api_spec.rb +1 -1
- data/spec/api/production_types_api_spec.rb +2 -2
- data/spec/api/products_api_spec.rb +5 -2
- data/spec/api/promotions_api_spec.rb +1 -1
- data/spec/api/receipt_layout_configurations_api_spec.rb +1 -1
- data/spec/api/receipts_api_spec.rb +8 -6
- data/spec/api/sales_taxes_api_spec.rb +39 -2
- data/spec/api/sectors_api_spec.rb +14 -2
- data/spec/api/special_price_configurations_api_spec.rb +1 -1
- data/spec/api/statistics_api_spec.rb +2 -2
- data/spec/api/stock_adjustments_api_spec.rb +1 -1
- data/spec/api/stock_orders_api_spec.rb +37 -6
- data/spec/api/stock_receipts_api_spec.rb +6 -6
- data/spec/api/store_orders_api_spec.rb +1 -1
- data/spec/api/suppliers_api_spec.rb +39 -2
- data/spec/api/tags_api_spec.rb +2 -2
- data/spec/api/ticket_creation_api_spec.rb +4 -4
- data/spec/api/ticketing_api_spec.rb +55 -4
- data/spec/api/time_tracking_api_spec.rb +4 -4
- data/spec/api/user_roles_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_spec.rb +12 -13
- data/spec/models/account_summary_spec.rb +5 -12
- data/spec/models/account_transaction_spec.rb +11 -12
- data/spec/models/add_or_update_result_spec.rb +7 -14
- data/spec/models/additional_info_spec.rb +5 -12
- data/spec/models/additional_receipt_info_type_spec.rb +5 -12
- data/spec/models/address_information_spec.rb +11 -12
- data/spec/models/admission_spec.rb +5 -12
- data/spec/models/amount_count_data_spec.rb +5 -12
- data/spec/models/amount_spec.rb +5 -12
- data/spec/models/assortment_spec.rb +5 -12
- data/spec/models/attendance_spec.rb +5 -12
- data/spec/models/bad_request_error_spec.rb +7 -14
- data/spec/models/capacity_spec.rb +5 -12
- data/spec/models/cashier_role_spec.rb +7 -14
- data/spec/models/cashier_spec.rb +45 -16
- data/spec/models/cashier_summary_spec.rb +5 -12
- data/spec/models/cashier_verification_requirement_spec.rb +1 -7
- data/spec/models/cashier_verification_result_spec.rb +1 -1
- data/spec/models/category_spec.rb +5 -12
- data/spec/models/cloud_subscription_details_spec.rb +7 -14
- data/spec/models/cloud_subscription_spec.rb +6 -13
- data/spec/models/commodity_group_spec.rb +11 -12
- data/spec/models/commodity_group_summary_spec.rb +5 -12
- data/spec/models/company_identification_spec.rb +5 -12
- data/spec/models/coupon_position_spec.rb +64 -0
- data/spec/models/coupon_spec.rb +1 -1
- data/spec/models/creation_task_spec.rb +6 -13
- data/spec/models/currency_denomination_spec.rb +6 -13
- data/spec/models/currency_exchange_rate_spec.rb +5 -12
- data/spec/models/currency_spec.rb +5 -12
- data/spec/models/customer_card_spec.rb +6 -13
- data/spec/models/customer_data_spec.rb +5 -12
- data/spec/models/customer_display_configuration_spec.rb +1 -7
- data/spec/models/customer_group_spec.rb +5 -12
- data/spec/models/customer_group_summary_spec.rb +5 -12
- data/spec/models/customer_information_spec.rb +5 -12
- data/spec/models/customer_order_item_spec.rb +1 -1
- data/spec/models/customer_order_spec.rb +5 -12
- data/spec/models/customer_spec.rb +30 -13
- data/spec/models/date_interval_spec.rb +1 -1
- data/spec/models/day_rating_spec.rb +5 -12
- data/spec/models/day_time_period_spec.rb +5 -12
- data/spec/models/delivery_note_item_spec.rb +5 -12
- data/spec/models/delivery_note_spec.rb +5 -12
- data/spec/models/deposit_spec.rb +5 -12
- data/spec/models/device_configuration_spec.rb +1 -1
- data/spec/models/device_configuration_variable_spec.rb +1 -7
- data/spec/models/device_configuration_variable_value_spec.rb +1 -1
- data/spec/models/device_information_spec.rb +5 -12
- data/spec/models/device_parameter_item_spec.rb +1 -1
- data/spec/models/discount_spec.rb +18 -13
- data/spec/models/dispatch_notification_item_amount_spec.rb +40 -0
- data/spec/models/dispatch_notification_item_container_spec.rb +40 -0
- data/spec/models/dispatch_notification_item_identification_spec.rb +46 -0
- data/spec/models/dispatch_notification_item_spec.rb +76 -0
- data/spec/models/dispatch_notification_spec.rb +160 -0
- data/spec/models/economic_zone_spec.rb +5 -12
- data/spec/models/end_of_day_statement_spec.rb +5 -12
- data/spec/models/end_of_day_statement_summary_spec.rb +5 -12
- data/spec/models/entry_gate_spec.rb +5 -12
- data/spec/models/event_spec.rb +5 -12
- data/spec/models/external_system_call_spec.rb +11 -12
- data/spec/models/fiscal_transaction_spec.rb +5 -12
- data/spec/models/fiscal_unit_certificate_info_spec.rb +5 -12
- data/spec/models/fiscal_unit_pre_configuration_spec.rb +1 -1
- data/spec/models/fiscal_unit_spec.rb +12 -13
- data/spec/models/fiscal_unit_state_spec.rb +6 -13
- data/spec/models/fiscal_unit_state_usage_level_spec.rb +5 -12
- data/spec/models/fiscal_unit_state_usage_level_value_spec.rb +5 -12
- data/spec/models/fiscal_unit_state_version_info_spec.rb +5 -12
- data/spec/models/forbidden_error_spec.rb +6 -13
- data/spec/models/geo_location_spec.rb +5 -12
- data/spec/models/info_text_spec.rb +12 -13
- data/spec/models/interval_spec.rb +5 -12
- data/spec/models/inventory_list_item_spec.rb +5 -12
- data/spec/models/inventory_list_item_stock_spec.rb +5 -12
- data/spec/models/inventory_list_spec.rb +12 -13
- data/spec/models/inventory_spec.rb +8 -15
- data/spec/models/korona_account_spec.rb +13 -14
- data/spec/models/media_url_spec.rb +5 -12
- data/spec/models/method_not_allowed_error_spec.rb +6 -13
- data/spec/models/model_reference_spec.rb +5 -12
- data/spec/models/not_found_error_spec.rb +6 -13
- data/spec/models/opening_hours_spec.rb +6 -13
- data/spec/models/organizational_unit_spec.rb +18 -19
- data/spec/models/payment_method_spec.rb +23 -12
- data/spec/models/payment_service_configuration_spec.rb +1 -1
- data/spec/models/payment_spec.rb +23 -12
- data/spec/models/payment_summary_spec.rb +5 -12
- data/spec/models/payment_terminal_receipt_spec.rb +1 -1
- data/spec/models/period_list_top_seller_spec.rb +5 -12
- data/spec/models/period_map_string_revenue_data_spec.rb +5 -12
- data/spec/models/period_object_spec.rb +5 -12
- data/spec/models/period_revenue_data_spec.rb +5 -12
- data/spec/models/period_spec.rb +5 -12
- data/spec/models/pos_balance_item_spec.rb +1 -1
- data/spec/models/pos_balance_spec.rb +1 -7
- data/spec/models/pos_balance_summary_changeset_spec.rb +1 -1
- data/spec/models/pos_balance_summary_spec.rb +1 -1
- data/spec/models/pos_balance_total_spec.rb +1 -1
- data/spec/models/pos_button_function_spec.rb +1 -1
- data/spec/models/pos_button_layout_spec.rb +1 -7
- data/spec/models/pos_button_spec.rb +1 -1
- data/spec/models/pos_page_layout_configuration_spec.rb +1 -7
- data/spec/models/pos_page_layout_spec.rb +1 -1
- data/spec/models/pos_profile_spec.rb +1 -7
- data/spec/models/pos_spec.rb +101 -14
- data/spec/models/prepaid_card_spec.rb +1 -1
- data/spec/models/price_group_spec.rb +5 -12
- data/spec/models/price_rule_calculation_spec.rb +1 -1
- data/spec/models/price_rule_condition_spec.rb +1 -1
- data/spec/models/price_rule_spec.rb +1 -7
- data/spec/models/price_rule_time_validity_repetition_interval_spec.rb +1 -1
- data/spec/models/price_rule_validity_period_spec.rb +1 -1
- data/spec/models/product_code_spec.rb +5 -12
- data/spec/models/product_description_spec.rb +6 -13
- data/spec/models/product_price_spec.rb +5 -12
- data/spec/models/product_spec.rb +20 -15
- data/spec/models/product_special_price_spec.rb +1 -1
- data/spec/models/product_stock_spec.rb +5 -12
- data/spec/models/product_subproduct_spec.rb +21 -12
- data/spec/models/product_supplier_price_spec.rb +5 -12
- data/spec/models/product_transfer_involved_party_information_data_spec.rb +5 -12
- data/spec/models/product_transfer_involved_party_information_spec.rb +5 -12
- data/spec/models/production_type_spec.rb +8 -15
- data/spec/models/promotion_application_spec.rb +46 -0
- data/spec/models/promotion_benefit_common_discount_spec.rb +7 -1
- 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
- data/spec/models/promotion_benefit_extended_discount_discount_calculation_spec.rb +17 -1
- data/spec/models/promotion_benefit_extended_discount_position_selection_count_amount_spec.rb +1 -1
- data/spec/models/promotion_benefit_extended_discount_position_selection_criteria_min_max_range_spec.rb +1 -1
- data/spec/models/promotion_benefit_extended_discount_position_selection_criteria_spec.rb +1 -1
- data/spec/models/promotion_benefit_extended_discount_position_selection_filter_spec.rb +1 -1
- data/spec/models/promotion_benefit_extended_discount_position_selection_spec.rb +1 -1
- data/spec/models/promotion_benefit_extended_discount_spec.rb +1 -1
- data/spec/models/promotion_benefit_reduce_product_amount_spec.rb +1 -1
- data/spec/models/promotion_benefit_spec.rb +1 -1
- data/spec/models/promotion_bonuspoint_creation_spec.rb +1 -1
- data/spec/models/promotion_bonuspoint_redemption_fixed_discount_spec.rb +1 -1
- data/spec/models/promotion_bonuspoint_redemption_percentage_discount_spec.rb +1 -1
- data/spec/models/promotion_bonuspoint_redemption_spec.rb +1 -1
- data/spec/models/promotion_bonuspoint_redemption_tag_discount_spec.rb +1 -1
- data/spec/models/promotion_bonuspoint_spec.rb +1 -1
- data/spec/models/promotion_coupon_spec.rb +1 -1
- data/spec/models/promotion_coupon_validity_days_after_purchase_interval_spec.rb +1 -1
- data/spec/models/promotion_coupon_validity_spec.rb +1 -1
- data/spec/models/promotion_layer_spec.rb +1 -1
- data/spec/models/promotion_spec.rb +1 -7
- data/spec/models/promotion_stamp_spec.rb +1 -1
- data/spec/models/promotion_trigger_product_amount_condition_spec.rb +1 -1
- data/spec/models/promotion_trigger_receipt_product_amount_condition_spec.rb +1 -1
- data/spec/models/promotion_trigger_receipt_revenue_condition_spec.rb +1 -1
- data/spec/models/promotion_trigger_spec.rb +1 -1
- data/spec/models/promotion_trigger_tag_amount_condition_spec.rb +1 -1
- data/spec/models/promotion_trigger_tag_revenue_condition_spec.rb +1 -1
- data/spec/models/promotion_validity_spec.rb +1 -1
- data/spec/models/rating_spec.rb +5 -12
- data/spec/models/receipt_item_spec.rb +64 -19
- data/spec/models/receipt_layout_configuration_spec.rb +1 -7
- data/spec/models/receipt_max_revisions_spec.rb +5 -12
- data/spec/models/receipt_revenue_spec.rb +1 -1
- data/spec/models/receipt_spec.rb +88 -17
- data/spec/models/receipt_total_spec.rb +1 -1
- data/spec/models/result_list_account_spec.rb +5 -12
- data/spec/models/result_list_additional_receipt_info_type_spec.rb +5 -12
- data/spec/models/result_list_assortment_spec.rb +5 -12
- data/spec/models/result_list_attendance_spec.rb +5 -12
- data/spec/models/result_list_cashier_role_spec.rb +5 -12
- data/spec/models/result_list_cashier_spec.rb +5 -12
- data/spec/models/result_list_cashier_verification_requirement_spec.rb +1 -1
- data/spec/models/result_list_commodity_group_spec.rb +5 -12
- data/spec/models/result_list_coupon_spec.rb +64 -0
- data/spec/models/result_list_creation_task_spec.rb +5 -12
- data/spec/models/result_list_currency_spec.rb +5 -12
- data/spec/models/result_list_customer_display_configuration_spec.rb +1 -1
- data/spec/models/result_list_customer_group_spec.rb +5 -12
- data/spec/models/result_list_customer_order_spec.rb +5 -12
- data/spec/models/result_list_customer_spec.rb +5 -12
- data/spec/models/result_list_day_rating_spec.rb +5 -12
- data/spec/models/result_list_delivery_note_spec.rb +5 -12
- data/spec/models/result_list_device_configuration_variable_spec.rb +1 -1
- data/spec/models/result_list_dispatch_notification_item_spec.rb +64 -0
- data/spec/models/result_list_dispatch_notification_spec.rb +64 -0
- data/spec/models/result_list_economic_zone_spec.rb +5 -12
- data/spec/models/result_list_end_of_day_statement_spec.rb +5 -12
- data/spec/models/result_list_entry_gate_spec.rb +5 -12
- data/spec/models/result_list_event_spec.rb +5 -12
- data/spec/models/result_list_external_system_call_spec.rb +5 -12
- data/spec/models/result_list_fiscal_unit_spec.rb +5 -12
- data/spec/models/result_list_info_text_spec.rb +5 -12
- data/spec/models/result_list_inventory_list_item_spec.rb +5 -12
- data/spec/models/result_list_inventory_list_spec.rb +5 -12
- data/spec/models/result_list_inventory_spec.rb +5 -12
- data/spec/models/result_list_organizational_unit_spec.rb +5 -12
- data/spec/models/result_list_payment_method_spec.rb +5 -12
- data/spec/models/result_list_pos_balance_spec.rb +1 -1
- data/spec/models/result_list_pos_button_layout_spec.rb +1 -1
- data/spec/models/result_list_pos_page_layout_configuration_spec.rb +1 -1
- data/spec/models/result_list_pos_profile_spec.rb +1 -1
- data/spec/models/result_list_pos_spec.rb +5 -12
- data/spec/models/result_list_price_group_spec.rb +5 -12
- data/spec/models/result_list_price_rule_spec.rb +1 -1
- data/spec/models/result_list_product_spec.rb +5 -12
- data/spec/models/result_list_product_stock_spec.rb +5 -12
- data/spec/models/result_list_production_type_spec.rb +5 -12
- data/spec/models/result_list_promotion_spec.rb +1 -1
- data/spec/models/result_list_receipt_layout_configuration_spec.rb +1 -1
- data/spec/models/result_list_receipt_spec.rb +5 -12
- data/spec/models/result_list_sales_tax_spec.rb +5 -12
- data/spec/models/result_list_sector_spec.rb +5 -12
- data/spec/models/result_list_spec.rb +5 -12
- data/spec/models/result_list_special_price_configuration_spec.rb +1 -1
- data/spec/models/result_list_stock_adjustment_item_spec.rb +1 -1
- data/spec/models/result_list_stock_adjustment_spec.rb +1 -1
- data/spec/models/result_list_stock_order_item_spec.rb +1 -1
- data/spec/models/result_list_stock_order_spec.rb +5 -12
- data/spec/models/result_list_stock_receipt_item_spec.rb +5 -12
- data/spec/models/result_list_stock_receipt_spec.rb +5 -12
- data/spec/models/result_list_store_order_item_spec.rb +1 -1
- data/spec/models/result_list_store_order_spec.rb +1 -1
- data/spec/models/result_list_supplier_spec.rb +5 -12
- data/spec/models/result_list_tag_spec.rb +5 -12
- data/spec/models/result_list_ticket_definition_spec.rb +5 -12
- data/spec/models/result_list_ticket_spec.rb +5 -12
- data/spec/models/result_list_time_tracking_entity_spec.rb +5 -12
- data/spec/models/result_list_time_tracking_entry_spec.rb +5 -12
- data/spec/models/result_list_user_role_spec.rb +1 -1
- data/spec/models/revenue_data_spec.rb +5 -12
- data/spec/models/sales_tax_rate_spec.rb +5 -12
- data/spec/models/sales_tax_spec.rb +15 -12
- data/spec/models/sector_revenue_account_item_spec.rb +5 -12
- data/spec/models/sector_sales_tax_item_spec.rb +5 -12
- data/spec/models/sector_spec.rb +5 -12
- data/spec/models/service_spec.rb +6 -13
- data/spec/models/signature_spec.rb +5 -12
- data/spec/models/special_price_configuration_spec.rb +1 -7
- data/spec/models/special_price_spec.rb +1 -1
- data/spec/models/statistic_list_top_seller_spec.rb +5 -12
- data/spec/models/statistic_map_string_revenue_data_spec.rb +5 -12
- data/spec/models/statistic_revenue_data_spec.rb +5 -12
- data/spec/models/statistic_spec.rb +5 -12
- data/spec/models/stock_adjustment_item_reason_spec.rb +1 -1
- data/spec/models/stock_adjustment_item_spec.rb +1 -1
- data/spec/models/stock_adjustment_spec.rb +1 -7
- data/spec/models/stock_order_item_spec.rb +5 -12
- data/spec/models/stock_order_spec.rb +30 -31
- data/spec/models/stock_receipt_item_amount_spec.rb +5 -12
- data/spec/models/stock_receipt_item_identification_spec.rb +5 -12
- data/spec/models/stock_receipt_item_purchase_price_spec.rb +5 -12
- data/spec/models/stock_receipt_item_spec.rb +5 -12
- data/spec/models/stock_receipt_spec.rb +18 -13
- data/spec/models/store_order_item_spec.rb +1 -1
- data/spec/models/store_order_spec.rb +1 -7
- data/spec/models/supplier_contact_person_spec.rb +5 -12
- data/spec/models/supplier_contact_spec.rb +5 -12
- data/spec/models/supplier_payment_information_spec.rb +6 -13
- data/spec/models/supplier_spec.rb +11 -12
- data/spec/models/tag_spec.rb +5 -12
- data/spec/models/tax_payment_spec.rb +5 -12
- data/spec/models/tax_summary_spec.rb +5 -12
- data/spec/models/terminal_receipt_print_line_spec.rb +1 -1
- data/spec/models/ticket_data_spec.rb +5 -12
- data/spec/models/ticket_definition_spec.rb +29 -12
- data/spec/models/ticket_personalization_spec.rb +5 -12
- data/spec/models/ticket_spec.rb +5 -12
- data/spec/models/time_of_day_interval_spec.rb +1 -1
- data/spec/models/time_period_spec.rb +5 -12
- data/spec/models/time_tracking_entity_spec.rb +5 -12
- data/spec/models/time_tracking_entry_spec.rb +5 -12
- data/spec/models/too_many_requests_error_spec.rb +6 -13
- data/spec/models/top_seller_spec.rb +5 -12
- data/spec/models/total_period_spec.rb +5 -12
- data/spec/models/total_price_spec.rb +5 -12
- data/spec/models/user_role_spec.rb +1 -7
- data/spec/models/validity_spec.rb +6 -13
- data/spec/models/voided_receipt_item_spec.rb +5 -12
- data/spec/models/voucher_transaction_spec.rb +1 -1
- data/spec/models/weather_spec.rb +6 -13
- data/spec/spec_helper.rb +1 -1
- metadata +53 -5
|
@@ -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.
|
|
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:
|
|
9
|
+
OpenAPI Generator version: 5.2.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -44,7 +44,7 @@ describe 'InventoriesApi' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
# unit tests for
|
|
47
|
+
# unit tests for add_inventory_list_items
|
|
48
48
|
# adds inventory list items
|
|
49
49
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
50
50
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
@@ -52,7 +52,20 @@ describe 'InventoriesApi' do
|
|
|
52
52
|
# @param body data to update
|
|
53
53
|
# @param [Hash] opts the optional parameters
|
|
54
54
|
# @return [Array<AddOrUpdateResult>]
|
|
55
|
-
describe '
|
|
55
|
+
describe 'add_inventory_list_items test' do
|
|
56
|
+
it 'should work' do
|
|
57
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
# unit tests for book_inventory_list
|
|
62
|
+
# book the single inventory list
|
|
63
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
64
|
+
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
65
|
+
# @param inventory_list_id id of the related object (important: id should match the uuid-format)
|
|
66
|
+
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @return [nil]
|
|
68
|
+
describe 'book_inventory_list test' do
|
|
56
69
|
it 'should work' do
|
|
57
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
58
71
|
end
|
|
@@ -70,7 +83,7 @@ describe 'InventoriesApi' do
|
|
|
70
83
|
end
|
|
71
84
|
end
|
|
72
85
|
|
|
73
|
-
# unit tests for
|
|
86
|
+
# unit tests for delete_inventory_list_item
|
|
74
87
|
# deletes the single inventory list item
|
|
75
88
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
76
89
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
@@ -78,7 +91,7 @@ describe 'InventoriesApi' do
|
|
|
78
91
|
# @param product_id id of the related object (important: id should match the uuid-format)
|
|
79
92
|
# @param [Hash] opts the optional parameters
|
|
80
93
|
# @return [nil]
|
|
81
|
-
describe '
|
|
94
|
+
describe 'delete_inventory_list_item test' do
|
|
82
95
|
it 'should work' do
|
|
83
96
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
84
97
|
end
|
|
@@ -113,20 +126,20 @@ describe 'InventoriesApi' do
|
|
|
113
126
|
end
|
|
114
127
|
end
|
|
115
128
|
|
|
116
|
-
# unit tests for
|
|
129
|
+
# unit tests for get_inventory_list
|
|
117
130
|
# returns the single inventory list
|
|
118
131
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
119
132
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
120
133
|
# @param inventory_list_id id of the related object (important: id should match the uuid-format)
|
|
121
134
|
# @param [Hash] opts the optional parameters
|
|
122
135
|
# @return [InventoryList]
|
|
123
|
-
describe '
|
|
136
|
+
describe 'get_inventory_list test' do
|
|
124
137
|
it 'should work' do
|
|
125
138
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
126
139
|
end
|
|
127
140
|
end
|
|
128
141
|
|
|
129
|
-
# unit tests for
|
|
142
|
+
# unit tests for get_inventory_list_item
|
|
130
143
|
# returns the single inventory list item
|
|
131
144
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
132
145
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
@@ -134,13 +147,13 @@ describe 'InventoriesApi' do
|
|
|
134
147
|
# @param product_id id of the related object (important: id should match the uuid-format)
|
|
135
148
|
# @param [Hash] opts the optional parameters
|
|
136
149
|
# @return [InventoryListItem]
|
|
137
|
-
describe '
|
|
150
|
+
describe 'get_inventory_list_item test' do
|
|
138
151
|
it 'should work' do
|
|
139
152
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
140
153
|
end
|
|
141
154
|
end
|
|
142
155
|
|
|
143
|
-
# unit tests for
|
|
156
|
+
# unit tests for get_inventory_list_items
|
|
144
157
|
# lists all inventory list items
|
|
145
158
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
146
159
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
@@ -151,13 +164,13 @@ describe 'InventoriesApi' do
|
|
|
151
164
|
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
152
165
|
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
153
166
|
# @return [ResultListInventoryListItem]
|
|
154
|
-
describe '
|
|
167
|
+
describe 'get_inventory_list_items test' do
|
|
155
168
|
it 'should work' do
|
|
156
169
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
157
170
|
end
|
|
158
171
|
end
|
|
159
172
|
|
|
160
|
-
# unit tests for
|
|
173
|
+
# unit tests for get_inventory_lists
|
|
161
174
|
# lists all inventory lists
|
|
162
175
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
163
176
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
@@ -167,14 +180,14 @@ describe 'InventoriesApi' do
|
|
|
167
180
|
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
168
181
|
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
169
182
|
# @option opts [Boolean] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
170
|
-
# @option opts [
|
|
171
|
-
# @option opts [
|
|
172
|
-
# @option opts [
|
|
173
|
-
# @option opts [
|
|
183
|
+
# @option opts [Time] :min_create_time min (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
184
|
+
# @option opts [Time] :max_create_time max (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
185
|
+
# @option opts [Time] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
186
|
+
# @option opts [Time] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
174
187
|
# @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
|
|
175
188
|
# @option opts [String] :number number of the related object
|
|
176
189
|
# @return [ResultListInventoryList]
|
|
177
|
-
describe '
|
|
190
|
+
describe 'get_inventory_lists test' do
|
|
178
191
|
it 'should work' do
|
|
179
192
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
180
193
|
end
|
|
@@ -193,7 +206,7 @@ describe 'InventoriesApi' do
|
|
|
193
206
|
end
|
|
194
207
|
end
|
|
195
208
|
|
|
196
|
-
# unit tests for
|
|
209
|
+
# unit tests for update_inventory_list
|
|
197
210
|
# updates the single inventory list
|
|
198
211
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
199
212
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
@@ -201,13 +214,13 @@ describe 'InventoriesApi' do
|
|
|
201
214
|
# @param body data to update
|
|
202
215
|
# @param [Hash] opts the optional parameters
|
|
203
216
|
# @return [nil]
|
|
204
|
-
describe '
|
|
217
|
+
describe 'update_inventory_list test' do
|
|
205
218
|
it 'should work' do
|
|
206
219
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
207
220
|
end
|
|
208
221
|
end
|
|
209
222
|
|
|
210
|
-
# unit tests for
|
|
223
|
+
# unit tests for update_inventory_list_item
|
|
211
224
|
# updates the single inventory list item
|
|
212
225
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
213
226
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
@@ -216,13 +229,13 @@ describe 'InventoriesApi' do
|
|
|
216
229
|
# @param body data to update
|
|
217
230
|
# @param [Hash] opts the optional parameters
|
|
218
231
|
# @return [nil]
|
|
219
|
-
describe '
|
|
232
|
+
describe 'update_inventory_list_item test' do
|
|
220
233
|
it 'should work' do
|
|
221
234
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
222
235
|
end
|
|
223
236
|
end
|
|
224
237
|
|
|
225
|
-
# unit tests for
|
|
238
|
+
# unit tests for update_inventory_list_items
|
|
226
239
|
# updates inventory list items (property [product] required))
|
|
227
240
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
228
241
|
# @param inventory_id id of the related object (important: id should match the uuid-format)
|
|
@@ -230,7 +243,7 @@ describe 'InventoriesApi' do
|
|
|
230
243
|
# @param body an array of inventory list items to update
|
|
231
244
|
# @param [Hash] opts the optional parameters
|
|
232
245
|
# @return [Array<AddOrUpdateResult>]
|
|
233
|
-
describe '
|
|
246
|
+
describe 'update_inventory_list_items test' do
|
|
234
247
|
it 'should work' do
|
|
235
248
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
236
249
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
9
|
+
OpenAPI Generator version: 5.2.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -45,6 +45,31 @@ describe 'OrganizationalUnitsApi' do
|
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
+
# unit tests for add_organizational_units
|
|
49
|
+
# adds a batch of new organizational units
|
|
50
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
51
|
+
# @param body an array of new organizational units
|
|
52
|
+
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @option opts [Boolean] :upsert when set to true, updates the object instead of generating a already-exists-error
|
|
54
|
+
# @return [Array<AddOrUpdateResult>]
|
|
55
|
+
describe 'add_organizational_units test' do
|
|
56
|
+
it 'should work' do
|
|
57
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
# unit tests for delete_organizational_unit
|
|
62
|
+
# deletes the single organizational unit by its id
|
|
63
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
64
|
+
# @param organizational_unit_id id of the related object (important: id should match the uuid-format)
|
|
65
|
+
# @param [Hash] opts the optional parameters
|
|
66
|
+
# @return [nil]
|
|
67
|
+
describe 'delete_organizational_unit test' do
|
|
68
|
+
it 'should work' do
|
|
69
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
|
|
48
73
|
# unit tests for delete_organizational_unit_day_rating
|
|
49
74
|
# deletes the single day rating by its id or date
|
|
50
75
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
@@ -58,6 +83,18 @@ describe 'OrganizationalUnitsApi' do
|
|
|
58
83
|
end
|
|
59
84
|
end
|
|
60
85
|
|
|
86
|
+
# unit tests for delete_organizational_units
|
|
87
|
+
# deletes a batch of organizational units
|
|
88
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
89
|
+
# @param body array of existing organizational units (id or number required)
|
|
90
|
+
# @param [Hash] opts the optional parameters
|
|
91
|
+
# @return [Array<AddOrUpdateResult>]
|
|
92
|
+
describe 'delete_organizational_units test' do
|
|
93
|
+
it 'should work' do
|
|
94
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
95
|
+
end
|
|
96
|
+
end
|
|
97
|
+
|
|
61
98
|
# unit tests for get_organizational_unit
|
|
62
99
|
# returns the single organizational unit
|
|
63
100
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
@@ -108,10 +145,10 @@ describe 'OrganizationalUnitsApi' do
|
|
|
108
145
|
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
109
146
|
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
110
147
|
# @option opts [Boolean] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
111
|
-
# @option opts [
|
|
112
|
-
# @option opts [
|
|
113
|
-
# @option opts [
|
|
114
|
-
# @option opts [
|
|
148
|
+
# @option opts [Time] :min_create_time min (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
149
|
+
# @option opts [Time] :max_create_time max (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
150
|
+
# @option opts [Time] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
151
|
+
# @option opts [Time] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
115
152
|
# @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
|
|
116
153
|
# @return [ResultListInventoryList]
|
|
117
154
|
describe 'get_organizational_unit_inventory_lists test' do
|
|
@@ -146,10 +183,10 @@ describe 'OrganizationalUnitsApi' do
|
|
|
146
183
|
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
147
184
|
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
148
185
|
# @option opts [Boolean] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
149
|
-
# @option opts [
|
|
150
|
-
# @option opts [
|
|
151
|
-
# @option opts [
|
|
152
|
-
# @option opts [
|
|
186
|
+
# @option opts [Time] :min_create_time min (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
187
|
+
# @option opts [Time] :max_create_time max (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
188
|
+
# @option opts [Time] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
189
|
+
# @option opts [Time] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
153
190
|
# @option opts [String] :source_organizational_unit source organizational unit
|
|
154
191
|
# @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
|
|
155
192
|
# @option opts [String] :number number of the related object
|
|
@@ -177,6 +214,19 @@ describe 'OrganizationalUnitsApi' do
|
|
|
177
214
|
end
|
|
178
215
|
end
|
|
179
216
|
|
|
217
|
+
# unit tests for update_organizational_unit
|
|
218
|
+
# updates the organizational unit
|
|
219
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
220
|
+
# @param organizational_unit_id id of the related object (important: id should match the uuid-format)
|
|
221
|
+
# @param body the properties to update of the organizational unit
|
|
222
|
+
# @param [Hash] opts the optional parameters
|
|
223
|
+
# @return [nil]
|
|
224
|
+
describe 'update_organizational_unit test' do
|
|
225
|
+
it 'should work' do
|
|
226
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
227
|
+
end
|
|
228
|
+
end
|
|
229
|
+
|
|
180
230
|
# unit tests for update_organizational_unit_day_rating
|
|
181
231
|
# updates the day rating by its id or date
|
|
182
232
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
@@ -204,4 +254,17 @@ describe 'OrganizationalUnitsApi' do
|
|
|
204
254
|
end
|
|
205
255
|
end
|
|
206
256
|
|
|
257
|
+
# unit tests for update_organizational_units
|
|
258
|
+
# updates a batch of organizational units
|
|
259
|
+
# [number] must be set in the objects, otherwise the object cannot be updated
|
|
260
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
261
|
+
# @param body an array of existing organizational units
|
|
262
|
+
# @param [Hash] opts the optional parameters
|
|
263
|
+
# @return [Array<AddOrUpdateResult>]
|
|
264
|
+
describe 'update_organizational_units test' do
|
|
265
|
+
it 'should work' do
|
|
266
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
267
|
+
end
|
|
268
|
+
end
|
|
269
|
+
|
|
207
270
|
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.
|
|
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:
|
|
9
|
+
OpenAPI Generator version: 5.2.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,6 +32,43 @@ describe 'PaymentMethodsApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
+
# unit tests for add_payment_methods
|
|
36
|
+
# adds a batch of new payment methods
|
|
37
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
38
|
+
# @param body array of new payment methods
|
|
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_payment_methods 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_payment_method
|
|
49
|
+
# deletes the single payment method
|
|
50
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
51
|
+
# @param payment_method_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_payment_method 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_payment_methods
|
|
61
|
+
# deletes a batch of payment methods
|
|
62
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
63
|
+
# @param body array of existing payment methods (id or number required)
|
|
64
|
+
# @param [Hash] opts the optional parameters
|
|
65
|
+
# @return [Array<AddOrUpdateResult>]
|
|
66
|
+
describe 'delete_payment_methods 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_payment_method
|
|
36
73
|
# returns the single payment method
|
|
37
74
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
@@ -61,4 +98,31 @@ describe 'PaymentMethodsApi' do
|
|
|
61
98
|
end
|
|
62
99
|
end
|
|
63
100
|
|
|
101
|
+
# unit tests for update_payment_method
|
|
102
|
+
# updates the single payment method
|
|
103
|
+
# if [number] is set, the number of the object will change and the resource location as well
|
|
104
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
105
|
+
# @param payment_method_id id of the related object (important: id should match the uuid-format)
|
|
106
|
+
# @param body the properties to update of the payment method
|
|
107
|
+
# @param [Hash] opts the optional parameters
|
|
108
|
+
# @return [nil]
|
|
109
|
+
describe 'update_payment_method test' do
|
|
110
|
+
it 'should work' do
|
|
111
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
112
|
+
end
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# unit tests for update_payment_methods
|
|
116
|
+
# updates a batch of payment methods
|
|
117
|
+
# [number] must be set in the objects, otherwise the object cannot be updated
|
|
118
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
119
|
+
# @param body an array of existing payment methods
|
|
120
|
+
# @param [Hash] opts the optional parameters
|
|
121
|
+
# @return [Array<AddOrUpdateResult>]
|
|
122
|
+
describe 'update_payment_methods test' do
|
|
123
|
+
it 'should work' do
|
|
124
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
64
128
|
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.
|
|
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:
|
|
9
|
+
OpenAPI Generator version: 5.2.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -52,6 +52,7 @@ describe 'PointsOfSaleApi' do
|
|
|
52
52
|
# @param point_of_sale_id id of the related object (important: id should match the uuid-format)
|
|
53
53
|
# @param coupling_id the coupling-id of the device
|
|
54
54
|
# @param [Hash] opts the optional parameters
|
|
55
|
+
# @option opts [Boolean] :disable_receipt_number_prefix prevents setting a prefix at the receipt number
|
|
55
56
|
# @option opts [Array<Receipt>] :body the receipts to add
|
|
56
57
|
# @return [Array<AddOrUpdateResult>]
|
|
57
58
|
describe 'add_point_of_sale_receipts test' do
|
|
@@ -60,6 +61,19 @@ describe 'PointsOfSaleApi' do
|
|
|
60
61
|
end
|
|
61
62
|
end
|
|
62
63
|
|
|
64
|
+
# unit tests for add_points_of_sale
|
|
65
|
+
# adds a batch of new points of sale
|
|
66
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
67
|
+
# @param body array of new points of sale
|
|
68
|
+
# @param [Hash] opts the optional parameters
|
|
69
|
+
# @option opts [Boolean] :upsert when set to true, updates the object instead of generating a already-exists-error
|
|
70
|
+
# @return [Array<AddOrUpdateResult>]
|
|
71
|
+
describe 'add_points_of_sale test' do
|
|
72
|
+
it 'should work' do
|
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
63
77
|
# unit tests for get_point_of_sale
|
|
64
78
|
# returns the single point of sale
|
|
65
79
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
@@ -73,6 +87,23 @@ describe 'PointsOfSaleApi' do
|
|
|
73
87
|
end
|
|
74
88
|
end
|
|
75
89
|
|
|
90
|
+
# unit tests for get_point_of_sale_balances
|
|
91
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
92
|
+
# @param point_of_sale_id point of sale
|
|
93
|
+
# @param [Hash] opts the optional parameters
|
|
94
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
95
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
96
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
97
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
98
|
+
# @option opts [Integer] :z_count z-count of the pos balance
|
|
99
|
+
# @option opts [String] :cashier cashier id to filter by
|
|
100
|
+
# @return [ResultListPosBalance]
|
|
101
|
+
describe 'get_point_of_sale_balances test' do
|
|
102
|
+
it 'should work' do
|
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
|
|
76
107
|
# unit tests for get_point_of_sale_end_of_day_statements
|
|
77
108
|
# lists all point of sale-related end-of-day-statements
|
|
78
109
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
@@ -97,6 +128,7 @@ describe 'PointsOfSaleApi' do
|
|
|
97
128
|
# @param receipt_id the id of the receipt
|
|
98
129
|
# @param [Hash] opts the optional parameters
|
|
99
130
|
# @option opts [String] :coupling_id the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
|
131
|
+
# @option opts [Boolean] :voided_items when set to true, voided items will included in response
|
|
100
132
|
# @return [Receipt]
|
|
101
133
|
describe 'get_point_of_sale_receipt test' do
|
|
102
134
|
it 'should work' do
|
|
@@ -115,11 +147,12 @@ describe 'PointsOfSaleApi' do
|
|
|
115
147
|
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
116
148
|
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
117
149
|
# @option opts [Integer] :z_count z-count of the receipt
|
|
118
|
-
# @option opts [
|
|
119
|
-
# @option opts [
|
|
150
|
+
# @option opts [Time] :min_create_time min (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
151
|
+
# @option opts [Time] :max_create_time max (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
120
152
|
# @option opts [String] :number number of the related object
|
|
121
|
-
# @option opts [
|
|
122
|
-
# @option opts [
|
|
153
|
+
# @option opts [Time] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
154
|
+
# @option opts [Time] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
155
|
+
# @option opts [Boolean] :voided_items when set to true, voided items will included in response
|
|
123
156
|
# @return [ResultListReceipt]
|
|
124
157
|
describe 'get_point_of_sale_receipts test' do
|
|
125
158
|
it 'should work' do
|
|
@@ -147,7 +180,7 @@ describe 'PointsOfSaleApi' do
|
|
|
147
180
|
end
|
|
148
181
|
|
|
149
182
|
# unit tests for update_point_of_sale
|
|
150
|
-
# updates
|
|
183
|
+
# updates the point of sale
|
|
151
184
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
152
185
|
# @param point_of_sale_id id of the related object (important: id should match the uuid-format)
|
|
153
186
|
# @param body the properties to update of the point of sale ('couplingId' only)
|
|
@@ -161,4 +194,17 @@ describe 'PointsOfSaleApi' do
|
|
|
161
194
|
end
|
|
162
195
|
end
|
|
163
196
|
|
|
197
|
+
# unit tests for update_points_of_sale
|
|
198
|
+
# updates a batch of points of sale
|
|
199
|
+
# [number] must be set in the objects, otherwise the object cannot be updated
|
|
200
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
201
|
+
# @param body an array of existing points of sale
|
|
202
|
+
# @param [Hash] opts the optional parameters
|
|
203
|
+
# @return [Array<AddOrUpdateResult>]
|
|
204
|
+
describe 'update_points_of_sale test' do
|
|
205
|
+
it 'should work' do
|
|
206
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
207
|
+
end
|
|
208
|
+
end
|
|
209
|
+
|
|
164
210
|
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.
|
|
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:
|
|
9
|
+
OpenAPI Generator version: 5.2.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,6 +32,31 @@ describe 'PriceGroupsApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
+
# unit tests for add_price_groups
|
|
36
|
+
# adds a batch of new price groups
|
|
37
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
38
|
+
# @param body array of new price groups
|
|
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_price_groups 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_price_groups
|
|
49
|
+
# deletes a batch of price groups
|
|
50
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
51
|
+
# @param body array of existing price groups (id or number required)
|
|
52
|
+
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @return [Array<AddOrUpdateResult>]
|
|
54
|
+
describe 'delete_price_groups 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
|
+
|
|
35
60
|
# unit tests for get_price_group
|
|
36
61
|
# returns the single price group
|
|
37
62
|
# @param korona_account_id account id of the KORONA.cloud account
|
|
@@ -61,4 +86,16 @@ describe 'PriceGroupsApi' do
|
|
|
61
86
|
end
|
|
62
87
|
end
|
|
63
88
|
|
|
89
|
+
# unit tests for update_price_groups
|
|
90
|
+
# updates a batch of price groups
|
|
91
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
|
92
|
+
# @param body array of existing price groups (id or number required)
|
|
93
|
+
# @param [Hash] opts the optional parameters
|
|
94
|
+
# @return [Array<AddOrUpdateResult>]
|
|
95
|
+
describe 'update_price_groups test' do
|
|
96
|
+
it 'should work' do
|
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
|
|
64
101
|
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.
|
|
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:
|
|
9
|
+
OpenAPI Generator version: 5.2.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|