|
1 | 1 | .github/workflows/python.yml |
2 | 2 | .gitignore |
3 | 3 | .gitlab-ci.yml |
4 | | -.openapi-generator-ignore |
5 | 4 | .travis.yml |
6 | 5 | README.md |
7 | 6 | docs/ActivateSessionRequest.md |
@@ -113,7 +112,6 @@ docs/MonitoredItemModifyResult.md |
113 | 112 | docs/MonitoredItemNotification.md |
114 | 113 | docs/MonitoringMode.md |
115 | 114 | docs/MonitoringParameters.md |
116 | | -docs/NetworkAddressDataType.md |
117 | 115 | docs/NodeClass.md |
118 | 116 | docs/NotificationMessage.md |
119 | 117 | docs/PerformUpdateType.md |
@@ -304,7 +302,6 @@ opcua_webapi/models/monitored_item_modify_result.py |
304 | 302 | opcua_webapi/models/monitored_item_notification.py |
305 | 303 | opcua_webapi/models/monitoring_mode.py |
306 | 304 | opcua_webapi/models/monitoring_parameters.py |
307 | | -opcua_webapi/models/network_address_data_type.py |
308 | 305 | opcua_webapi/models/node_class.py |
309 | 306 | opcua_webapi/models/notification_message.py |
310 | 307 | opcua_webapi/models/perform_update_type.py |
@@ -386,187 +383,4 @@ setup.cfg |
386 | 383 | setup.py |
387 | 384 | test-requirements.txt |
388 | 385 | test/__init__.py |
389 | | -test/test_activate_session_request.py |
390 | | -test/test_activate_session_response.py |
391 | | -test/test_aggregate_configuration.py |
392 | | -test/test_aggregate_filter.py |
393 | | -test/test_aggregate_filter_result.py |
394 | | -test/test_application_description.py |
395 | | -test/test_application_type.py |
396 | | -test/test_argument.py |
397 | | -test/test_attribute_operand.py |
398 | | -test/test_broker_connection_transport_data_type.py |
399 | | -test/test_broker_data_set_reader_transport_data_type.py |
400 | | -test/test_broker_data_set_writer_transport_data_type.py |
401 | | -test/test_broker_transport_quality_of_service.py |
402 | | -test/test_broker_writer_group_transport_data_type.py |
403 | | -test/test_browse_description.py |
404 | | -test/test_browse_direction.py |
405 | | -test/test_browse_next_request.py |
406 | | -test/test_browse_next_response.py |
407 | | -test/test_browse_path.py |
408 | | -test/test_browse_path_result.py |
409 | | -test/test_browse_path_target.py |
410 | | -test/test_browse_request.py |
411 | | -test/test_browse_response.py |
412 | | -test/test_browse_result.py |
413 | | -test/test_call_method_request.py |
414 | | -test/test_call_method_result.py |
415 | | -test/test_call_request.py |
416 | | -test/test_call_response.py |
417 | | -test/test_cancel_request.py |
418 | | -test/test_cancel_response.py |
419 | | -test/test_close_session_request.py |
420 | | -test/test_close_session_response.py |
421 | | -test/test_configuration_version_data_type.py |
422 | | -test/test_content_filter.py |
423 | | -test/test_content_filter_element.py |
424 | | -test/test_content_filter_element_result.py |
425 | | -test/test_content_filter_result.py |
426 | | -test/test_create_monitored_items_request.py |
427 | | -test/test_create_monitored_items_response.py |
428 | | -test/test_create_session_request.py |
429 | | -test/test_create_session_response.py |
430 | | -test/test_create_subscription_request.py |
431 | | -test/test_create_subscription_response.py |
432 | | -test/test_data_change_filter.py |
433 | | -test/test_data_change_notification.py |
434 | | -test/test_data_change_trigger.py |
435 | | -test/test_data_set_meta_data_type.py |
436 | | -test/test_data_set_reader_data_type.py |
437 | | -test/test_data_set_writer_data_type.py |
438 | | -test/test_data_type_description.py |
439 | | -test/test_data_type_schema_header.py |
440 | | -test/test_data_value.py |
441 | | -test/test_decimal.py |
442 | | -test/test_default_api.py |
443 | | -test/test_delete_monitored_items_request.py |
444 | | -test/test_delete_monitored_items_response.py |
445 | | -test/test_delete_subscriptions_request.py |
446 | | -test/test_delete_subscriptions_response.py |
447 | | -test/test_diagnostic_info.py |
448 | | -test/test_element_operand.py |
449 | | -test/test_endpoint_description.py |
450 | | -test/test_enum_definition.py |
451 | | -test/test_enum_description.py |
452 | | -test/test_enum_field.py |
453 | | -test/test_enum_value_type.py |
454 | | -test/test_eu_information.py |
455 | | -test/test_event_field_list.py |
456 | | -test/test_event_filter.py |
457 | | -test/test_event_filter_result.py |
458 | | -test/test_event_notification_list.py |
459 | | -test/test_extension_object.py |
460 | | -test/test_field_meta_data.py |
461 | | -test/test_filter_operator.py |
462 | | -test/test_find_servers_request.py |
463 | | -test/test_find_servers_response.py |
464 | | -test/test_get_endpoints_request.py |
465 | | -test/test_get_endpoints_response.py |
466 | | -test/test_history_data.py |
467 | | -test/test_history_event.py |
468 | | -test/test_history_event_field_list.py |
469 | | -test/test_history_modified_data.py |
470 | | -test/test_history_read_request.py |
471 | | -test/test_history_read_response.py |
472 | | -test/test_history_read_result.py |
473 | | -test/test_history_read_value_id.py |
474 | | -test/test_history_update_request.py |
475 | | -test/test_history_update_response.py |
476 | | -test/test_history_update_result.py |
477 | | -test/test_history_update_type.py |
478 | | -test/test_issued_identity_token.py |
479 | | -test/test_json_data_set_reader_message_data_type.py |
480 | | -test/test_json_data_set_writer_message_data_type.py |
481 | | -test/test_json_writer_group_message_data_type.py |
482 | | -test/test_key_value_pair.py |
483 | | -test/test_literal_operand.py |
484 | | -test/test_localized_text.py |
485 | | -test/test_message_security_mode.py |
486 | | -test/test_modification_info.py |
487 | | -test/test_modify_monitored_items_request.py |
488 | | -test/test_modify_monitored_items_response.py |
489 | | -test/test_modify_subscription_request.py |
490 | | -test/test_modify_subscription_response.py |
491 | | -test/test_monitored_item_create_request.py |
492 | | -test/test_monitored_item_create_result.py |
493 | | -test/test_monitored_item_modify_request.py |
494 | | -test/test_monitored_item_modify_result.py |
495 | | -test/test_monitored_item_notification.py |
496 | | -test/test_monitoring_mode.py |
497 | | -test/test_monitoring_parameters.py |
498 | | -test/test_network_address_data_type.py |
499 | | -test/test_node_class.py |
500 | | -test/test_notification_message.py |
501 | | -test/test_perform_update_type.py |
502 | | -test/test_pub_sub_configuration2_data_type.py |
503 | | -test/test_pub_sub_configuration_data_type.py |
504 | | -test/test_pub_sub_connection_data_type.py |
505 | | -test/test_pub_sub_group_data_type.py |
506 | | -test/test_pub_sub_key_push_target_data_type.py |
507 | | -test/test_pub_sub_state.py |
508 | | -test/test_publish_request.py |
509 | | -test/test_publish_response.py |
510 | | -test/test_published_data_set_data_type.py |
511 | | -test/test_range.py |
512 | | -test/test_read_annotation_data_details.py |
513 | | -test/test_read_at_time_details.py |
514 | | -test/test_read_event_details.py |
515 | | -test/test_read_event_details2.py |
516 | | -test/test_read_processed_details.py |
517 | | -test/test_read_raw_modified_details.py |
518 | | -test/test_read_request.py |
519 | | -test/test_read_response.py |
520 | | -test/test_read_value_id.py |
521 | | -test/test_reader_group_data_type.py |
522 | | -test/test_reference_description.py |
523 | | -test/test_register_nodes_request.py |
524 | | -test/test_register_nodes_response.py |
525 | | -test/test_relative_path.py |
526 | | -test/test_relative_path_element.py |
527 | | -test/test_republish_request.py |
528 | | -test/test_republish_response.py |
529 | | -test/test_request_header.py |
530 | | -test/test_response_header.py |
531 | | -test/test_role_permission_type.py |
532 | | -test/test_security_group_data_type.py |
533 | | -test/test_set_monitoring_mode_request.py |
534 | | -test/test_set_monitoring_mode_response.py |
535 | | -test/test_set_publishing_mode_request.py |
536 | | -test/test_set_publishing_mode_response.py |
537 | | -test/test_set_triggering_request.py |
538 | | -test/test_set_triggering_response.py |
539 | | -test/test_signature_data.py |
540 | | -test/test_signed_software_certificate.py |
541 | | -test/test_simple_attribute_operand.py |
542 | | -test/test_simple_type_description.py |
543 | | -test/test_standalone_subscribed_data_set_data_type.py |
544 | | -test/test_status_change_notification.py |
545 | | -test/test_structure_definition.py |
546 | | -test/test_structure_description.py |
547 | | -test/test_structure_field.py |
548 | | -test/test_structure_type.py |
549 | | -test/test_subscription_acknowledgement.py |
550 | | -test/test_timestamps_to_return.py |
551 | | -test/test_transfer_result.py |
552 | | -test/test_transfer_subscriptions_request.py |
553 | | -test/test_transfer_subscriptions_response.py |
554 | | -test/test_translate_browse_paths_to_node_ids_request.py |
555 | | -test/test_translate_browse_paths_to_node_ids_response.py |
556 | | -test/test_unregister_nodes_request.py |
557 | | -test/test_unregister_nodes_response.py |
558 | | -test/test_update_data_details.py |
559 | | -test/test_update_event_details.py |
560 | | -test/test_update_structure_data_details.py |
561 | | -test/test_user_identity_token.py |
562 | | -test/test_user_name_identity_token.py |
563 | | -test/test_user_token_policy.py |
564 | | -test/test_user_token_type.py |
565 | | -test/test_variant.py |
566 | | -test/test_view_description.py |
567 | | -test/test_write_request.py |
568 | | -test/test_write_response.py |
569 | | -test/test_write_value.py |
570 | | -test/test_writer_group_data_type.py |
571 | | -test/test_x509_identity_token.py |
572 | 386 | tox.ini |
0 commit comments