Final commit.
This commit is contained in:
@ -1,44 +1,74 @@
|
||||
.gitignore
|
||||
.openapi-generator-ignore
|
||||
README.md
|
||||
analysis_options.yaml
|
||||
doc/Account.md
|
||||
doc/AccountsApi.md
|
||||
doc/Address.md
|
||||
doc/AdminApi.md
|
||||
doc/ApplyScansRequest.md
|
||||
doc/ApplyScansResponse.md
|
||||
doc/Article.md
|
||||
doc/AssignCarRequest.md
|
||||
doc/AttachmentsApi.md
|
||||
doc/AuditAction.md
|
||||
doc/CancelDeliveryRequest.md
|
||||
doc/Car.md
|
||||
doc/CarResponse.md
|
||||
doc/CarsApi.md
|
||||
doc/CarsList.md
|
||||
doc/CompleteDeliveryAcknowledgements.md
|
||||
doc/ContactChannel.md
|
||||
doc/ContactKind.md
|
||||
doc/ContactRole.md
|
||||
doc/ContactSource.md
|
||||
doc/CreateCarRequest.md
|
||||
doc/CreateDeliveryNoteRequest.md
|
||||
doc/CreatePaymentMethodRequest.md
|
||||
doc/CreateServiceRequest.md
|
||||
doc/CreditAction.md
|
||||
doc/Customer.md
|
||||
doc/CustomerContact.md
|
||||
doc/DeliveredBelegnummernResponse.md
|
||||
doc/DeliveriesApi.md
|
||||
doc/Delivery.md
|
||||
doc/DeliveryCredit.md
|
||||
doc/DeliveryCreditEventRequest.md
|
||||
doc/DeliveryCreditResponse.md
|
||||
doc/DeliveryItem.md
|
||||
doc/DeliveryNote.md
|
||||
doc/DeliveryNoteResponse.md
|
||||
doc/DeliveryOrderEntry.md
|
||||
doc/DeliveryResponse.md
|
||||
doc/DeliveryServiceResponse.md
|
||||
doc/DeliveryServiceValue.md
|
||||
doc/DeliveryState.md
|
||||
doc/DeliveryWithItems.md
|
||||
doc/HealthApi.md
|
||||
doc/HoldDeliveryRequest.md
|
||||
doc/ImportSummary.md
|
||||
doc/MarkMailSentRequest.md
|
||||
doc/MarkMailSentResponse.md
|
||||
doc/PaymentMethod.md
|
||||
doc/PaymentMethodResponse.md
|
||||
doc/PaymentMethodsApi.md
|
||||
doc/PaymentMethodsList.md
|
||||
doc/ScanEvent.md
|
||||
doc/ScanResult.md
|
||||
doc/ScanResultStatus.md
|
||||
doc/ScanState.md
|
||||
doc/ScanStatus.md
|
||||
doc/ScansApi.md
|
||||
doc/Service.md
|
||||
doc/ServiceKind.md
|
||||
doc/ServiceResponse.md
|
||||
doc/ServicesApi.md
|
||||
doc/ServicesList.md
|
||||
doc/SetDeliveryOrderRequest.md
|
||||
doc/SetDeliveryOrderResponse.md
|
||||
doc/SetDeliveryServiceRequest.md
|
||||
doc/SyncApi.md
|
||||
doc/SyncContactChannel.md
|
||||
doc/SyncContactSource.md
|
||||
doc/SyncDelivery.md
|
||||
doc/SyncDeliveryItem.md
|
||||
doc/SyncTourRequest.md
|
||||
@ -49,14 +79,21 @@ doc/TourSummary.md
|
||||
doc/TourSummaryList.md
|
||||
doc/ToursApi.md
|
||||
doc/UpdateCarRequest.md
|
||||
doc/UpdateDeliveryNoteRequest.md
|
||||
doc/UpdatePaymentMethodRequest.md
|
||||
doc/UpdateServiceRequest.md
|
||||
doc/Warehouse.md
|
||||
lib/holzleitner_api.dart
|
||||
lib/src/api.dart
|
||||
lib/src/api/accounts_api.dart
|
||||
lib/src/api/admin_api.dart
|
||||
lib/src/api/attachments_api.dart
|
||||
lib/src/api/cars_api.dart
|
||||
lib/src/api/deliveries_api.dart
|
||||
lib/src/api/health_api.dart
|
||||
lib/src/api/payment_methods_api.dart
|
||||
lib/src/api/scans_api.dart
|
||||
lib/src/api/services_api.dart
|
||||
lib/src/api/sync_api.dart
|
||||
lib/src/api/tours_api.dart
|
||||
lib/src/api_util.dart
|
||||
@ -77,27 +114,54 @@ lib/src/model/cancel_delivery_request.dart
|
||||
lib/src/model/car.dart
|
||||
lib/src/model/car_response.dart
|
||||
lib/src/model/cars_list.dart
|
||||
lib/src/model/complete_delivery_acknowledgements.dart
|
||||
lib/src/model/contact_channel.dart
|
||||
lib/src/model/contact_kind.dart
|
||||
lib/src/model/contact_role.dart
|
||||
lib/src/model/contact_source.dart
|
||||
lib/src/model/create_car_request.dart
|
||||
lib/src/model/create_delivery_note_request.dart
|
||||
lib/src/model/create_payment_method_request.dart
|
||||
lib/src/model/create_service_request.dart
|
||||
lib/src/model/credit_action.dart
|
||||
lib/src/model/customer.dart
|
||||
lib/src/model/customer_contact.dart
|
||||
lib/src/model/date.dart
|
||||
lib/src/model/delivered_belegnummern_response.dart
|
||||
lib/src/model/delivery.dart
|
||||
lib/src/model/delivery_credit.dart
|
||||
lib/src/model/delivery_credit_event_request.dart
|
||||
lib/src/model/delivery_credit_response.dart
|
||||
lib/src/model/delivery_item.dart
|
||||
lib/src/model/delivery_note.dart
|
||||
lib/src/model/delivery_note_response.dart
|
||||
lib/src/model/delivery_order_entry.dart
|
||||
lib/src/model/delivery_response.dart
|
||||
lib/src/model/delivery_service_response.dart
|
||||
lib/src/model/delivery_service_value.dart
|
||||
lib/src/model/delivery_state.dart
|
||||
lib/src/model/delivery_with_items.dart
|
||||
lib/src/model/hold_delivery_request.dart
|
||||
lib/src/model/import_summary.dart
|
||||
lib/src/model/mark_mail_sent_request.dart
|
||||
lib/src/model/mark_mail_sent_response.dart
|
||||
lib/src/model/payment_method.dart
|
||||
lib/src/model/payment_method_response.dart
|
||||
lib/src/model/payment_methods_list.dart
|
||||
lib/src/model/scan_event.dart
|
||||
lib/src/model/scan_result.dart
|
||||
lib/src/model/scan_result_status.dart
|
||||
lib/src/model/scan_state.dart
|
||||
lib/src/model/scan_status.dart
|
||||
lib/src/model/service.dart
|
||||
lib/src/model/service_kind.dart
|
||||
lib/src/model/service_response.dart
|
||||
lib/src/model/services_list.dart
|
||||
lib/src/model/set_delivery_order_request.dart
|
||||
lib/src/model/set_delivery_order_response.dart
|
||||
lib/src/model/set_delivery_service_request.dart
|
||||
lib/src/model/sync_contact_channel.dart
|
||||
lib/src/model/sync_contact_source.dart
|
||||
lib/src/model/sync_delivery.dart
|
||||
lib/src/model/sync_delivery_item.dart
|
||||
lib/src/model/sync_tour_request.dart
|
||||
@ -107,54 +171,18 @@ lib/src/model/tour_details.dart
|
||||
lib/src/model/tour_summary.dart
|
||||
lib/src/model/tour_summary_list.dart
|
||||
lib/src/model/update_car_request.dart
|
||||
lib/src/model/update_delivery_note_request.dart
|
||||
lib/src/model/update_payment_method_request.dart
|
||||
lib/src/model/update_service_request.dart
|
||||
lib/src/model/warehouse.dart
|
||||
lib/src/serializers.dart
|
||||
pubspec.yaml
|
||||
test/account_test.dart
|
||||
test/accounts_api_test.dart
|
||||
test/address_test.dart
|
||||
test/apply_scans_request_test.dart
|
||||
test/apply_scans_response_test.dart
|
||||
test/article_test.dart
|
||||
test/assign_car_request_test.dart
|
||||
test/audit_action_test.dart
|
||||
test/cancel_delivery_request_test.dart
|
||||
test/car_response_test.dart
|
||||
test/car_test.dart
|
||||
test/cars_api_test.dart
|
||||
test/cars_list_test.dart
|
||||
test/create_car_request_test.dart
|
||||
test/create_delivery_note_request_test.dart
|
||||
test/customer_contact_test.dart
|
||||
test/customer_test.dart
|
||||
test/deliveries_api_test.dart
|
||||
test/delivery_item_test.dart
|
||||
test/delivery_note_response_test.dart
|
||||
test/delivery_note_test.dart
|
||||
test/delivery_order_entry_test.dart
|
||||
test/delivery_response_test.dart
|
||||
test/delivery_state_test.dart
|
||||
test/delivery_test.dart
|
||||
test/delivery_with_items_test.dart
|
||||
test/health_api_test.dart
|
||||
test/hold_delivery_request_test.dart
|
||||
test/scan_event_test.dart
|
||||
test/scan_result_status_test.dart
|
||||
test/scan_result_test.dart
|
||||
test/scan_state_test.dart
|
||||
test/scan_status_test.dart
|
||||
test/scans_api_test.dart
|
||||
test/set_delivery_order_request_test.dart
|
||||
test/set_delivery_order_response_test.dart
|
||||
test/sync_api_test.dart
|
||||
test/sync_delivery_item_test.dart
|
||||
test/sync_delivery_test.dart
|
||||
test/sync_tour_request_test.dart
|
||||
test/sync_tour_response_test.dart
|
||||
test/tour_details_test.dart
|
||||
test/tour_summary_list_test.dart
|
||||
test/tour_summary_test.dart
|
||||
test/tour_test.dart
|
||||
test/tours_api_test.dart
|
||||
test/update_car_request_test.dart
|
||||
test/warehouse_test.dart
|
||||
test/contact_channel_test.dart
|
||||
test/contact_kind_test.dart
|
||||
test/contact_role_test.dart
|
||||
test/contact_source_test.dart
|
||||
test/delivered_belegnummern_response_test.dart
|
||||
test/mark_mail_sent_request_test.dart
|
||||
test/mark_mail_sent_response_test.dart
|
||||
test/sync_contact_channel_test.dart
|
||||
test/sync_contact_source_test.dart
|
||||
|
||||
Reference in New Issue
Block a user