korona_client 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +171 -89
- data/config.json +6 -0
- data/docs/AccountTransaction.md +2 -0
- data/docs/AccountsApi.md +12 -12
- data/docs/AddOrUpdateResult.md +1 -0
- data/docs/AdditionalInfo.md +9 -0
- data/docs/AdditionalReceiptInfoType.md +22 -0
- data/docs/AdditionalReceiptInfoTypesApi.md +133 -0
- data/docs/AssortmentsApi.md +217 -48
- data/docs/Attendance.md +17 -0
- data/docs/Cashier.md +1 -0
- data/docs/CashiersApi.md +15 -13
- data/docs/Category.md +1 -0
- data/docs/CommodityGroupsApi.md +423 -0
- data/docs/CreationTask.md +17 -0
- data/docs/CurrenciesApi.md +15 -13
- data/docs/CustomerGroupsApi.md +15 -13
- data/docs/CustomerOrder.md +2 -2
- data/docs/CustomerOrdersApi.md +52 -46
- data/docs/CustomersApi.md +108 -45
- data/docs/DayTimePeriod.md +9 -0
- data/docs/DeliveryNote.md +22 -0
- data/docs/DeliveryNoteItem.md +14 -0
- data/docs/DeliveryNotesApi.md +316 -0
- data/docs/Deposit.md +12 -0
- data/docs/Discount.md +10 -0
- data/docs/EconomicZonesApi.md +15 -13
- data/docs/EndOfDayStatement.md +1 -1
- data/docs/Event.md +2 -0
- data/docs/ExternalSystemCall.md +20 -0
- data/docs/ExternalSystemCallsApi.md +423 -0
- data/docs/ImagesApi.md +8 -7
- data/docs/InfoTextsApi.md +15 -13
- data/docs/InventoriesApi.md +894 -0
- data/docs/KoronaAccount.md +1 -0
- data/docs/KoronaAccountApi.md +5 -5
- data/docs/MediaUrl.md +8 -0
- data/docs/OrganizationalUnit.md +1 -0
- data/docs/OrganizationalUnitsApi.md +108 -104
- data/docs/PaymentMethod.md +3 -0
- data/docs/PaymentMethodsApi.md +15 -13
- data/docs/PointsOfSaleApi.md +85 -74
- data/docs/Pos.md +5 -3
- data/docs/PriceGroupsApi.md +15 -13
- data/docs/Product.md +2 -0
- data/docs/ProductsApi.md +121 -58
- data/docs/Receipt.md +5 -1
- data/docs/ReceiptItem.md +3 -0
- data/docs/ReceiptsApi.md +20 -14
- data/docs/ResultListAdditionalReceiptInfoType.md +13 -0
- data/docs/ResultListAttendance.md +13 -0
- data/docs/ResultListCreationTask.md +13 -0
- data/docs/ResultListDeliveryNote.md +13 -0
- data/docs/ResultListExternalSystemCall.md +13 -0
- data/docs/ResultListTicket.md +13 -0
- data/docs/ResultListTimeTrackingEntity.md +13 -0
- data/docs/ResultListTimeTrackingEntry.md +13 -0
- data/docs/SalesTaxesApi.md +15 -13
- data/docs/Sector.md +1 -0
- data/docs/SectorRevenueAccountItem.md +9 -0
- data/docs/SectorsApi.md +15 -13
- data/docs/Signature.md +10 -0
- data/docs/StatisticsApi.md +28 -28
- data/docs/StockReceipt.md +1 -0
- data/docs/StockReceiptsApi.md +687 -0
- data/docs/SuppliersApi.md +15 -13
- data/docs/TagsApi.md +303 -13
- data/docs/Ticket.md +14 -0
- data/docs/TicketCreationApi.md +127 -0
- data/docs/TicketPersonalization.md +11 -0
- data/docs/TicketingApi.md +975 -76
- data/docs/TimeTrackingApi.md +388 -0
- data/docs/TimeTrackingEntity.md +13 -0
- data/docs/TimeTrackingEntry.md +14 -0
- data/docs/TotalPeriod.md +9 -0
- data/docs/Validity.md +11 -0
- data/korona_client-1.0.0.gem +0 -0
- data/korona_client.gemspec +7 -8
- data/lib/korona_client.rb +38 -5
- data/lib/korona_client/api/accounts_api.rb +24 -26
- data/lib/korona_client/api/additional_receipt_info_types_api.rb +155 -0
- data/lib/korona_client/api/assortments_api.rb +259 -82
- data/lib/korona_client/api/cashiers_api.rb +27 -26
- data/lib/korona_client/api/commodity_groups_api.rb +462 -0
- data/lib/korona_client/api/currencies_api.rb +27 -26
- data/lib/korona_client/api/customer_groups_api.rb +27 -26
- data/lib/korona_client/api/customer_orders_api.rb +78 -78
- data/lib/korona_client/api/customers_api.rb +137 -77
- data/lib/korona_client/api/delivery_notes_api.rb +354 -0
- data/lib/korona_client/api/economic_zones_api.rb +27 -26
- data/lib/korona_client/api/external_system_calls_api.rb +462 -0
- data/lib/korona_client/api/images_api.rb +16 -16
- data/lib/korona_client/api/info_texts_api.rb +27 -26
- data/lib/korona_client/api/inventories_api.rb +1014 -0
- data/lib/korona_client/api/korona_account_api.rb +11 -12
- data/lib/korona_client/api/organizational_units_api.rb +157 -162
- data/lib/korona_client/api/payment_methods_api.rb +27 -26
- data/lib/korona_client/api/points_of_sale_api.rb +127 -121
- data/lib/korona_client/api/price_groups_api.rb +27 -26
- data/lib/korona_client/api/products_api.rb +154 -95
- data/lib/korona_client/api/receipts_api.rb +27 -20
- data/lib/korona_client/api/sales_taxes_api.rb +27 -26
- data/lib/korona_client/api/sectors_api.rb +27 -26
- data/lib/korona_client/api/statistics_api.rb +32 -36
- data/lib/korona_client/api/stock_receipts_api.rb +769 -0
- data/lib/korona_client/api/suppliers_api.rb +27 -26
- data/lib/korona_client/api/tags_api.rb +326 -21
- data/lib/korona_client/api/ticket_creation_api.rb +149 -0
- data/lib/korona_client/api/ticketing_api.rb +1084 -132
- data/lib/korona_client/api/time_tracking_api.rb +425 -0
- data/lib/korona_client/api_client.rb +11 -11
- data/lib/korona_client/api_error.rb +3 -3
- data/lib/korona_client/configuration.rb +4 -4
- data/lib/korona_client/models/account.rb +11 -15
- data/lib/korona_client/models/account_summary.rb +8 -13
- data/lib/korona_client/models/account_transaction.rb +32 -15
- data/lib/korona_client/models/add_or_update_result.rb +24 -19
- data/lib/korona_client/models/additional_info.rb +192 -0
- data/lib/korona_client/models/additional_receipt_info_type.rb +319 -0
- data/lib/korona_client/models/address_information.rb +8 -13
- data/lib/korona_client/models/admission.rb +8 -13
- data/lib/korona_client/models/amount.rb +8 -13
- data/lib/korona_client/models/amount_count_data.rb +8 -13
- data/lib/korona_client/models/assortment.rb +8 -13
- data/lib/korona_client/models/attendance.rb +268 -0
- data/lib/korona_client/models/bad_request_error.rb +11 -15
- data/lib/korona_client/models/capacity.rb +8 -13
- data/lib/korona_client/models/cashier.rb +21 -16
- data/lib/korona_client/models/cashier_summary.rb +8 -13
- data/lib/korona_client/models/category.rb +19 -15
- data/lib/korona_client/models/cloud_subscription.rb +11 -15
- data/lib/korona_client/models/commodity_group.rb +8 -13
- data/lib/korona_client/models/commodity_group_summary.rb +8 -13
- data/lib/korona_client/models/company_identification.rb +8 -13
- data/lib/korona_client/models/creation_task.rb +298 -0
- data/lib/korona_client/models/currency.rb +8 -13
- data/lib/korona_client/models/currency_denomination.rb +11 -15
- data/lib/korona_client/models/currency_exchange_rate.rb +8 -13
- data/lib/korona_client/models/customer.rb +11 -15
- data/lib/korona_client/models/customer_card.rb +11 -15
- data/lib/korona_client/models/customer_data.rb +8 -13
- data/lib/korona_client/models/customer_group.rb +8 -13
- data/lib/korona_client/models/customer_group_summary.rb +8 -13
- data/lib/korona_client/models/customer_information.rb +8 -13
- data/lib/korona_client/models/customer_order.rb +28 -29
- data/lib/korona_client/models/day_rating.rb +8 -13
- data/lib/korona_client/models/day_time_period.rb +192 -0
- data/lib/korona_client/models/delivery_note.rb +316 -0
- data/lib/korona_client/models/delivery_note_item.rb +239 -0
- data/lib/korona_client/models/deposit.rb +219 -0
- data/lib/korona_client/models/device_information.rb +8 -13
- data/lib/korona_client/models/discount.rb +201 -0
- data/lib/korona_client/models/economic_zone.rb +8 -13
- data/lib/korona_client/models/end_of_day_statement.rb +15 -20
- data/lib/korona_client/models/end_of_day_statement_summary.rb +8 -13
- data/lib/korona_client/models/entry_gate.rb +8 -13
- data/lib/korona_client/models/event.rb +30 -15
- data/lib/korona_client/models/external_system_call.rb +295 -0
- data/lib/korona_client/models/forbidden_error.rb +11 -15
- data/lib/korona_client/models/geo_location.rb +8 -13
- data/lib/korona_client/models/info_text.rb +11 -15
- data/lib/korona_client/models/interval.rb +8 -13
- data/lib/korona_client/models/inventory.rb +14 -18
- data/lib/korona_client/models/inventory_list.rb +11 -15
- data/lib/korona_client/models/inventory_list_item.rb +8 -13
- data/lib/korona_client/models/inventory_list_item_stock.rb +8 -13
- data/lib/korona_client/models/korona_account.rb +41 -13
- data/lib/korona_client/models/media_url.rb +183 -0
- data/lib/korona_client/models/method_not_allowed_error.rb +11 -15
- data/lib/korona_client/models/model_reference.rb +8 -12
- data/lib/korona_client/models/not_found_error.rb +11 -15
- data/lib/korona_client/models/organizational_unit.rb +20 -16
- data/lib/korona_client/models/payment.rb +8 -13
- data/lib/korona_client/models/payment_method.rb +37 -15
- data/lib/korona_client/models/payment_summary.rb +8 -13
- data/lib/korona_client/models/period.rb +8 -13
- data/lib/korona_client/models/period_list_top_seller.rb +8 -13
- data/lib/korona_client/models/period_map_string_revenue_data.rb +8 -13
- data/lib/korona_client/models/period_object.rb +8 -13
- data/lib/korona_client/models/period_revenue_data.rb +8 -13
- data/lib/korona_client/models/pos.rb +31 -15
- data/lib/korona_client/models/price_group.rb +8 -13
- data/lib/korona_client/models/product.rb +35 -19
- data/lib/korona_client/models/product_code.rb +8 -13
- data/lib/korona_client/models/product_description.rb +11 -15
- data/lib/korona_client/models/product_price.rb +8 -13
- data/lib/korona_client/models/product_stock.rb +8 -13
- data/lib/korona_client/models/product_subproduct.rb +8 -13
- data/lib/korona_client/models/product_supplier_price.rb +8 -13
- data/lib/korona_client/models/product_transfer_involved_party_information.rb +8 -13
- data/lib/korona_client/models/product_transfer_involved_party_information_data.rb +8 -13
- data/lib/korona_client/models/rating.rb +8 -13
- data/lib/korona_client/models/receipt.rb +55 -20
- data/lib/korona_client/models/receipt_item.rb +40 -14
- data/lib/korona_client/models/result_list.rb +14 -19
- data/lib/korona_client/models/result_list_account.rb +14 -19
- data/lib/korona_client/models/result_list_additional_receipt_info_type.rb +268 -0
- data/lib/korona_client/models/result_list_assortment.rb +14 -19
- data/lib/korona_client/models/result_list_attendance.rb +268 -0
- data/lib/korona_client/models/result_list_cashier.rb +14 -19
- data/lib/korona_client/models/result_list_commodity_group.rb +14 -19
- data/lib/korona_client/models/result_list_creation_task.rb +268 -0
- data/lib/korona_client/models/result_list_currency.rb +14 -19
- data/lib/korona_client/models/result_list_customer.rb +14 -19
- data/lib/korona_client/models/result_list_customer_group.rb +14 -19
- data/lib/korona_client/models/result_list_customer_order.rb +14 -19
- data/lib/korona_client/models/result_list_day_rating.rb +14 -19
- data/lib/korona_client/models/result_list_delivery_note.rb +268 -0
- data/lib/korona_client/models/result_list_economic_zone.rb +14 -19
- data/lib/korona_client/models/result_list_end_of_day_statement.rb +14 -19
- data/lib/korona_client/models/result_list_entry_gate.rb +14 -19
- data/lib/korona_client/models/result_list_event.rb +14 -19
- data/lib/korona_client/models/result_list_external_system_call.rb +268 -0
- data/lib/korona_client/models/result_list_info_text.rb +14 -19
- data/lib/korona_client/models/result_list_inventory.rb +14 -19
- data/lib/korona_client/models/result_list_inventory_list.rb +14 -19
- data/lib/korona_client/models/result_list_inventory_list_item.rb +14 -19
- data/lib/korona_client/models/result_list_organizational_unit.rb +14 -19
- data/lib/korona_client/models/result_list_payment_method.rb +14 -19
- data/lib/korona_client/models/result_list_pos.rb +14 -19
- data/lib/korona_client/models/result_list_price_group.rb +14 -19
- data/lib/korona_client/models/result_list_product.rb +14 -19
- data/lib/korona_client/models/result_list_product_stock.rb +14 -19
- data/lib/korona_client/models/result_list_receipt.rb +14 -19
- data/lib/korona_client/models/result_list_sales_tax.rb +14 -19
- data/lib/korona_client/models/result_list_sector.rb +14 -19
- data/lib/korona_client/models/result_list_stock_receipt.rb +14 -19
- data/lib/korona_client/models/result_list_stock_receipt_item.rb +14 -19
- data/lib/korona_client/models/result_list_supplier.rb +14 -19
- data/lib/korona_client/models/result_list_tag.rb +14 -19
- data/lib/korona_client/models/result_list_ticket.rb +268 -0
- data/lib/korona_client/models/result_list_ticket_definition.rb +14 -19
- data/lib/korona_client/models/result_list_time_tracking_entity.rb +268 -0
- data/lib/korona_client/models/result_list_time_tracking_entry.rb +268 -0
- data/lib/korona_client/models/revenue_data.rb +8 -13
- data/lib/korona_client/models/sales_tax.rb +8 -13
- data/lib/korona_client/models/sales_tax_rate.rb +8 -13
- data/lib/korona_client/models/sector.rb +21 -15
- data/lib/korona_client/models/sector_revenue_account_item.rb +192 -0
- data/lib/korona_client/models/sector_sales_tax_item.rb +8 -13
- data/lib/korona_client/models/signature.rb +216 -0
- data/lib/korona_client/models/statistic.rb +8 -13
- data/lib/korona_client/models/statistic_list_top_seller.rb +8 -13
- data/lib/korona_client/models/statistic_map_string_revenue_data.rb +8 -13
- data/lib/korona_client/models/statistic_revenue_data.rb +8 -13
- data/lib/korona_client/models/stock_receipt.rb +21 -16
- data/lib/korona_client/models/stock_receipt_item.rb +8 -13
- data/lib/korona_client/models/stock_receipt_item_amount.rb +8 -13
- data/lib/korona_client/models/stock_receipt_item_identification.rb +8 -13
- data/lib/korona_client/models/stock_receipt_item_purchase_price.rb +8 -13
- data/lib/korona_client/models/supplier.rb +8 -13
- data/lib/korona_client/models/supplier_contact.rb +8 -13
- data/lib/korona_client/models/supplier_contact_person.rb +8 -13
- data/lib/korona_client/models/supplier_payment_information.rb +11 -15
- data/lib/korona_client/models/tag.rb +8 -13
- data/lib/korona_client/models/tax_payment.rb +8 -13
- data/lib/korona_client/models/tax_summary.rb +8 -13
- data/lib/korona_client/models/ticket.rb +237 -0
- data/lib/korona_client/models/ticket_definition.rb +8 -13
- data/lib/korona_client/models/ticket_personalization.rb +225 -0
- data/lib/korona_client/models/time_period.rb +8 -13
- data/lib/korona_client/models/time_tracking_entity.rb +232 -0
- data/lib/korona_client/models/time_tracking_entry.rb +240 -0
- data/lib/korona_client/models/too_many_requests_error.rb +11 -15
- data/lib/korona_client/models/top_seller.rb +8 -13
- data/lib/korona_client/models/total_period.rb +192 -0
- data/lib/korona_client/models/total_price.rb +10 -14
- data/lib/korona_client/models/validity.rb +236 -0
- data/lib/korona_client/models/weather.rb +11 -15
- data/lib/korona_client/version.rb +4 -4
- data/node_modules/.yarn-integrity +12 -0
- data/spec/api/additional_receipt_info_types_api_spec.rb +66 -0
- data/spec/api/commodity_groups_api_spec.rb +133 -0
- data/spec/api/delivery_notes_api_spec.rb +112 -0
- data/spec/api/external_system_calls_api_spec.rb +133 -0
- data/spec/api/inventories_api_spec.rb +253 -0
- data/spec/api/stock_receipts_api_spec.rb +201 -0
- data/spec/api/ticket_creation_api_spec.rb +63 -0
- data/spec/api/time_tracking_api_spec.rb +129 -0
- data/spec/models/additional_info_spec.rb +47 -0
- data/spec/models/additional_receipt_info_type_spec.rb +125 -0
- data/spec/models/attendance_spec.rb +95 -0
- data/spec/models/creation_task_spec.rb +99 -0
- data/spec/models/day_time_period_spec.rb +47 -0
- data/spec/models/delivery_note_item_spec.rb +77 -0
- data/spec/models/delivery_note_spec.rb +125 -0
- data/spec/models/deposit_spec.rb +65 -0
- data/spec/models/discount_spec.rb +53 -0
- data/spec/models/external_system_call_spec.rb +113 -0
- data/spec/models/media_url_spec.rb +41 -0
- data/spec/models/result_list_additional_receipt_info_type_spec.rb +71 -0
- data/spec/models/result_list_attendance_spec.rb +71 -0
- data/spec/models/result_list_creation_task_spec.rb +71 -0
- data/spec/models/result_list_delivery_note_spec.rb +71 -0
- data/spec/models/result_list_external_system_call_spec.rb +71 -0
- data/spec/models/result_list_ticket_spec.rb +71 -0
- data/spec/models/result_list_time_tracking_entity_spec.rb +71 -0
- data/spec/models/result_list_time_tracking_entry_spec.rb +71 -0
- data/spec/models/sector_revenue_account_item_spec.rb +47 -0
- data/spec/models/signature_spec.rb +53 -0
- data/spec/models/ticket_personalization_spec.rb +59 -0
- data/spec/models/ticket_spec.rb +77 -0
- data/spec/models/time_tracking_entity_spec.rb +71 -0
- data/spec/models/time_tracking_entry_spec.rb +77 -0
- data/spec/models/total_period_spec.rb +47 -0
- data/spec/models/validity_spec.rb +63 -0
- data/yarn.lock +4 -0
- metadata +162 -18
@@ -3,17 +3,16 @@
|
|
3
3
|
|
4
4
|
#Our api provides access to our cloud services
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
7
|
-
|
6
|
+
OpenAPI spec version: 2.11.21
|
7
|
+
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.8
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module KoronaClient
|
16
|
-
|
17
16
|
class CustomerGroup
|
18
17
|
# indicates whether the object is active for use or not
|
19
18
|
attr_accessor :active
|
@@ -31,7 +30,6 @@ module KoronaClient
|
|
31
30
|
|
32
31
|
attr_accessor :price_group
|
33
32
|
|
34
|
-
|
35
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
36
34
|
def self.attribute_map
|
37
35
|
{
|
@@ -62,7 +60,7 @@ module KoronaClient
|
|
62
60
|
return unless attributes.is_a?(Hash)
|
63
61
|
|
64
62
|
# convert string to symbol for hash key
|
65
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
63
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
66
64
|
|
67
65
|
if attributes.has_key?(:'active')
|
68
66
|
self.active = attributes[:'active']
|
@@ -87,20 +85,19 @@ module KoronaClient
|
|
87
85
|
if attributes.has_key?(:'priceGroup')
|
88
86
|
self.price_group = attributes[:'priceGroup']
|
89
87
|
end
|
90
|
-
|
91
88
|
end
|
92
89
|
|
93
90
|
# Show invalid properties with the reasons. Usually used together with valid?
|
94
91
|
# @return Array for valid properties with the reasons
|
95
92
|
def list_invalid_properties
|
96
93
|
invalid_properties = Array.new
|
97
|
-
|
94
|
+
invalid_properties
|
98
95
|
end
|
99
96
|
|
100
97
|
# Check to see if the all the properties in the model are valid
|
101
98
|
# @return true if the model is valid
|
102
99
|
def valid?
|
103
|
-
|
100
|
+
true
|
104
101
|
end
|
105
102
|
|
106
103
|
# Checks equality by comparing each attribute.
|
@@ -138,7 +135,7 @@ module KoronaClient
|
|
138
135
|
# check to ensure the input is an array given that the the attribute
|
139
136
|
# is documented as an array but the input is not
|
140
137
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
141
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
138
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
142
139
|
end
|
143
140
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
144
141
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -220,7 +217,7 @@ module KoronaClient
|
|
220
217
|
# @return [Hash] Returns the value in the form of hash
|
221
218
|
def _to_hash(value)
|
222
219
|
if value.is_a?(Array)
|
223
|
-
value.compact.map{ |v| _to_hash(v) }
|
220
|
+
value.compact.map { |v| _to_hash(v) }
|
224
221
|
elsif value.is_a?(Hash)
|
225
222
|
{}.tap do |hash|
|
226
223
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -231,7 +228,5 @@ module KoronaClient
|
|
231
228
|
value
|
232
229
|
end
|
233
230
|
end
|
234
|
-
|
235
231
|
end
|
236
|
-
|
237
232
|
end
|
@@ -3,17 +3,16 @@
|
|
3
3
|
|
4
4
|
#Our api provides access to our cloud services
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
7
|
-
|
6
|
+
OpenAPI spec version: 2.11.21
|
7
|
+
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.8
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module KoronaClient
|
16
|
-
|
17
16
|
class CustomerGroupSummary
|
18
17
|
attr_accessor :customer_group
|
19
18
|
|
@@ -23,7 +22,6 @@ module KoronaClient
|
|
23
22
|
|
24
23
|
attr_accessor :revenue
|
25
24
|
|
26
|
-
|
27
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
28
26
|
def self.attribute_map
|
29
27
|
{
|
@@ -50,7 +48,7 @@ module KoronaClient
|
|
50
48
|
return unless attributes.is_a?(Hash)
|
51
49
|
|
52
50
|
# convert string to symbol for hash key
|
53
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
51
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
54
52
|
|
55
53
|
if attributes.has_key?(:'customerGroup')
|
56
54
|
self.customer_group = attributes[:'customerGroup']
|
@@ -67,20 +65,19 @@ module KoronaClient
|
|
67
65
|
if attributes.has_key?(:'revenue')
|
68
66
|
self.revenue = attributes[:'revenue']
|
69
67
|
end
|
70
|
-
|
71
68
|
end
|
72
69
|
|
73
70
|
# Show invalid properties with the reasons. Usually used together with valid?
|
74
71
|
# @return Array for valid properties with the reasons
|
75
72
|
def list_invalid_properties
|
76
73
|
invalid_properties = Array.new
|
77
|
-
|
74
|
+
invalid_properties
|
78
75
|
end
|
79
76
|
|
80
77
|
# Check to see if the all the properties in the model are valid
|
81
78
|
# @return true if the model is valid
|
82
79
|
def valid?
|
83
|
-
|
80
|
+
true
|
84
81
|
end
|
85
82
|
|
86
83
|
# Checks equality by comparing each attribute.
|
@@ -116,7 +113,7 @@ module KoronaClient
|
|
116
113
|
# check to ensure the input is an array given that the the attribute
|
117
114
|
# is documented as an array but the input is not
|
118
115
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
119
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
116
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
120
117
|
end
|
121
118
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
122
119
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -198,7 +195,7 @@ module KoronaClient
|
|
198
195
|
# @return [Hash] Returns the value in the form of hash
|
199
196
|
def _to_hash(value)
|
200
197
|
if value.is_a?(Array)
|
201
|
-
value.compact.map{ |v| _to_hash(v) }
|
198
|
+
value.compact.map { |v| _to_hash(v) }
|
202
199
|
elsif value.is_a?(Hash)
|
203
200
|
{}.tap do |hash|
|
204
201
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -209,7 +206,5 @@ module KoronaClient
|
|
209
206
|
value
|
210
207
|
end
|
211
208
|
end
|
212
|
-
|
213
209
|
end
|
214
|
-
|
215
210
|
end
|
@@ -3,17 +3,16 @@
|
|
3
3
|
|
4
4
|
#Our api provides access to our cloud services
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
7
|
-
|
6
|
+
OpenAPI spec version: 2.11.21
|
7
|
+
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.8
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module KoronaClient
|
16
|
-
|
17
16
|
class CustomerInformation
|
18
17
|
attr_accessor :creator_name
|
19
18
|
|
@@ -21,7 +20,6 @@ module KoronaClient
|
|
21
20
|
|
22
21
|
attr_accessor :text
|
23
22
|
|
24
|
-
|
25
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
26
24
|
def self.attribute_map
|
27
25
|
{
|
@@ -46,7 +44,7 @@ module KoronaClient
|
|
46
44
|
return unless attributes.is_a?(Hash)
|
47
45
|
|
48
46
|
# convert string to symbol for hash key
|
49
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
47
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
50
48
|
|
51
49
|
if attributes.has_key?(:'creatorName')
|
52
50
|
self.creator_name = attributes[:'creatorName']
|
@@ -59,20 +57,19 @@ module KoronaClient
|
|
59
57
|
if attributes.has_key?(:'text')
|
60
58
|
self.text = attributes[:'text']
|
61
59
|
end
|
62
|
-
|
63
60
|
end
|
64
61
|
|
65
62
|
# Show invalid properties with the reasons. Usually used together with valid?
|
66
63
|
# @return Array for valid properties with the reasons
|
67
64
|
def list_invalid_properties
|
68
65
|
invalid_properties = Array.new
|
69
|
-
|
66
|
+
invalid_properties
|
70
67
|
end
|
71
68
|
|
72
69
|
# Check to see if the all the properties in the model are valid
|
73
70
|
# @return true if the model is valid
|
74
71
|
def valid?
|
75
|
-
|
72
|
+
true
|
76
73
|
end
|
77
74
|
|
78
75
|
# Checks equality by comparing each attribute.
|
@@ -107,7 +104,7 @@ module KoronaClient
|
|
107
104
|
# check to ensure the input is an array given that the the attribute
|
108
105
|
# is documented as an array but the input is not
|
109
106
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
110
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
107
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
111
108
|
end
|
112
109
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
113
110
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -189,7 +186,7 @@ module KoronaClient
|
|
189
186
|
# @return [Hash] Returns the value in the form of hash
|
190
187
|
def _to_hash(value)
|
191
188
|
if value.is_a?(Array)
|
192
|
-
value.compact.map{ |v| _to_hash(v) }
|
189
|
+
value.compact.map { |v| _to_hash(v) }
|
193
190
|
elsif value.is_a?(Hash)
|
194
191
|
{}.tap do |hash|
|
195
192
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -200,7 +197,5 @@ module KoronaClient
|
|
200
197
|
value
|
201
198
|
end
|
202
199
|
end
|
203
|
-
|
204
200
|
end
|
205
|
-
|
206
201
|
end
|
@@ -3,17 +3,16 @@
|
|
3
3
|
|
4
4
|
#Our api provides access to our cloud services
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
7
|
-
|
6
|
+
OpenAPI spec version: 2.11.21
|
7
|
+
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.8
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module KoronaClient
|
16
|
-
|
17
16
|
class CustomerOrder
|
18
17
|
# indicates whether the object is active for use or not
|
19
18
|
attr_accessor :active
|
@@ -39,12 +38,12 @@ module KoronaClient
|
|
39
38
|
|
40
39
|
attr_accessor :customer_data
|
41
40
|
|
42
|
-
attr_accessor :
|
43
|
-
|
44
|
-
attr_accessor :deposit_account
|
41
|
+
attr_accessor :deposits
|
45
42
|
|
46
43
|
attr_accessor :finish_time
|
47
44
|
|
45
|
+
attr_accessor :info_texts
|
46
|
+
|
48
47
|
attr_accessor :items
|
49
48
|
|
50
49
|
attr_accessor :organizational_unit
|
@@ -57,7 +56,6 @@ module KoronaClient
|
|
57
56
|
|
58
57
|
attr_accessor :warehouse
|
59
58
|
|
60
|
-
|
61
59
|
# Attribute mapping from ruby-style variable name to JSON key.
|
62
60
|
def self.attribute_map
|
63
61
|
{
|
@@ -71,9 +69,9 @@ module KoronaClient
|
|
71
69
|
:'create_time' => :'createTime',
|
72
70
|
:'customer' => :'customer',
|
73
71
|
:'customer_data' => :'customerData',
|
74
|
-
:'
|
75
|
-
:'deposit_account' => :'depositAccount',
|
72
|
+
:'deposits' => :'deposits',
|
76
73
|
:'finish_time' => :'finishTime',
|
74
|
+
:'info_texts' => :'infoTexts',
|
77
75
|
:'items' => :'items',
|
78
76
|
:'organizational_unit' => :'organizationalUnit',
|
79
77
|
:'pick_up_time' => :'pickUpTime',
|
@@ -96,9 +94,9 @@ module KoronaClient
|
|
96
94
|
:'create_time' => :'DateTime',
|
97
95
|
:'customer' => :'ModelReference',
|
98
96
|
:'customer_data' => :'CustomerData',
|
99
|
-
:'
|
100
|
-
:'deposit_account' => :'ModelReference',
|
97
|
+
:'deposits' => :'Array<Deposit>',
|
101
98
|
:'finish_time' => :'DateTime',
|
99
|
+
:'info_texts' => :'Array<String>',
|
102
100
|
:'items' => :'Array<ReceiptItem>',
|
103
101
|
:'organizational_unit' => :'ModelReference',
|
104
102
|
:'pick_up_time' => :'DateTime',
|
@@ -114,7 +112,7 @@ module KoronaClient
|
|
114
112
|
return unless attributes.is_a?(Hash)
|
115
113
|
|
116
114
|
# convert string to symbol for hash key
|
117
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
115
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
118
116
|
|
119
117
|
if attributes.has_key?(:'active')
|
120
118
|
self.active = attributes[:'active']
|
@@ -156,18 +154,22 @@ module KoronaClient
|
|
156
154
|
self.customer_data = attributes[:'customerData']
|
157
155
|
end
|
158
156
|
|
159
|
-
if attributes.has_key?(:'
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
if attributes.has_key?(:'depositAccount')
|
164
|
-
self.deposit_account = attributes[:'depositAccount']
|
157
|
+
if attributes.has_key?(:'deposits')
|
158
|
+
if (value = attributes[:'deposits']).is_a?(Array)
|
159
|
+
self.deposits = value
|
160
|
+
end
|
165
161
|
end
|
166
162
|
|
167
163
|
if attributes.has_key?(:'finishTime')
|
168
164
|
self.finish_time = attributes[:'finishTime']
|
169
165
|
end
|
170
166
|
|
167
|
+
if attributes.has_key?(:'infoTexts')
|
168
|
+
if (value = attributes[:'infoTexts']).is_a?(Array)
|
169
|
+
self.info_texts = value
|
170
|
+
end
|
171
|
+
end
|
172
|
+
|
171
173
|
if attributes.has_key?(:'items')
|
172
174
|
if (value = attributes[:'items']).is_a?(Array)
|
173
175
|
self.items = value
|
@@ -193,20 +195,19 @@ module KoronaClient
|
|
193
195
|
if attributes.has_key?(:'warehouse')
|
194
196
|
self.warehouse = attributes[:'warehouse']
|
195
197
|
end
|
196
|
-
|
197
198
|
end
|
198
199
|
|
199
200
|
# Show invalid properties with the reasons. Usually used together with valid?
|
200
201
|
# @return Array for valid properties with the reasons
|
201
202
|
def list_invalid_properties
|
202
203
|
invalid_properties = Array.new
|
203
|
-
|
204
|
+
invalid_properties
|
204
205
|
end
|
205
206
|
|
206
207
|
# Check to see if the all the properties in the model are valid
|
207
208
|
# @return true if the model is valid
|
208
209
|
def valid?
|
209
|
-
|
210
|
+
true
|
210
211
|
end
|
211
212
|
|
212
213
|
# Checks equality by comparing each attribute.
|
@@ -224,9 +225,9 @@ module KoronaClient
|
|
224
225
|
create_time == o.create_time &&
|
225
226
|
customer == o.customer &&
|
226
227
|
customer_data == o.customer_data &&
|
227
|
-
|
228
|
-
deposit_account == o.deposit_account &&
|
228
|
+
deposits == o.deposits &&
|
229
229
|
finish_time == o.finish_time &&
|
230
|
+
info_texts == o.info_texts &&
|
230
231
|
items == o.items &&
|
231
232
|
organizational_unit == o.organizational_unit &&
|
232
233
|
pick_up_time == o.pick_up_time &&
|
@@ -244,7 +245,7 @@ module KoronaClient
|
|
244
245
|
# Calculates hash code according to all attributes.
|
245
246
|
# @return [Fixnum] Hash code
|
246
247
|
def hash
|
247
|
-
[active, id, number, revision, booking_time, cashier, comment, create_time, customer, customer_data,
|
248
|
+
[active, id, number, revision, booking_time, cashier, comment, create_time, customer, customer_data, deposits, finish_time, info_texts, items, organizational_unit, pick_up_time, point_of_sale, ready_for_pick_up, warehouse].hash
|
248
249
|
end
|
249
250
|
|
250
251
|
# Builds the object from hash
|
@@ -257,7 +258,7 @@ module KoronaClient
|
|
257
258
|
# check to ensure the input is an array given that the the attribute
|
258
259
|
# is documented as an array but the input is not
|
259
260
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
260
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
261
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
261
262
|
end
|
262
263
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
263
264
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -339,7 +340,7 @@ module KoronaClient
|
|
339
340
|
# @return [Hash] Returns the value in the form of hash
|
340
341
|
def _to_hash(value)
|
341
342
|
if value.is_a?(Array)
|
342
|
-
value.compact.map{ |v| _to_hash(v) }
|
343
|
+
value.compact.map { |v| _to_hash(v) }
|
343
344
|
elsif value.is_a?(Hash)
|
344
345
|
{}.tap do |hash|
|
345
346
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -350,7 +351,5 @@ module KoronaClient
|
|
350
351
|
value
|
351
352
|
end
|
352
353
|
end
|
353
|
-
|
354
354
|
end
|
355
|
-
|
356
355
|
end
|
@@ -3,17 +3,16 @@
|
|
3
3
|
|
4
4
|
#Our api provides access to our cloud services
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
7
|
-
|
6
|
+
OpenAPI spec version: 2.11.21
|
7
|
+
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.8
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module KoronaClient
|
16
|
-
|
17
16
|
class DayRating
|
18
17
|
attr_accessor :cashier
|
19
18
|
|
@@ -35,7 +34,6 @@ module KoronaClient
|
|
35
34
|
|
36
35
|
attr_accessor :weather
|
37
36
|
|
38
|
-
|
39
37
|
# Attribute mapping from ruby-style variable name to JSON key.
|
40
38
|
def self.attribute_map
|
41
39
|
{
|
@@ -74,7 +72,7 @@ module KoronaClient
|
|
74
72
|
return unless attributes.is_a?(Hash)
|
75
73
|
|
76
74
|
# convert string to symbol for hash key
|
77
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
75
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
78
76
|
|
79
77
|
if attributes.has_key?(:'cashier')
|
80
78
|
self.cashier = attributes[:'cashier']
|
@@ -115,20 +113,19 @@ module KoronaClient
|
|
115
113
|
if attributes.has_key?(:'weather')
|
116
114
|
self.weather = attributes[:'weather']
|
117
115
|
end
|
118
|
-
|
119
116
|
end
|
120
117
|
|
121
118
|
# Show invalid properties with the reasons. Usually used together with valid?
|
122
119
|
# @return Array for valid properties with the reasons
|
123
120
|
def list_invalid_properties
|
124
121
|
invalid_properties = Array.new
|
125
|
-
|
122
|
+
invalid_properties
|
126
123
|
end
|
127
124
|
|
128
125
|
# Check to see if the all the properties in the model are valid
|
129
126
|
# @return true if the model is valid
|
130
127
|
def valid?
|
131
|
-
|
128
|
+
true
|
132
129
|
end
|
133
130
|
|
134
131
|
# Checks equality by comparing each attribute.
|
@@ -170,7 +167,7 @@ module KoronaClient
|
|
170
167
|
# check to ensure the input is an array given that the the attribute
|
171
168
|
# is documented as an array but the input is not
|
172
169
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
173
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
170
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
174
171
|
end
|
175
172
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
176
173
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -252,7 +249,7 @@ module KoronaClient
|
|
252
249
|
# @return [Hash] Returns the value in the form of hash
|
253
250
|
def _to_hash(value)
|
254
251
|
if value.is_a?(Array)
|
255
|
-
value.compact.map{ |v| _to_hash(v) }
|
252
|
+
value.compact.map { |v| _to_hash(v) }
|
256
253
|
elsif value.is_a?(Hash)
|
257
254
|
{}.tap do |hash|
|
258
255
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -263,7 +260,5 @@ module KoronaClient
|
|
263
260
|
value
|
264
261
|
end
|
265
262
|
end
|
266
|
-
|
267
263
|
end
|
268
|
-
|
269
264
|
end
|