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.
Files changed (309) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +171 -89
  3. data/config.json +6 -0
  4. data/docs/AccountTransaction.md +2 -0
  5. data/docs/AccountsApi.md +12 -12
  6. data/docs/AddOrUpdateResult.md +1 -0
  7. data/docs/AdditionalInfo.md +9 -0
  8. data/docs/AdditionalReceiptInfoType.md +22 -0
  9. data/docs/AdditionalReceiptInfoTypesApi.md +133 -0
  10. data/docs/AssortmentsApi.md +217 -48
  11. data/docs/Attendance.md +17 -0
  12. data/docs/Cashier.md +1 -0
  13. data/docs/CashiersApi.md +15 -13
  14. data/docs/Category.md +1 -0
  15. data/docs/CommodityGroupsApi.md +423 -0
  16. data/docs/CreationTask.md +17 -0
  17. data/docs/CurrenciesApi.md +15 -13
  18. data/docs/CustomerGroupsApi.md +15 -13
  19. data/docs/CustomerOrder.md +2 -2
  20. data/docs/CustomerOrdersApi.md +52 -46
  21. data/docs/CustomersApi.md +108 -45
  22. data/docs/DayTimePeriod.md +9 -0
  23. data/docs/DeliveryNote.md +22 -0
  24. data/docs/DeliveryNoteItem.md +14 -0
  25. data/docs/DeliveryNotesApi.md +316 -0
  26. data/docs/Deposit.md +12 -0
  27. data/docs/Discount.md +10 -0
  28. data/docs/EconomicZonesApi.md +15 -13
  29. data/docs/EndOfDayStatement.md +1 -1
  30. data/docs/Event.md +2 -0
  31. data/docs/ExternalSystemCall.md +20 -0
  32. data/docs/ExternalSystemCallsApi.md +423 -0
  33. data/docs/ImagesApi.md +8 -7
  34. data/docs/InfoTextsApi.md +15 -13
  35. data/docs/InventoriesApi.md +894 -0
  36. data/docs/KoronaAccount.md +1 -0
  37. data/docs/KoronaAccountApi.md +5 -5
  38. data/docs/MediaUrl.md +8 -0
  39. data/docs/OrganizationalUnit.md +1 -0
  40. data/docs/OrganizationalUnitsApi.md +108 -104
  41. data/docs/PaymentMethod.md +3 -0
  42. data/docs/PaymentMethodsApi.md +15 -13
  43. data/docs/PointsOfSaleApi.md +85 -74
  44. data/docs/Pos.md +5 -3
  45. data/docs/PriceGroupsApi.md +15 -13
  46. data/docs/Product.md +2 -0
  47. data/docs/ProductsApi.md +121 -58
  48. data/docs/Receipt.md +5 -1
  49. data/docs/ReceiptItem.md +3 -0
  50. data/docs/ReceiptsApi.md +20 -14
  51. data/docs/ResultListAdditionalReceiptInfoType.md +13 -0
  52. data/docs/ResultListAttendance.md +13 -0
  53. data/docs/ResultListCreationTask.md +13 -0
  54. data/docs/ResultListDeliveryNote.md +13 -0
  55. data/docs/ResultListExternalSystemCall.md +13 -0
  56. data/docs/ResultListTicket.md +13 -0
  57. data/docs/ResultListTimeTrackingEntity.md +13 -0
  58. data/docs/ResultListTimeTrackingEntry.md +13 -0
  59. data/docs/SalesTaxesApi.md +15 -13
  60. data/docs/Sector.md +1 -0
  61. data/docs/SectorRevenueAccountItem.md +9 -0
  62. data/docs/SectorsApi.md +15 -13
  63. data/docs/Signature.md +10 -0
  64. data/docs/StatisticsApi.md +28 -28
  65. data/docs/StockReceipt.md +1 -0
  66. data/docs/StockReceiptsApi.md +687 -0
  67. data/docs/SuppliersApi.md +15 -13
  68. data/docs/TagsApi.md +303 -13
  69. data/docs/Ticket.md +14 -0
  70. data/docs/TicketCreationApi.md +127 -0
  71. data/docs/TicketPersonalization.md +11 -0
  72. data/docs/TicketingApi.md +975 -76
  73. data/docs/TimeTrackingApi.md +388 -0
  74. data/docs/TimeTrackingEntity.md +13 -0
  75. data/docs/TimeTrackingEntry.md +14 -0
  76. data/docs/TotalPeriod.md +9 -0
  77. data/docs/Validity.md +11 -0
  78. data/korona_client-1.0.0.gem +0 -0
  79. data/korona_client.gemspec +7 -8
  80. data/lib/korona_client.rb +38 -5
  81. data/lib/korona_client/api/accounts_api.rb +24 -26
  82. data/lib/korona_client/api/additional_receipt_info_types_api.rb +155 -0
  83. data/lib/korona_client/api/assortments_api.rb +259 -82
  84. data/lib/korona_client/api/cashiers_api.rb +27 -26
  85. data/lib/korona_client/api/commodity_groups_api.rb +462 -0
  86. data/lib/korona_client/api/currencies_api.rb +27 -26
  87. data/lib/korona_client/api/customer_groups_api.rb +27 -26
  88. data/lib/korona_client/api/customer_orders_api.rb +78 -78
  89. data/lib/korona_client/api/customers_api.rb +137 -77
  90. data/lib/korona_client/api/delivery_notes_api.rb +354 -0
  91. data/lib/korona_client/api/economic_zones_api.rb +27 -26
  92. data/lib/korona_client/api/external_system_calls_api.rb +462 -0
  93. data/lib/korona_client/api/images_api.rb +16 -16
  94. data/lib/korona_client/api/info_texts_api.rb +27 -26
  95. data/lib/korona_client/api/inventories_api.rb +1014 -0
  96. data/lib/korona_client/api/korona_account_api.rb +11 -12
  97. data/lib/korona_client/api/organizational_units_api.rb +157 -162
  98. data/lib/korona_client/api/payment_methods_api.rb +27 -26
  99. data/lib/korona_client/api/points_of_sale_api.rb +127 -121
  100. data/lib/korona_client/api/price_groups_api.rb +27 -26
  101. data/lib/korona_client/api/products_api.rb +154 -95
  102. data/lib/korona_client/api/receipts_api.rb +27 -20
  103. data/lib/korona_client/api/sales_taxes_api.rb +27 -26
  104. data/lib/korona_client/api/sectors_api.rb +27 -26
  105. data/lib/korona_client/api/statistics_api.rb +32 -36
  106. data/lib/korona_client/api/stock_receipts_api.rb +769 -0
  107. data/lib/korona_client/api/suppliers_api.rb +27 -26
  108. data/lib/korona_client/api/tags_api.rb +326 -21
  109. data/lib/korona_client/api/ticket_creation_api.rb +149 -0
  110. data/lib/korona_client/api/ticketing_api.rb +1084 -132
  111. data/lib/korona_client/api/time_tracking_api.rb +425 -0
  112. data/lib/korona_client/api_client.rb +11 -11
  113. data/lib/korona_client/api_error.rb +3 -3
  114. data/lib/korona_client/configuration.rb +4 -4
  115. data/lib/korona_client/models/account.rb +11 -15
  116. data/lib/korona_client/models/account_summary.rb +8 -13
  117. data/lib/korona_client/models/account_transaction.rb +32 -15
  118. data/lib/korona_client/models/add_or_update_result.rb +24 -19
  119. data/lib/korona_client/models/additional_info.rb +192 -0
  120. data/lib/korona_client/models/additional_receipt_info_type.rb +319 -0
  121. data/lib/korona_client/models/address_information.rb +8 -13
  122. data/lib/korona_client/models/admission.rb +8 -13
  123. data/lib/korona_client/models/amount.rb +8 -13
  124. data/lib/korona_client/models/amount_count_data.rb +8 -13
  125. data/lib/korona_client/models/assortment.rb +8 -13
  126. data/lib/korona_client/models/attendance.rb +268 -0
  127. data/lib/korona_client/models/bad_request_error.rb +11 -15
  128. data/lib/korona_client/models/capacity.rb +8 -13
  129. data/lib/korona_client/models/cashier.rb +21 -16
  130. data/lib/korona_client/models/cashier_summary.rb +8 -13
  131. data/lib/korona_client/models/category.rb +19 -15
  132. data/lib/korona_client/models/cloud_subscription.rb +11 -15
  133. data/lib/korona_client/models/commodity_group.rb +8 -13
  134. data/lib/korona_client/models/commodity_group_summary.rb +8 -13
  135. data/lib/korona_client/models/company_identification.rb +8 -13
  136. data/lib/korona_client/models/creation_task.rb +298 -0
  137. data/lib/korona_client/models/currency.rb +8 -13
  138. data/lib/korona_client/models/currency_denomination.rb +11 -15
  139. data/lib/korona_client/models/currency_exchange_rate.rb +8 -13
  140. data/lib/korona_client/models/customer.rb +11 -15
  141. data/lib/korona_client/models/customer_card.rb +11 -15
  142. data/lib/korona_client/models/customer_data.rb +8 -13
  143. data/lib/korona_client/models/customer_group.rb +8 -13
  144. data/lib/korona_client/models/customer_group_summary.rb +8 -13
  145. data/lib/korona_client/models/customer_information.rb +8 -13
  146. data/lib/korona_client/models/customer_order.rb +28 -29
  147. data/lib/korona_client/models/day_rating.rb +8 -13
  148. data/lib/korona_client/models/day_time_period.rb +192 -0
  149. data/lib/korona_client/models/delivery_note.rb +316 -0
  150. data/lib/korona_client/models/delivery_note_item.rb +239 -0
  151. data/lib/korona_client/models/deposit.rb +219 -0
  152. data/lib/korona_client/models/device_information.rb +8 -13
  153. data/lib/korona_client/models/discount.rb +201 -0
  154. data/lib/korona_client/models/economic_zone.rb +8 -13
  155. data/lib/korona_client/models/end_of_day_statement.rb +15 -20
  156. data/lib/korona_client/models/end_of_day_statement_summary.rb +8 -13
  157. data/lib/korona_client/models/entry_gate.rb +8 -13
  158. data/lib/korona_client/models/event.rb +30 -15
  159. data/lib/korona_client/models/external_system_call.rb +295 -0
  160. data/lib/korona_client/models/forbidden_error.rb +11 -15
  161. data/lib/korona_client/models/geo_location.rb +8 -13
  162. data/lib/korona_client/models/info_text.rb +11 -15
  163. data/lib/korona_client/models/interval.rb +8 -13
  164. data/lib/korona_client/models/inventory.rb +14 -18
  165. data/lib/korona_client/models/inventory_list.rb +11 -15
  166. data/lib/korona_client/models/inventory_list_item.rb +8 -13
  167. data/lib/korona_client/models/inventory_list_item_stock.rb +8 -13
  168. data/lib/korona_client/models/korona_account.rb +41 -13
  169. data/lib/korona_client/models/media_url.rb +183 -0
  170. data/lib/korona_client/models/method_not_allowed_error.rb +11 -15
  171. data/lib/korona_client/models/model_reference.rb +8 -12
  172. data/lib/korona_client/models/not_found_error.rb +11 -15
  173. data/lib/korona_client/models/organizational_unit.rb +20 -16
  174. data/lib/korona_client/models/payment.rb +8 -13
  175. data/lib/korona_client/models/payment_method.rb +37 -15
  176. data/lib/korona_client/models/payment_summary.rb +8 -13
  177. data/lib/korona_client/models/period.rb +8 -13
  178. data/lib/korona_client/models/period_list_top_seller.rb +8 -13
  179. data/lib/korona_client/models/period_map_string_revenue_data.rb +8 -13
  180. data/lib/korona_client/models/period_object.rb +8 -13
  181. data/lib/korona_client/models/period_revenue_data.rb +8 -13
  182. data/lib/korona_client/models/pos.rb +31 -15
  183. data/lib/korona_client/models/price_group.rb +8 -13
  184. data/lib/korona_client/models/product.rb +35 -19
  185. data/lib/korona_client/models/product_code.rb +8 -13
  186. data/lib/korona_client/models/product_description.rb +11 -15
  187. data/lib/korona_client/models/product_price.rb +8 -13
  188. data/lib/korona_client/models/product_stock.rb +8 -13
  189. data/lib/korona_client/models/product_subproduct.rb +8 -13
  190. data/lib/korona_client/models/product_supplier_price.rb +8 -13
  191. data/lib/korona_client/models/product_transfer_involved_party_information.rb +8 -13
  192. data/lib/korona_client/models/product_transfer_involved_party_information_data.rb +8 -13
  193. data/lib/korona_client/models/rating.rb +8 -13
  194. data/lib/korona_client/models/receipt.rb +55 -20
  195. data/lib/korona_client/models/receipt_item.rb +40 -14
  196. data/lib/korona_client/models/result_list.rb +14 -19
  197. data/lib/korona_client/models/result_list_account.rb +14 -19
  198. data/lib/korona_client/models/result_list_additional_receipt_info_type.rb +268 -0
  199. data/lib/korona_client/models/result_list_assortment.rb +14 -19
  200. data/lib/korona_client/models/result_list_attendance.rb +268 -0
  201. data/lib/korona_client/models/result_list_cashier.rb +14 -19
  202. data/lib/korona_client/models/result_list_commodity_group.rb +14 -19
  203. data/lib/korona_client/models/result_list_creation_task.rb +268 -0
  204. data/lib/korona_client/models/result_list_currency.rb +14 -19
  205. data/lib/korona_client/models/result_list_customer.rb +14 -19
  206. data/lib/korona_client/models/result_list_customer_group.rb +14 -19
  207. data/lib/korona_client/models/result_list_customer_order.rb +14 -19
  208. data/lib/korona_client/models/result_list_day_rating.rb +14 -19
  209. data/lib/korona_client/models/result_list_delivery_note.rb +268 -0
  210. data/lib/korona_client/models/result_list_economic_zone.rb +14 -19
  211. data/lib/korona_client/models/result_list_end_of_day_statement.rb +14 -19
  212. data/lib/korona_client/models/result_list_entry_gate.rb +14 -19
  213. data/lib/korona_client/models/result_list_event.rb +14 -19
  214. data/lib/korona_client/models/result_list_external_system_call.rb +268 -0
  215. data/lib/korona_client/models/result_list_info_text.rb +14 -19
  216. data/lib/korona_client/models/result_list_inventory.rb +14 -19
  217. data/lib/korona_client/models/result_list_inventory_list.rb +14 -19
  218. data/lib/korona_client/models/result_list_inventory_list_item.rb +14 -19
  219. data/lib/korona_client/models/result_list_organizational_unit.rb +14 -19
  220. data/lib/korona_client/models/result_list_payment_method.rb +14 -19
  221. data/lib/korona_client/models/result_list_pos.rb +14 -19
  222. data/lib/korona_client/models/result_list_price_group.rb +14 -19
  223. data/lib/korona_client/models/result_list_product.rb +14 -19
  224. data/lib/korona_client/models/result_list_product_stock.rb +14 -19
  225. data/lib/korona_client/models/result_list_receipt.rb +14 -19
  226. data/lib/korona_client/models/result_list_sales_tax.rb +14 -19
  227. data/lib/korona_client/models/result_list_sector.rb +14 -19
  228. data/lib/korona_client/models/result_list_stock_receipt.rb +14 -19
  229. data/lib/korona_client/models/result_list_stock_receipt_item.rb +14 -19
  230. data/lib/korona_client/models/result_list_supplier.rb +14 -19
  231. data/lib/korona_client/models/result_list_tag.rb +14 -19
  232. data/lib/korona_client/models/result_list_ticket.rb +268 -0
  233. data/lib/korona_client/models/result_list_ticket_definition.rb +14 -19
  234. data/lib/korona_client/models/result_list_time_tracking_entity.rb +268 -0
  235. data/lib/korona_client/models/result_list_time_tracking_entry.rb +268 -0
  236. data/lib/korona_client/models/revenue_data.rb +8 -13
  237. data/lib/korona_client/models/sales_tax.rb +8 -13
  238. data/lib/korona_client/models/sales_tax_rate.rb +8 -13
  239. data/lib/korona_client/models/sector.rb +21 -15
  240. data/lib/korona_client/models/sector_revenue_account_item.rb +192 -0
  241. data/lib/korona_client/models/sector_sales_tax_item.rb +8 -13
  242. data/lib/korona_client/models/signature.rb +216 -0
  243. data/lib/korona_client/models/statistic.rb +8 -13
  244. data/lib/korona_client/models/statistic_list_top_seller.rb +8 -13
  245. data/lib/korona_client/models/statistic_map_string_revenue_data.rb +8 -13
  246. data/lib/korona_client/models/statistic_revenue_data.rb +8 -13
  247. data/lib/korona_client/models/stock_receipt.rb +21 -16
  248. data/lib/korona_client/models/stock_receipt_item.rb +8 -13
  249. data/lib/korona_client/models/stock_receipt_item_amount.rb +8 -13
  250. data/lib/korona_client/models/stock_receipt_item_identification.rb +8 -13
  251. data/lib/korona_client/models/stock_receipt_item_purchase_price.rb +8 -13
  252. data/lib/korona_client/models/supplier.rb +8 -13
  253. data/lib/korona_client/models/supplier_contact.rb +8 -13
  254. data/lib/korona_client/models/supplier_contact_person.rb +8 -13
  255. data/lib/korona_client/models/supplier_payment_information.rb +11 -15
  256. data/lib/korona_client/models/tag.rb +8 -13
  257. data/lib/korona_client/models/tax_payment.rb +8 -13
  258. data/lib/korona_client/models/tax_summary.rb +8 -13
  259. data/lib/korona_client/models/ticket.rb +237 -0
  260. data/lib/korona_client/models/ticket_definition.rb +8 -13
  261. data/lib/korona_client/models/ticket_personalization.rb +225 -0
  262. data/lib/korona_client/models/time_period.rb +8 -13
  263. data/lib/korona_client/models/time_tracking_entity.rb +232 -0
  264. data/lib/korona_client/models/time_tracking_entry.rb +240 -0
  265. data/lib/korona_client/models/too_many_requests_error.rb +11 -15
  266. data/lib/korona_client/models/top_seller.rb +8 -13
  267. data/lib/korona_client/models/total_period.rb +192 -0
  268. data/lib/korona_client/models/total_price.rb +10 -14
  269. data/lib/korona_client/models/validity.rb +236 -0
  270. data/lib/korona_client/models/weather.rb +11 -15
  271. data/lib/korona_client/version.rb +4 -4
  272. data/node_modules/.yarn-integrity +12 -0
  273. data/spec/api/additional_receipt_info_types_api_spec.rb +66 -0
  274. data/spec/api/commodity_groups_api_spec.rb +133 -0
  275. data/spec/api/delivery_notes_api_spec.rb +112 -0
  276. data/spec/api/external_system_calls_api_spec.rb +133 -0
  277. data/spec/api/inventories_api_spec.rb +253 -0
  278. data/spec/api/stock_receipts_api_spec.rb +201 -0
  279. data/spec/api/ticket_creation_api_spec.rb +63 -0
  280. data/spec/api/time_tracking_api_spec.rb +129 -0
  281. data/spec/models/additional_info_spec.rb +47 -0
  282. data/spec/models/additional_receipt_info_type_spec.rb +125 -0
  283. data/spec/models/attendance_spec.rb +95 -0
  284. data/spec/models/creation_task_spec.rb +99 -0
  285. data/spec/models/day_time_period_spec.rb +47 -0
  286. data/spec/models/delivery_note_item_spec.rb +77 -0
  287. data/spec/models/delivery_note_spec.rb +125 -0
  288. data/spec/models/deposit_spec.rb +65 -0
  289. data/spec/models/discount_spec.rb +53 -0
  290. data/spec/models/external_system_call_spec.rb +113 -0
  291. data/spec/models/media_url_spec.rb +41 -0
  292. data/spec/models/result_list_additional_receipt_info_type_spec.rb +71 -0
  293. data/spec/models/result_list_attendance_spec.rb +71 -0
  294. data/spec/models/result_list_creation_task_spec.rb +71 -0
  295. data/spec/models/result_list_delivery_note_spec.rb +71 -0
  296. data/spec/models/result_list_external_system_call_spec.rb +71 -0
  297. data/spec/models/result_list_ticket_spec.rb +71 -0
  298. data/spec/models/result_list_time_tracking_entity_spec.rb +71 -0
  299. data/spec/models/result_list_time_tracking_entry_spec.rb +71 -0
  300. data/spec/models/sector_revenue_account_item_spec.rb +47 -0
  301. data/spec/models/signature_spec.rb +53 -0
  302. data/spec/models/ticket_personalization_spec.rb +59 -0
  303. data/spec/models/ticket_spec.rb +77 -0
  304. data/spec/models/time_tracking_entity_spec.rb +71 -0
  305. data/spec/models/time_tracking_entry_spec.rb +77 -0
  306. data/spec/models/total_period_spec.rb +47 -0
  307. data/spec/models/validity_spec.rb +63 -0
  308. data/yarn.lock +4 -0
  309. metadata +162 -18
