Skip to content

Commit f4729e1

Browse files
Update for UA 1.05.06 release
1 parent 7416b62 commit f4729e1

File tree

14 files changed

+660
-255
lines changed

14 files changed

+660
-255
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 207 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4-
.openapi-generator-ignore
54
.travis.yml
65
README.md
76
docs/ActionMethodDataType.md
@@ -432,210 +431,4 @@ setup.cfg
432431
setup.py
433432
test-requirements.txt
434433
test/__init__.py
435-
test/test_action_method_data_type.py
436-
test/test_action_state.py
437-
test/test_action_target_data_type.py
438-
test/test_activate_session_request.py
439-
test/test_activate_session_response.py
440-
test/test_aggregate_configuration.py
441-
test/test_aggregate_filter.py
442-
test/test_aggregate_filter_result.py
443-
test/test_application_description.py
444-
test/test_application_type.py
445-
test/test_argument.py
446-
test/test_attribute_operand.py
447-
test/test_broker_connection_transport_data_type.py
448-
test/test_broker_data_set_reader_transport_data_type.py
449-
test/test_broker_data_set_writer_transport_data_type.py
450-
test/test_broker_transport_quality_of_service.py
451-
test/test_broker_writer_group_transport_data_type.py
452-
test/test_browse_description.py
453-
test/test_browse_direction.py
454-
test/test_browse_next_request.py
455-
test/test_browse_next_response.py
456-
test/test_browse_path.py
457-
test/test_browse_path_result.py
458-
test/test_browse_path_target.py
459-
test/test_browse_request.py
460-
test/test_browse_response.py
461-
test/test_browse_result.py
462-
test/test_call_method_request.py
463-
test/test_call_method_result.py
464-
test/test_call_request.py
465-
test/test_call_response.py
466-
test/test_cancel_request.py
467-
test/test_cancel_response.py
468-
test/test_close_session_request.py
469-
test/test_close_session_response.py
470-
test/test_configuration_version_data_type.py
471-
test/test_content_filter.py
472-
test/test_content_filter_element.py
473-
test/test_content_filter_element_result.py
474-
test/test_content_filter_result.py
475-
test/test_create_monitored_items_request.py
476-
test/test_create_monitored_items_response.py
477-
test/test_create_session_request.py
478-
test/test_create_session_response.py
479-
test/test_create_subscription_request.py
480-
test/test_create_subscription_response.py
481-
test/test_data_change_filter.py
482-
test/test_data_change_notification.py
483-
test/test_data_change_trigger.py
484-
test/test_data_set_field_content_mask_bits.py
485-
test/test_data_set_field_flags_bits.py
486-
test/test_data_set_meta_data_type.py
487-
test/test_data_set_reader_data_type.py
488-
test/test_data_set_writer_data_type.py
489-
test/test_data_type_description.py
490-
test/test_data_type_schema_header.py
491-
test/test_data_value.py
492-
test/test_decimal.py
493-
test/test_default_api.py
494-
test/test_delete_monitored_items_request.py
495-
test/test_delete_monitored_items_response.py
496-
test/test_delete_subscriptions_request.py
497-
test/test_delete_subscriptions_response.py
498-
test/test_diagnostic_info.py
499-
test/test_element_operand.py
500-
test/test_endpoint_description.py
501-
test/test_enum_definition.py
502-
test/test_enum_description.py
503-
test/test_enum_field.py
504-
test/test_enum_value_type.py
505-
test/test_eu_information.py
506-
test/test_event_field_list.py
507-
test/test_event_filter.py
508-
test/test_event_filter_result.py
509-
test/test_event_notification_list.py
510-
test/test_extension_object.py
511-
test/test_field_meta_data.py
512-
test/test_filter_operator.py
513-
test/test_find_servers_request.py
514-
test/test_find_servers_response.py
515-
test/test_get_endpoints_request.py
516-
test/test_get_endpoints_response.py
517-
test/test_history_data.py
518-
test/test_history_event.py
519-
test/test_history_event_field_list.py
520-
test/test_history_modified_data.py
521-
test/test_history_read_request.py
522-
test/test_history_read_response.py
523-
test/test_history_read_result.py
524-
test/test_history_read_value_id.py
525-
test/test_history_update_request.py
526-
test/test_history_update_response.py
527-
test/test_history_update_result.py
528-
test/test_history_update_type.py
529-
test/test_issued_identity_token.py
530-
test/test_json_action_meta_data_message.py
531-
test/test_json_action_network_message.py
532-
test/test_json_action_request_message.py
533-
test/test_json_action_responder_message.py
534-
test/test_json_action_response_message.py
535-
test/test_json_application_description_message.py
536-
test/test_json_data_set_message.py
537-
test/test_json_data_set_message_content_mask_bits.py
538-
test/test_json_data_set_meta_data_message.py
539-
test/test_json_data_set_reader_message_data_type.py
540-
test/test_json_data_set_writer_message_data_type.py
541-
test/test_json_message_type.py
542-
test/test_json_network_message.py
543-
test/test_json_network_message_content_mask_bits.py
544-
test/test_json_pub_sub_connection_message.py
545-
test/test_json_server_endpoints_message.py
546-
test/test_json_status_message.py
547-
test/test_json_writer_group_message_data_type.py
548-
test/test_key_value_pair.py
549-
test/test_literal_operand.py
550-
test/test_localized_text.py
551-
test/test_matrix.py
552-
test/test_message_security_mode.py
553-
test/test_modification_info.py
554-
test/test_modify_monitored_items_request.py
555-
test/test_modify_monitored_items_response.py
556-
test/test_modify_subscription_request.py
557-
test/test_modify_subscription_response.py
558-
test/test_monitored_item_create_request.py
559-
test/test_monitored_item_create_result.py
560-
test/test_monitored_item_modify_request.py
561-
test/test_monitored_item_modify_result.py
562-
test/test_monitored_item_notification.py
563-
test/test_monitoring_mode.py
564-
test/test_monitoring_parameters.py
565-
test/test_network_address_data_type.py
566-
test/test_node_class.py
567-
test/test_notification_message.py
568-
test/test_perform_update_type.py
569-
test/test_permission_type_bits.py
570-
test/test_pub_sub_configuration2_data_type.py
571-
test/test_pub_sub_configuration_data_type.py
572-
test/test_pub_sub_connection_data_type.py
573-
test/test_pub_sub_group_data_type.py
574-
test/test_pub_sub_key_push_target_data_type.py
575-
test/test_pub_sub_state.py
576-
test/test_publish_request.py
577-
test/test_publish_response.py
578-
test/test_published_data_set_data_type.py
579-
test/test_range.py
580-
test/test_read_annotation_data_details.py
581-
test/test_read_at_time_details.py
582-
test/test_read_event_details.py
583-
test/test_read_event_details2.py
584-
test/test_read_processed_details.py
585-
test/test_read_raw_modified_details.py
586-
test/test_read_request.py
587-
test/test_read_response.py
588-
test/test_read_value_id.py
589-
test/test_reader_group_data_type.py
590-
test/test_reference_description.py
591-
test/test_register_nodes_request.py
592-
test/test_register_nodes_response.py
593-
test/test_relative_path.py
594-
test/test_relative_path_element.py
595-
test/test_republish_request.py
596-
test/test_republish_response.py
597-
test/test_request_header.py
598-
test/test_response_header.py
599-
test/test_role_permission_type.py
600-
test/test_security_group_data_type.py
601-
test/test_set_monitoring_mode_request.py
602-
test/test_set_monitoring_mode_response.py
603-
test/test_set_publishing_mode_request.py
604-
test/test_set_publishing_mode_response.py
605-
test/test_set_triggering_request.py
606-
test/test_set_triggering_response.py
607-
test/test_signature_data.py
608-
test/test_signed_software_certificate.py
609-
test/test_simple_attribute_operand.py
610-
test/test_simple_type_description.py
611-
test/test_standalone_subscribed_data_set_data_type.py
612-
test/test_status_change_notification.py
613-
test/test_status_code.py
614-
test/test_structure_definition.py
615-
test/test_structure_description.py
616-
test/test_structure_field.py
617-
test/test_structure_type.py
618-
test/test_subscription_acknowledgement.py
619-
test/test_timestamps_to_return.py
620-
test/test_transfer_result.py
621-
test/test_transfer_subscriptions_request.py
622-
test/test_transfer_subscriptions_response.py
623-
test/test_translate_browse_paths_to_node_ids_request.py
624-
test/test_translate_browse_paths_to_node_ids_response.py
625-
test/test_unregister_nodes_request.py
626-
test/test_unregister_nodes_response.py
627-
test/test_update_data_details.py
628-
test/test_update_event_details.py
629-
test/test_update_structure_data_details.py
630-
test/test_user_identity_token.py
631-
test/test_user_name_identity_token.py
632-
test/test_user_token_policy.py
633-
test/test_user_token_type.py
634-
test/test_variant.py
635-
test/test_view_description.py
636-
test/test_write_request.py
637-
test/test_write_response.py
638-
test/test_write_value.py
639-
test/test_writer_group_data_type.py
640-
test/test_x509_identity_token.py
641434
tox.ini

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0
1+
7.15.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Provides simple HTTPS based access to an OPC UA server.
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.05.4
7-
- Package version: 15.5.0
8-
- Generator version: 7.14.0
7+
- Package version: 15.6.0
8+
- Generator version: 7.15.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.

0 commit comments

Comments
 (0)