@@ -0,0 +1,133 @@
1
+ =begin
2
+ #KORONA.cloud API v3
3
+
4
+ #Our api provides access to our cloud services
5
+
6
+ OpenAPI spec version: 2.11.21
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.8
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for KoronaClient::CommodityGroupsApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'CommodityGroupsApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = KoronaClient::CommodityGroupsApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of CommodityGroupsApi' do
30
+ it 'should create an instance of CommodityGroupsApi' do
31
+ expect(@instance).to be_instance_of(KoronaClient::CommodityGroupsApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for add_commodity_groups
36
+ # adds a batch of new commodity groups
37
+ #
38
+ # @param korona_account_id account id of the KORONA.cloud account
39
+ # @param body an array of new commodity groups
40
+ # @param [Hash] opts the optional parameters
41
+ # @option opts [BOOLEAN] :upsert when set to true, updates the object instead of generating a already-exists-error
42
+ # @return [Array<AddOrUpdateResult>]
43
+ describe 'add_commodity_groups test' do
44
+ it 'should work' do
45
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
+ end
47
+ end
48
+
49
+ # unit tests for delete_commodity_group
50
+ # deletes the single commodity group
51
+ #
52
+ # @param korona_account_id account id of the KORONA.cloud account
53
+ # @param commodity_group_id id of the related object (important: id should match the uuid-format)
54
+ # @param [Hash] opts the optional parameters
55
+ # @return [nil]
56
+ describe 'delete_commodity_group test' do
57
+ it 'should work' do
58
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
+ end
60
+ end
61
+
62
+ # unit tests for delete_commodity_groups
63
+ # deletes a batch of commodity groups
64
+ #
65
+ # @param korona_account_id account id of the KORONA.cloud account
66
+ # @param body array of existing commodity groups (id or number required)
67
+ # @param [Hash] opts the optional parameters
68
+ # @return [Array<AddOrUpdateResult>]
69
+ describe 'delete_commodity_groups test' do
70
+ it 'should work' do
71
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
+ end
73
+ end
74
+
75
+ # unit tests for get_commodity_group
76
+ # returns the single commodity group
77
+ #
78
+ # @param korona_account_id account id of the KORONA.cloud account
79
+ # @param commodity_group_id id of the related object (important: id should match the uuid-format)
80
+ # @param [Hash] opts the optional parameters
81
+ # @return [CommodityGroup]
82
+ describe 'get_commodity_group test' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
88
+ # unit tests for get_commodity_groups
89
+ # lists all commodity groups
90
+ #
91
+ # @param korona_account_id account id of the KORONA.cloud account
92
+ # @param [Hash] opts the optional parameters
93
+ # @option opts [Integer] :page number of the page to fetch
94
+ # @option opts [Integer] :size amount of objects to return per page
95
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
96
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
97
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
98
+ # @option opts [String] :number number of the related object
99
+ # @return [ResultListCommodityGroup]
100
+ describe 'get_commodity_groups test' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ end
104
+ end
105
+
106
+ # unit tests for update_commodity_group
107
+ # updates the single commodity group
108
+ #
109
+ # @param korona_account_id account id of the KORONA.cloud account
110
+ # @param commodity_group_id id of the related object (important: id should match the uuid-format)
111
+ # @param body the properties to update of the commodity group
112
+ # @param [Hash] opts the optional parameters
113
+ # @return [nil]
114
+ describe 'update_commodity_group test' do
115
+ it 'should work' do
116
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
117
+ end
118
+ end
119
+
120
+ # unit tests for update_commodity_groups
121
+ # updates a batch of commodity groups
122
+ #
123
+ # @param korona_account_id account id of the KORONA.cloud account
124
+ # @param body array of existing commodity groups (id or number required)
125
+ # @param [Hash] opts the optional parameters
126
+ # @return [Array<AddOrUpdateResult>]
127
+ describe 'update_commodity_groups test' do
128
+ it 'should work' do
129
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
+ end
131
+ end
132
+
133
+ end
@@ -0,0 +1,112 @@
1
+ =begin
2
+ #KORONA.cloud API v3
3
+
4
+ #Our api provides access to our cloud services
5
+
6
+ OpenAPI spec version: 2.11.21
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.8
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for KoronaClient::DeliveryNotesApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'DeliveryNotesApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = KoronaClient::DeliveryNotesApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of DeliveryNotesApi' do
30
+ it 'should create an instance of DeliveryNotesApi' do
31
+ expect(@instance).to be_instance_of(KoronaClient::DeliveryNotesApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for add_delivery_notes
36
+ # adds delivery notes
37
+ #
38
+ # @param korona_account_id account id of the KORONA.cloud account
39
+ # @param body data to add
40
+ # @param [Hash] opts the optional parameters
41
+ # @return [Array<AddOrUpdateResult>]
42
+ describe 'add_delivery_notes 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 book_delivery_note
49
+ # book the single delivery note
50
+ #
51
+ # @param korona_account_id account id of the KORONA.cloud account
52
+ # @param delivery_note_id id of the related object (important: id should match the uuid-format)
53
+ # @param [Hash] opts the optional parameters
54
+ # @return [nil]
55
+ describe 'book_delivery_note 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 finalize_delivery_note
62
+ # finalize the single delivery note
63
+ #
64
+ # @param korona_account_id account id of the KORONA.cloud account
65
+ # @param delivery_note_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 'finalize_delivery_note test' do
69
+ it 'should work' do
70
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
+ end
72
+ end
73
+
74
+ # unit tests for get_delivery_note
75
+ # returns a single delivery note
76
+ #
77
+ # @param korona_account_id account id of the KORONA.cloud account
78
+ # @param delivery_note_id id of the related object (important: id should match the uuid-format)
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [DeliveryNote]
81
+ describe 'get_delivery_note test' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
+ end
85
+ end
86
+
87
+ # unit tests for get_delivery_notes
88
+ # lists all delivery notes
89
+ #
90
+ # @param korona_account_id account id of the KORONA.cloud account
91
+ # @param [Hash] opts the optional parameters
92
+ # @option opts [Integer] :page number of the page to fetch
93
+ # @option opts [Integer] :size amount of objects to return per page
94
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
95
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
96
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
97
+ # @option opts [DateTime] :min_delivery_time min (inclusive) delivery time of the receipt (ISO 8601; date, time and timezone)
98
+ # @option opts [DateTime] :max_delivery_time max (inclusive) delivery time of the receipt (ISO 8601; date, time and timezone)
99
+ # @option opts [DateTime] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
100
+ # @option opts [DateTime] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
101
+ # @option opts [String] :point_of_sale point of sale
102
+ # @option opts [String] :organizational_unit organizational unit
103
+ # @option opts [String] :customer customer id to filter by
104
+ # @option opts [String] :number number of the related object
105
+ # @return [ResultListDeliveryNote]
106
+ describe 'get_delivery_notes test' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
112
+ end
@@ -0,0 +1,133 @@
1
+ =begin
2
+ #KORONA.cloud API v3
3
+
4
+ #Our api provides access to our cloud services
5
+
6
+ OpenAPI spec version: 2.11.21
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.8
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for KoronaClient::ExternalSystemCallsApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'ExternalSystemCallsApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = KoronaClient::ExternalSystemCallsApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of ExternalSystemCallsApi' do
30
+ it 'should create an instance of ExternalSystemCallsApi' do
31
+ expect(@instance).to be_instance_of(KoronaClient::ExternalSystemCallsApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for add_external_system_calls
36
+ # adds a batch of new external system calls
37
+ #
38
+ # @param korona_account_id account id of the KORONA.cloud account
39
+ # @param body array of new external system calls
40
+ # @param [Hash] opts the optional parameters
41
+ # @option opts [BOOLEAN] :upsert when set to true, updates the object instead of generating a already-exists-error
42
+ # @return [Array<AddOrUpdateResult>]
43
+ describe 'add_external_system_calls test' do
44
+ it 'should work' do
45
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
+ end
47
+ end
48
+
49
+ # unit tests for delete_external_system_call
50
+ # deletes a single external system call
51
+ #
52
+ # @param korona_account_id account id of the KORONA.cloud account
53
+ # @param external_system_call_id id of the related object (important: id should match the uuid-format)
54
+ # @param [Hash] opts the optional parameters
55
+ # @return [nil]
56
+ describe 'delete_external_system_call test' do
57
+ it 'should work' do
58
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
+ end
60
+ end
61
+
62
+ # unit tests for delete_external_system_calls
63
+ # deletes a batch of external system calls
64
+ #
65
+ # @param korona_account_id account id of the KORONA.cloud account
66
+ # @param body array of existing external system calls (id or number required)
67
+ # @param [Hash] opts the optional parameters
68
+ # @return [Array<AddOrUpdateResult>]
69
+ describe 'delete_external_system_calls test' do
70
+ it 'should work' do
71
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
+ end
73
+ end
74
+
75
+ # unit tests for get_external_system_call
76
+ # returns a single external system call
77
+ #
78
+ # @param korona_account_id account id of the KORONA.cloud account
79
+ # @param external_system_call_id id of the related object (important: id should match the uuid-format)
80
+ # @param [Hash] opts the optional parameters
81
+ # @return [ExternalSystemCall]
82
+ describe 'get_external_system_call test' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
88
+ # unit tests for get_external_system_calls
89
+ # lists all external system calls
90
+ #
91
+ # @param korona_account_id account id of the KORONA.cloud account
92
+ # @param [Hash] opts the optional parameters
93
+ # @option opts [Integer] :page number of the page to fetch
94
+ # @option opts [Integer] :size amount of objects to return per page
95
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
96
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
97
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
98
+ # @option opts [String] :number number of the related object
99
+ # @return [ResultListExternalSystemCall]
100
+ describe 'get_external_system_calls test' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ end
104
+ end
105
+
106
+ # unit tests for update_external_system_call
107
+ # updates the single external system call
108
+ #
109
+ # @param korona_account_id account id of the KORONA.cloud account
110
+ # @param external_system_call_id id of the related object (important: id should match the uuid-format)
111
+ # @param body the properties to update of the external system call
112
+ # @param [Hash] opts the optional parameters
113
+ # @return [nil]
114
+ describe 'update_external_system_call test' do
115
+ it 'should work' do
116
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
117
+ end
118
+ end
119
+
120
+ # unit tests for update_external_system_calls
121
+ # updates a batch of external system calls
122
+ #
123
+ # @param korona_account_id account id of the KORONA.cloud account
124
+ # @param body array of existing external system calls (id or number required)
125
+ # @param [Hash] opts the optional parameters
126
+ # @return [Array<AddOrUpdateResult>]
127
+ describe 'update_external_system_calls test' do
128
+ it 'should work' do
129
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
+ end
131
+ end
132
+
133
+ end
@@ -0,0 +1,253 @@
1
+ =begin
2
+ #KORONA.cloud API v3
3
+
4
+ #Our api provides access to our cloud services
5
+
6
+ OpenAPI spec version: 2.11.21
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.8
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for KoronaClient::InventoriesApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'InventoriesApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = KoronaClient::InventoriesApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of InventoriesApi' do
30
+ it 'should create an instance of InventoriesApi' do
31
+ expect(@instance).to be_instance_of(KoronaClient::InventoriesApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for add_inventories
36
+ # adds a batch of new inventories
37
+ #
38
+ # @param korona_account_id account id of the KORONA.cloud account
39
+ # @param body an array of new inventories
40
+ # @param [Hash] opts the optional parameters
41
+ # @return [Array<AddOrUpdateResult>]
42
+ describe 'add_inventories 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 add_inventory_inventory_list_items
49
+ # adds inventory list items
50
+ #
51
+ # @param korona_account_id account id of the KORONA.cloud account
52
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
53
+ # @param inventory_list_id id of the related object (important: id should match the uuid-format)
54
+ # @param body data to update
55
+ # @param [Hash] opts the optional parameters
56
+ # @return [Array<AddOrUpdateResult>]
57
+ describe 'add_inventory_inventory_list_items test' do
58
+ it 'should work' do
59
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
+ end
61
+ end
62
+
63
+ # unit tests for delete_inventory
64
+ # deletes the single inventory (only allowed if hasBookedReceipts&#x3D;false)
65
+ #
66
+ # @param korona_account_id account id of the KORONA.cloud account
67
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
68
+ # @param [Hash] opts the optional parameters
69
+ # @return [nil]
70
+ describe 'delete_inventory test' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ # unit tests for delete_inventory_inventory_list_item
77
+ # deletes the single inventory list item
78
+ #
79
+ # @param korona_account_id account id of the KORONA.cloud account
80
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
81
+ # @param inventory_list_id id of the related object (important: id should match the uuid-format)
82
+ # @param product_id id of the related object (important: id should match the uuid-format)
83
+ # @param [Hash] opts the optional parameters
84
+ # @return [nil]
85
+ describe 'delete_inventory_inventory_list_item test' do
86
+ it 'should work' do
87
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
+ end
89
+ end
90
+
91
+ # unit tests for get_inventories
92
+ # lists all inventories
93
+ #
94
+ # @param korona_account_id account id of the KORONA.cloud account
95
+ # @param [Hash] opts the optional parameters
96
+ # @option opts [Integer] :page number of the page to fetch
97
+ # @option opts [Integer] :size amount of objects to return per page
98
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
99
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
100
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
101
+ # @option opts [String] :number number of the related object
102
+ # @return [ResultListInventory]
103
+ describe 'get_inventories test' do
104
+ it 'should work' do
105
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
+ end
107
+ end
108
+
109
+ # unit tests for get_inventory
110
+ # returns the single inventory
111
+ #
112
+ # @param korona_account_id account id of the KORONA.cloud account
113
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
114
+ # @param [Hash] opts the optional parameters
115
+ # @return [Inventory]
116
+ describe 'get_inventory test' do
117
+ it 'should work' do
118
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
119
+ end
120
+ end
121
+
122
+ # unit tests for get_inventory_inventory_list
123
+ # returns the single inventory list
124
+ #
125
+ # @param korona_account_id account id of the KORONA.cloud account
126
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
127
+ # @param inventory_list_id id of the related object (important: id should match the uuid-format)
128
+ # @param [Hash] opts the optional parameters
129
+ # @return [InventoryList]
130
+ describe 'get_inventory_inventory_list test' do
131
+ it 'should work' do
132
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
133
+ end
134
+ end
135
+
136
+ # unit tests for get_inventory_inventory_list_item
137
+ # returns the single inventory list item
138
+ #
139
+ # @param korona_account_id account id of the KORONA.cloud account
140
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
141
+ # @param inventory_list_id id of the related object (important: id should match the uuid-format)
142
+ # @param product_id id of the related object (important: id should match the uuid-format)
143
+ # @param [Hash] opts the optional parameters
144
+ # @return [InventoryListItem]
145
+ describe 'get_inventory_inventory_list_item test' do
146
+ it 'should work' do
147
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
+ end
149
+ end
150
+
151
+ # unit tests for get_inventory_inventory_list_items
152
+ # lists all inventory list items
153
+ #
154
+ # @param korona_account_id account id of the KORONA.cloud account
155
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
156
+ # @param inventory_list_id id of the related object (important: id should match the uuid-format)
157
+ # @param [Hash] opts the optional parameters
158
+ # @option opts [Integer] :page number of the page to fetch
159
+ # @option opts [Integer] :size amount of objects to return per page
160
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
161
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
162
+ # @return [ResultListInventoryListItem]
163
+ describe 'get_inventory_inventory_list_items test' do
164
+ it 'should work' do
165
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
166
+ end
167
+ end
168
+
169
+ # unit tests for get_inventory_inventory_lists
170
+ # lists all inventory lists
171
+ #
172
+ # @param korona_account_id account id of the KORONA.cloud account
173
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
174
+ # @param [Hash] opts the optional parameters
175
+ # @option opts [Integer] :page number of the page to fetch
176
+ # @option opts [Integer] :size amount of objects to return per page
177
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
178
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
179
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
180
+ # @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
181
+ # @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
182
+ # @option opts [DateTime] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
183
+ # @option opts [DateTime] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
184
+ # @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
185
+ # @option opts [String] :number number of the related object
186
+ # @return [ResultListInventoryList]
187
+ describe 'get_inventory_inventory_lists test' do
188
+ it 'should work' do
189
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
190
+ end
191
+ end
192
+
193
+ # unit tests for update_inventory
194
+ # updates the single inventory
195
+ #
196
+ # @param korona_account_id account id of the KORONA.cloud account
197
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
198
+ # @param body the properties to update of the inventory
199
+ # @param [Hash] opts the optional parameters
200
+ # @return [nil]
201
+ describe 'update_inventory test' do
202
+ it 'should work' do
203
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
204
+ end
205
+ end
206
+
207
+ # unit tests for update_inventory_inventory_list
208
+ # updates the single inventory list
209
+ #
210
+ # @param korona_account_id account id of the KORONA.cloud account
211
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
212
+ # @param inventory_list_id id of the related object (important: id should match the uuid-format)
213
+ # @param body data to update
214
+ # @param [Hash] opts the optional parameters
215
+ # @return [nil]
216
+ describe 'update_inventory_inventory_list test' do
217
+ it 'should work' do
218
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
219
+ end
220
+ end
221
+
222
+ # unit tests for update_inventory_inventory_list_item
223
+ # updates the single inventory list item
224
+ #
225
+ # @param korona_account_id account id of the KORONA.cloud account
226
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
227
+ # @param inventory_list_id id of the related object (important: id should match the uuid-format)
228
+ # @param product_id id of the related object (important: id should match the uuid-format)
229
+ # @param body data to update
230
+ # @param [Hash] opts the optional parameters
231
+ # @return [nil]
232
+ describe 'update_inventory_inventory_list_item test' do
233
+ it 'should work' do
234
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
235
+ end
236
+ end
237
+
238
+ # unit tests for update_inventory_inventory_list_items
239
+ # updates inventory list items (property [product] required))
240
+ #
241
+ # @param korona_account_id account id of the KORONA.cloud account
242
+ # @param inventory_id id of the related object (important: id should match the uuid-format)
243
+ # @param inventory_list_id id of the related object (important: id should match the uuid-format)
244
+ # @param body an array of inventory list items to update
245
+ # @param [Hash] opts the optional parameters
246
+ # @return [Array<AddOrUpdateResult>]
247
+ describe 'update_inventory_inventory_list_items test' do
248
+ it 'should work' do
249
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
250
+ end
251
+ end
252
+
253
+ end