From 242276073da50bc07a9b4c050f8bdfe5514f5b63 Mon Sep 17 00:00:00 2001 From: imbeacon Date: Fri, 23 Jun 2023 10:58:20 +0300 Subject: [PATCH] Updated copyright --- __init__.py | 26 +++++++++--------- examples/__init__.py | 26 +++++++++--------- examples/configure_vcs_access.py | 14 ++++++++++ examples/example_application.py | 26 +++++++++--------- examples/example_application_2.py | 26 +++++++++--------- examples/load_all_entities_from_vcs_ce.py | 14 ++++++++++ examples/load_all_entities_from_vcs_pe.py | 14 ++++++++++ examples/save_all_entities_to_vcs_ce.py | 14 ++++++++++ examples/save_all_entities_to_vcs_pe.py | 14 ++++++++++ .../version_control_complex_example_ce.py | 14 ++++++++++ .../version_control_complex_example_pe.py | 14 ++++++++++ ...ersion_control_single_device_example_ce.py | 14 ++++++++++ ...ersion_control_single_device_example_pe.py | 14 ++++++++++ setup.py | 27 +++++++++---------- tb_rest_client/__init__.py | 14 ++++++++++ tb_rest_client/api/__init__.py | 14 ++++++++++ tb_rest_client/api/api_ce/__init__.py | 14 ++++++++++ .../api/api_ce/admin_controller_api.py | 14 ++++++++++ .../api_ce/alarm_comment_controller_api.py | 14 ++++++++++ .../api/api_ce/alarm_controller_api.py | 14 ++++++++++ .../api/api_ce/asset_controller_api.py | 14 ++++++++++ .../api_ce/asset_profile_controller_api.py | 14 ++++++++++ .../api/api_ce/audit_log_controller_api.py | 14 ++++++++++ .../api/api_ce/auth_controller_api.py | 14 ++++++++++ .../component_descriptor_controller_api.py | 14 ++++++++++ .../api/api_ce/customer_controller_api.py | 14 ++++++++++ .../api/api_ce/dashboard_controller_api.py | 14 ++++++++++ .../api/api_ce/device_api_controller_api.py | 14 ++++++++++ .../api/api_ce/device_controller_api.py | 14 ++++++++++ .../api_ce/device_profile_controller_api.py | 14 ++++++++++ .../api/api_ce/edge_controller_api.py | 14 ++++++++++ .../api/api_ce/edge_event_controller_api.py | 14 ++++++++++ ...entities_version_control_controller_api.py | 14 ++++++++++ .../api/api_ce/entity_query_controller_api.py | 14 ++++++++++ .../api_ce/entity_relation_controller_api.py | 14 ++++++++++ .../api/api_ce/entity_view_controller_api.py | 14 ++++++++++ .../api/api_ce/event_controller_api.py | 14 ++++++++++ .../api/api_ce/login_endpoint_api.py | 14 ++++++++++ .../api/api_ce/lwm_2m_controller_api.py | 14 ++++++++++ .../api/api_ce/notification_controller_api.py | 14 ++++++++++ .../notification_rule_controller_api.py | 14 ++++++++++ .../notification_target_controller_api.py | 14 ++++++++++ .../notification_template_controller_api.py | 14 ++++++++++ ...o_auth_2_config_template_controller_api.py | 14 ++++++++++ .../api/api_ce/o_auth_2_controller_api.py | 14 ++++++++++ .../api/api_ce/ota_package_controller_api.py | 14 ++++++++++ .../api/api_ce/queue_controller_api.py | 14 ++++++++++ .../api/api_ce/rpc_v_1_controller_api.py | 14 ++++++++++ .../api/api_ce/rpc_v_2_controller_api.py | 14 ++++++++++ .../api/api_ce/rule_chain_controller_api.py | 14 ++++++++++ .../api/api_ce/tb_resource_controller_api.py | 14 ++++++++++ .../api/api_ce/telemetry_controller_api.py | 14 ++++++++++ .../api/api_ce/tenant_controller_api.py | 14 ++++++++++ .../api_ce/tenant_profile_controller_api.py | 14 ++++++++++ .../two_factor_auth_config_controller_api.py | 14 ++++++++++ .../api_ce/two_factor_auth_controller_api.py | 14 ++++++++++ .../api/api_ce/ui_settings_controller_api.py | 14 ++++++++++ .../api/api_ce/usage_info_controller_api.py | 14 ++++++++++ .../api/api_ce/user_controller_api.py | 14 ++++++++++ .../api/api_ce/widget_type_controller_api.py | 14 ++++++++++ .../api_ce/widgets_bundle_controller_api.py | 14 ++++++++++ tb_rest_client/api/api_pe/__init__.py | 14 ++++++++++ .../api/api_pe/admin_controller_api.py | 14 ++++++++++ .../api_pe/alarm_comment_controller_api.py | 14 ++++++++++ .../api/api_pe/alarm_controller_api.py | 14 ++++++++++ .../api/api_pe/asset_controller_api.py | 14 ++++++++++ .../api_pe/asset_profile_controller_api.py | 14 ++++++++++ .../api/api_pe/audit_log_controller_api.py | 14 ++++++++++ .../api/api_pe/auth_controller_api.py | 14 ++++++++++ .../api_pe/billing_endpoint_controller_api.py | 14 ++++++++++ .../api/api_pe/blob_entity_controller_api.py | 14 ++++++++++ .../chirp_stack_integration_controller_api.py | 14 ++++++++++ .../api_pe/cloud_endpoint_controller_api.py | 14 ++++++++++ .../component_descriptor_controller_api.py | 14 ++++++++++ .../api/api_pe/converter_controller_api.py | 14 ++++++++++ .../api/api_pe/custom_menu_controller_api.py | 14 ++++++++++ .../custom_translation_controller_api.py | 14 ++++++++++ .../api/api_pe/customer_controller_api.py | 14 ++++++++++ .../api/api_pe/dashboard_controller_api.py | 14 ++++++++++ .../api/api_pe/device_api_controller_api.py | 14 ++++++++++ .../api/api_pe/device_controller_api.py | 14 ++++++++++ ...device_group_ota_package_controller_api.py | 14 ++++++++++ .../api_pe/device_profile_controller_api.py | 14 ++++++++++ .../api/api_pe/edge_controller_api.py | 14 ++++++++++ .../api/api_pe/edge_event_controller_api.py | 14 ++++++++++ ...entities_version_control_controller_api.py | 14 ++++++++++ .../api/api_pe/entity_group_controller_api.py | 14 ++++++++++ .../api/api_pe/entity_query_controller_api.py | 14 ++++++++++ .../api_pe/entity_relation_controller_api.py | 14 ++++++++++ .../api/api_pe/entity_view_controller_api.py | 14 ++++++++++ .../api/api_pe/event_controller_api.py | 14 ++++++++++ .../api_pe/group_permission_controller_api.py | 14 ++++++++++ .../api_pe/http_integration_controller_api.py | 14 ++++++++++ .../api/api_pe/integration_controller_api.py | 14 ++++++++++ .../api/api_pe/login_endpoint_api.py | 14 ++++++++++ .../loriot_integration_controller_api.py | 14 ++++++++++ .../api/api_pe/lwm_2m_controller_api.py | 14 ++++++++++ .../api/api_pe/notification_controller_api.py | 14 ++++++++++ .../notification_rule_controller_api.py | 14 ++++++++++ .../notification_target_controller_api.py | 14 ++++++++++ .../notification_template_controller_api.py | 14 ++++++++++ ...o_auth_2_config_template_controller_api.py | 14 ++++++++++ .../api/api_pe/o_auth_2_controller_api.py | 14 ++++++++++ ...cean_connect_integration_controller_api.py | 14 ++++++++++ .../api/api_pe/ota_package_controller_api.py | 14 ++++++++++ .../api/api_pe/owner_controller_api.py | 14 ++++++++++ .../api/api_pe/queue_controller_api.py | 14 ++++++++++ .../api/api_pe/report_controller_api.py | 14 ++++++++++ .../api/api_pe/role_controller_api.py | 14 ++++++++++ .../api/api_pe/rpc_controller_api.py | 14 ++++++++++ .../api/api_pe/rpc_v_1_controller_api.py | 14 ++++++++++ .../api/api_pe/rpc_v_2_controller_api.py | 14 ++++++++++ .../api/api_pe/rule_chain_controller_api.py | 14 ++++++++++ .../api/api_pe/rule_engine_controller_api.py | 14 ++++++++++ .../api_pe/scheduler_event_controller_api.py | 14 ++++++++++ .../self_registration_controller_api.py | 14 ++++++++++ .../sig_fox_integration_controller_api.py | 14 ++++++++++ .../api/api_pe/sign_up_controller_api.py | 14 ++++++++++ .../api/api_pe/solution_controller_api.py | 14 ++++++++++ .../api/api_pe/subscription_controller_api.py | 14 ++++++++++ ...bile_iot_cdp_integration_controller_api.py | 14 ++++++++++ .../api/api_pe/tb_resource_controller_api.py | 14 ++++++++++ .../api/api_pe/telemetry_controller_api.py | 14 ++++++++++ .../api/api_pe/tenant_controller_api.py | 14 ++++++++++ .../api_pe/tenant_profile_controller_api.py | 14 ++++++++++ .../thing_park_integration_controller_api.py | 14 ++++++++++ .../api/api_pe/trail_controller_api.py | 14 ++++++++++ .../two_factor_auth_config_controller_api.py | 14 ++++++++++ .../api_pe/two_factor_auth_controller_api.py | 14 ++++++++++ .../api/api_pe/ui_settings_controller_api.py | 14 ++++++++++ .../api/api_pe/usage_info_controller_api.py | 14 ++++++++++ .../api/api_pe/user_controller_api.py | 14 ++++++++++ .../api_pe/user_permissions_controller_api.py | 14 ++++++++++ .../api_pe/white_labeling_controller_api.py | 14 ++++++++++ .../api/api_pe/widget_type_controller_api.py | 14 ++++++++++ .../api_pe/widgets_bundle_controller_api.py | 14 ++++++++++ tb_rest_client/api_client.py | 27 +++++++++---------- tb_rest_client/configuration.py | 27 +++++++++---------- tb_rest_client/models/__init__.py | 14 ++++++++++ tb_rest_client/models/models_ce/__init__.py | 14 ++++++++++ .../models_ce/account_two_fa_settings.py | 14 ++++++++++ .../models/models_ce/activate_user_request.py | 14 ++++++++++ .../models/models_ce/admin_settings.py | 14 ++++++++++ .../models/models_ce/admin_settings_id.py | 14 ++++++++++ .../affected_tenant_administrators_filter.py | 14 ++++++++++ .../models/models_ce/affected_user_filter.py | 14 ++++++++++ tb_rest_client/models/models_ce/alarm.py | 14 ++++++++++ .../models/models_ce/alarm_assignee.py | 14 ++++++++++ ...gnment_notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_ce/alarm_comment.py | 14 ++++++++++ .../models/models_ce/alarm_comment_id.py | 14 ++++++++++ .../models/models_ce/alarm_comment_info.py | 14 ++++++++++ ...omment_notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_ce/alarm_condition.py | 14 ++++++++++ .../models_ce/alarm_condition_filter.py | 14 ++++++++++ .../models_ce/alarm_condition_filter_key.py | 14 ++++++++++ .../models/models_ce/alarm_condition_spec.py | 14 ++++++++++ .../models/models_ce/alarm_count_query.py | 14 ++++++++++ tb_rest_client/models/models_ce/alarm_data.py | 14 ++++++++++ .../models/models_ce/alarm_data_page_link.py | 14 ++++++++++ .../models/models_ce/alarm_data_query.py | 14 ++++++++++ tb_rest_client/models/models_ce/alarm_id.py | 14 ++++++++++ tb_rest_client/models/models_ce/alarm_info.py | 14 ++++++++++ .../alarm_notification_rule_trigger_config.py | 14 ++++++++++ tb_rest_client/models/models_ce/alarm_rule.py | 14 ++++++++++ .../models/models_ce/alarm_schedule.py | 14 ++++++++++ .../models/models_ce/all_users_filter.py | 14 ++++++++++ ..._device_profile_provision_configuration.py | 14 ++++++++++ .../models/models_ce/any_time_schedule.py | 14 ++++++++++ ..._limit_notification_rule_trigger_config.py | 14 ++++++++++ .../models_ce/api_usage_state_filter.py | 14 ++++++++++ tb_rest_client/models/models_ce/asset.py | 14 ++++++++++ tb_rest_client/models/models_ce/asset_id.py | 14 ++++++++++ tb_rest_client/models/models_ce/asset_info.py | 14 ++++++++++ .../models/models_ce/asset_profile.py | 14 ++++++++++ .../models/models_ce/asset_profile_id.py | 14 ++++++++++ .../models/models_ce/asset_profile_info.py | 14 ++++++++++ .../models/models_ce/asset_search_query.py | 14 ++++++++++ .../models_ce/asset_search_query_filter.py | 14 ++++++++++ .../models/models_ce/asset_type_filter.py | 14 ++++++++++ .../models/models_ce/atomic_integer.py | 14 ++++++++++ .../models/models_ce/attribute_export_data.py | 14 ++++++++++ .../models_ce/attributes_entity_view.py | 14 ++++++++++ tb_rest_client/models/models_ce/audit_log.py | 14 ++++++++++ .../models/models_ce/audit_log_id.py | 14 ++++++++++ .../models_ce/auto_version_create_config.py | 14 ++++++++++ .../aws_sns_sms_provider_configuration.py | 14 ++++++++++ .../backup_code_two_fa_account_config.py | 14 ++++++++++ .../backup_code_two_fa_provider_config.py | 14 ++++++++++ .../models_ce/boolean_filter_predicate.py | 14 ++++++++++ .../models/models_ce/branch_info.py | 14 ++++++++++ .../models/models_ce/bulk_import_request.py | 14 ++++++++++ .../models_ce/bulk_import_result_asset.py | 14 ++++++++++ .../models_ce/bulk_import_result_device.py | 14 ++++++++++ .../models_ce/bulk_import_result_edge.py | 14 ++++++++++ .../models/models_ce/byte_buffer.py | 14 ++++++++++ .../models_ce/change_password_request.py | 14 ++++++++++ ..._device_profile_provision_configuration.py | 14 ++++++++++ .../models/models_ce/claim_request.py | 14 ++++++++++ tb_rest_client/models/models_ce/clear_rule.py | 14 ++++++++++ ...utes_querying_snmp_communication_config.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../coap_device_transport_configuration.py | 14 ++++++++++ .../coap_device_type_configuration.py | 14 ++++++++++ .../models/models_ce/column_mapping.py | 14 ++++++++++ .../models/models_ce/comparison_ts_value.py | 14 ++++++++++ .../models_ce/complex_filter_predicate.py | 14 ++++++++++ .../complex_version_create_request.py | 14 ++++++++++ .../models/models_ce/component_descriptor.py | 14 ++++++++++ .../models_ce/component_descriptor_id.py | 14 ++++++++++ .../models/models_ce/custom_time_schedule.py | 14 ++++++++++ .../models_ce/custom_time_schedule_item.py | 14 ++++++++++ tb_rest_client/models/models_ce/customer.py | 14 ++++++++++ .../models/models_ce/customer_id.py | 14 ++++++++++ .../models/models_ce/customer_users_filter.py | 14 ++++++++++ tb_rest_client/models/models_ce/dashboard.py | 14 ++++++++++ .../models/models_ce/dashboard_id.py | 14 ++++++++++ .../models/models_ce/dashboard_info.py | 14 ++++++++++ .../debug_rule_chain_event_filter.py | 14 ++++++++++ .../default_coap_device_type_configuration.py | 14 ++++++++++ .../models_ce/default_device_configuration.py | 14 ++++++++++ .../default_device_profile_configuration.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../default_device_transport_configuration.py | 14 ++++++++++ .../default_rule_chain_create_request.py | 14 ++++++++++ .../default_tenant_profile_configuration.py | 14 ++++++++++ .../deferred_result_entity_data_diff.py | 14 ++++++++++ .../deferred_result_entity_data_info.py | 14 ++++++++++ .../deferred_result_list_branch_info.py | 14 ++++++++++ ...erred_result_list_versioned_entity_info.py | 14 ++++++++++ ...eferred_result_page_data_entity_version.py | 14 ++++++++++ .../deferred_result_repository_settings.py | 14 ++++++++++ .../deferred_result_response_entity.py | 14 ++++++++++ .../models/models_ce/deferred_result_void.py | 14 ++++++++++ .../models/models_ce/deferred_resultuuid.py | 14 ++++++++++ .../delivery_method_notification_template.py | 14 ++++++++++ tb_rest_client/models/models_ce/device.py | 14 ++++++++++ ...tivity_notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_ce/device_configuration.py | 14 ++++++++++ .../models/models_ce/device_credentials.py | 14 ++++++++++ .../models/models_ce/device_credentials_id.py | 14 ++++++++++ .../models/models_ce/device_data.py | 14 ++++++++++ .../models/models_ce/device_export_data.py | 14 ++++++++++ tb_rest_client/models/models_ce/device_id.py | 14 ++++++++++ .../models/models_ce/device_info.py | 14 ++++++++++ .../models/models_ce/device_profile.py | 14 ++++++++++ .../models/models_ce/device_profile_alarm.py | 14 ++++++++++ .../models_ce/device_profile_configuration.py | 14 ++++++++++ .../models/models_ce/device_profile_data.py | 14 ++++++++++ .../models/models_ce/device_profile_id.py | 14 ++++++++++ .../models/models_ce/device_profile_info.py | 14 ++++++++++ .../device_profile_provision_configuration.py | 14 ++++++++++ .../device_profile_transport_configuration.py | 14 ++++++++++ .../models/models_ce/device_search_query.py | 14 ++++++++++ .../models_ce/device_search_query_filter.py | 14 ++++++++++ .../device_transport_configuration.py | 14 ++++++++++ .../models/models_ce/device_type_filter.py | 14 ++++++++++ ..._device_profile_provision_configuration.py | 14 ++++++++++ .../duration_alarm_condition_spec.py | 14 ++++++++++ .../models/models_ce/dynamic_valueboolean.py | 14 ++++++++++ .../models/models_ce/dynamic_valuedouble.py | 14 ++++++++++ .../models/models_ce/dynamic_valueint.py | 14 ++++++++++ .../models/models_ce/dynamic_valuelong.py | 14 ++++++++++ .../models/models_ce/dynamic_valuestring.py | 14 ++++++++++ tb_rest_client/models/models_ce/edge.py | 14 ++++++++++ tb_rest_client/models/models_ce/edge_event.py | 14 ++++++++++ .../models/models_ce/edge_event_id.py | 14 ++++++++++ tb_rest_client/models/models_ce/edge_id.py | 14 ++++++++++ tb_rest_client/models/models_ce/edge_info.py | 14 ++++++++++ .../models_ce/edge_install_instructions.py | 14 ++++++++++ .../models/models_ce/edge_search_query.py | 14 ++++++++++ .../models_ce/edge_search_query_filter.py | 14 ++++++++++ .../models/models_ce/edge_type_filter.py | 14 ++++++++++ .../efento_coap_device_type_configuration.py | 14 ++++++++++ ...l_delivery_method_notification_template.py | 14 ++++++++++ .../models_ce/email_two_fa_account_config.py | 14 ++++++++++ .../models_ce/email_two_fa_provider_config.py | 14 ++++++++++ ..._limit_notification_rule_trigger_config.py | 14 ++++++++++ ...action_notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_ce/entity_count_query.py | 14 ++++++++++ .../models/models_ce/entity_data.py | 14 ++++++++++ .../models/models_ce/entity_data_diff.py | 14 ++++++++++ .../models/models_ce/entity_data_info.py | 14 ++++++++++ .../models/models_ce/entity_data_page_link.py | 14 ++++++++++ .../models/models_ce/entity_data_query.py | 14 ++++++++++ .../models_ce/entity_data_sort_order.py | 14 ++++++++++ .../models_ce/entity_export_dataobject.py | 14 ++++++++++ .../models/models_ce/entity_filter.py | 14 ++++++++++ tb_rest_client/models/models_ce/entity_id.py | 14 ++++++++++ .../models/models_ce/entity_info.py | 14 ++++++++++ tb_rest_client/models/models_ce/entity_key.py | 14 ++++++++++ .../models/models_ce/entity_list_filter.py | 14 ++++++++++ .../models/models_ce/entity_load_error.py | 14 ++++++++++ .../models/models_ce/entity_name_filter.py | 14 ++++++++++ .../models/models_ce/entity_relation.py | 14 ++++++++++ .../models/models_ce/entity_relation_info.py | 14 ++++++++++ .../models_ce/entity_relations_query.py | 14 ++++++++++ .../models/models_ce/entity_subtype.py | 14 ++++++++++ .../models/models_ce/entity_type_filter.py | 14 ++++++++++ .../models_ce/entity_type_load_result.py | 14 ++++++++++ .../entity_type_version_create_config.py | 14 ++++++++++ .../entity_type_version_load_config.py | 14 ++++++++++ .../entity_type_version_load_request.py | 14 ++++++++++ .../models/models_ce/entity_version.py | 14 ++++++++++ .../models/models_ce/entity_view.py | 14 ++++++++++ .../models/models_ce/entity_view_id.py | 14 ++++++++++ .../models/models_ce/entity_view_info.py | 14 ++++++++++ .../models_ce/entity_view_search_query.py | 14 ++++++++++ .../entity_view_search_query_filter.py | 14 ++++++++++ .../models_ce/entity_view_type_filter.py | 14 ++++++++++ .../models/models_ce/error_event_filter.py | 14 ++++++++++ ...ted_notification_rule_recipients_config.py | 14 ++++++++++ tb_rest_client/models/models_ce/event.py | 14 ++++++++++ .../models/models_ce/event_filter.py | 14 ++++++++++ tb_rest_client/models/models_ce/event_id.py | 14 ++++++++++ tb_rest_client/models/models_ce/event_info.py | 14 ++++++++++ .../models/models_ce/features_info.py | 14 ++++++++++ tb_rest_client/models/models_ce/file.py | 14 ++++++++++ .../filter_predicate_valueboolean.py | 14 ++++++++++ .../models_ce/filter_predicate_valuedouble.py | 14 ++++++++++ .../models_ce/filter_predicate_valueint.py | 14 ++++++++++ .../models_ce/filter_predicate_valuelong.py | 14 ++++++++++ .../models_ce/filter_predicate_valuestring.py | 14 ++++++++++ .../models/models_ce/home_dashboard.py | 14 ++++++++++ .../models/models_ce/home_dashboard_info.py | 14 ++++++++++ .../models/models_ce/input_stream.py | 14 ++++++++++ tb_rest_client/models/models_ce/json_node.py | 14 ++++++++++ .../json_transport_payload_configuration.py | 14 ++++++++++ tb_rest_client/models/models_ce/jwt_pair.py | 14 ++++++++++ .../models/models_ce/jwt_settings.py | 14 ++++++++++ tb_rest_client/models/models_ce/key_filter.py | 14 ++++++++++ .../models/models_ce/key_filter_predicate.py | 14 ++++++++++ .../models_ce/last_visited_dashboard_info.py | 14 ++++++++++ .../models_ce/life_cycle_event_filter.py | 14 ++++++++++ .../models/models_ce/login_request.py | 14 ++++++++++ .../models/models_ce/login_response.py | 14 ++++++++++ .../lw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ .../lw_m2_m_server_security_config_default.py | 14 ++++++++++ .../models/models_ce/lw_m2m_instance.py | 14 ++++++++++ .../models/models_ce/lw_m2m_object.py | 14 ++++++++++ .../models_ce/lw_m2m_resource_observe.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../lwm2m_device_transport_configuration.py | 14 ++++++++++ tb_rest_client/models/models_ce/mapping.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../mqtt_device_transport_configuration.py | 14 ++++++++++ ...ersion_notification_rule_trigger_config.py | 14 ++++++++++ ...sec_lw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ .../models/models_ce/node_connection_info.py | 14 ++++++++++ .../models/models_ce/notification.py | 14 ++++++++++ .../notification_delivery_method_config.py | 14 ++++++++++ .../models/models_ce/notification_id.py | 14 ++++++++++ .../models/models_ce/notification_info.py | 14 ++++++++++ .../models/models_ce/notification_request.py | 14 ++++++++++ .../models_ce/notification_request_config.py | 14 ++++++++++ .../models_ce/notification_request_id.py | 14 ++++++++++ .../models_ce/notification_request_info.py | 14 ++++++++++ .../models_ce/notification_request_preview.py | 14 ++++++++++ .../models_ce/notification_request_stats.py | 14 ++++++++++ .../models/models_ce/notification_rule.py | 14 ++++++++++ .../models_ce/notification_rule_config.py | 14 ++++++++++ .../models/models_ce/notification_rule_id.py | 14 ++++++++++ .../models_ce/notification_rule_info.py | 14 ++++++++++ .../notification_rule_recipients_config.py | 14 ++++++++++ .../notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_ce/notification_settings.py | 14 ++++++++++ .../models/models_ce/notification_target.py | 14 ++++++++++ .../models_ce/notification_target_config.py | 14 ++++++++++ .../models_ce/notification_target_id.py | 14 ++++++++++ .../models/models_ce/notification_template.py | 14 ++++++++++ .../models_ce/notification_template_config.py | 14 ++++++++++ .../models_ce/notification_template_id.py | 14 ++++++++++ .../models_ce/numeric_filter_predicate.py | 14 ++++++++++ .../models_ce/o_auth2_basic_mapper_config.py | 14 ++++++++++ .../models/models_ce/o_auth2_client_info.py | 14 ++++++++++ .../o_auth2_client_registration_template.py | 14 ++++++++++ ...o_auth2_client_registration_template_id.py | 14 ++++++++++ .../models_ce/o_auth2_custom_mapper_config.py | 14 ++++++++++ .../models/models_ce/o_auth2_domain_info.py | 14 ++++++++++ .../models/models_ce/o_auth2_info.py | 14 ++++++++++ .../models/models_ce/o_auth2_mapper_config.py | 14 ++++++++++ .../models/models_ce/o_auth2_mobile_info.py | 14 ++++++++++ .../models/models_ce/o_auth2_params_info.py | 14 ++++++++++ .../models_ce/o_auth2_registration_info.py | 14 ++++++++++ .../models/models_ce/object_attributes.py | 14 ++++++++++ .../models/models_ce/object_node.py | 14 ++++++++++ .../originator_entity_owner_users_filter.py | 14 ++++++++++ .../models/models_ce/ota_package.py | 14 ++++++++++ .../models/models_ce/ota_package_id.py | 14 ++++++++++ .../models/models_ce/ota_package_info.py | 14 ++++++++++ .../ota_package_ota_package_id_body.py | 14 ++++++++++ ...ckage_idchecksumchecksum_algorithm_body.py | 14 ++++++++++ .../models/models_ce/other_configuration.py | 14 ++++++++++ .../models_ce/page_data_alarm_comment_info.py | 14 ++++++++++ .../models/models_ce/page_data_alarm_data.py | 14 ++++++++++ .../models/models_ce/page_data_alarm_info.py | 14 ++++++++++ .../models/models_ce/page_data_asset.py | 14 ++++++++++ .../models/models_ce/page_data_asset_info.py | 14 ++++++++++ .../models_ce/page_data_asset_profile.py | 14 ++++++++++ .../models_ce/page_data_asset_profile_info.py | 14 ++++++++++ .../models/models_ce/page_data_audit_log.py | 14 ++++++++++ .../models/models_ce/page_data_customer.py | 14 ++++++++++ .../models_ce/page_data_dashboard_info.py | 14 ++++++++++ .../models/models_ce/page_data_device.py | 14 ++++++++++ .../models/models_ce/page_data_device_info.py | 14 ++++++++++ .../models_ce/page_data_device_profile.py | 14 ++++++++++ .../page_data_device_profile_info.py | 14 ++++++++++ .../models/models_ce/page_data_edge.py | 14 ++++++++++ .../models/models_ce/page_data_edge_event.py | 14 ++++++++++ .../models/models_ce/page_data_edge_info.py | 14 ++++++++++ .../models/models_ce/page_data_entity_data.py | 14 ++++++++++ .../models/models_ce/page_data_entity_info.py | 14 ++++++++++ .../models_ce/page_data_entity_version.py | 14 ++++++++++ .../models/models_ce/page_data_entity_view.py | 14 ++++++++++ .../models_ce/page_data_entity_view_info.py | 14 ++++++++++ .../models/models_ce/page_data_event.py | 14 ++++++++++ .../models/models_ce/page_data_event_info.py | 14 ++++++++++ .../models_ce/page_data_notification.py | 14 ++++++++++ .../page_data_notification_request_info.py | 14 ++++++++++ .../page_data_notification_rule_info.py | 14 ++++++++++ .../page_data_notification_target.py | 14 ++++++++++ .../page_data_notification_template.py | 14 ++++++++++ .../models_ce/page_data_ota_package_info.py | 14 ++++++++++ .../models/models_ce/page_data_queue.py | 14 ++++++++++ .../models/models_ce/page_data_rpc.py | 14 ++++++++++ .../models/models_ce/page_data_rule_chain.py | 14 ++++++++++ .../models_ce/page_data_tb_resource_info.py | 14 ++++++++++ .../models/models_ce/page_data_tenant.py | 14 ++++++++++ .../models/models_ce/page_data_tenant_info.py | 14 ++++++++++ .../models_ce/page_data_tenant_profile.py | 14 ++++++++++ .../models/models_ce/page_data_user.py | 14 ++++++++++ .../models_ce/page_data_user_email_info.py | 14 ++++++++++ .../models_ce/page_data_widgets_bundle.py | 14 ++++++++++ .../models_ce/platform_two_fa_settings.py | 14 ++++++++++ ...atform_users_notification_target_config.py | 14 ++++++++++ .../models_ce/power_saving_configuration.py | 14 ++++++++++ .../models/models_ce/processing_strategy.py | 14 ++++++++++ .../proto_transport_payload_configuration.py | 14 ++++++++++ .../psklw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ tb_rest_client/models/models_ce/queue.py | 14 ++++++++++ tb_rest_client/models/models_ce/queue_id.py | 14 ++++++++++ .../models_ce/relation_entity_type_filter.py | 14 ++++++++++ .../models_ce/relations_query_filter.py | 14 ++++++++++ .../models_ce/relations_search_parameters.py | 14 ++++++++++ .../repeating_alarm_condition_spec.py | 14 ++++++++++ .../models/models_ce/repository_settings.py | 14 ++++++++++ .../models_ce/repository_settings_info.py | 14 ++++++++++ .../models_ce/reset_password_email_request.py | 14 ++++++++++ .../models_ce/reset_password_request.py | 14 ++++++++++ tb_rest_client/models/models_ce/resource.py | 14 ++++++++++ .../models/models_ce/response_entity.py | 14 ++++++++++ tb_rest_client/models/models_ce/rpc.py | 14 ++++++++++ tb_rest_client/models/models_ce/rpc_id.py | 14 ++++++++++ .../rpklw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ tb_rest_client/models/models_ce/rule_chain.py | 14 ++++++++++ .../models_ce/rule_chain_connection_info.py | 14 ++++++++++ .../models/models_ce/rule_chain_data.py | 14 ++++++++++ .../rule_chain_debug_event_filter.py | 14 ++++++++++ .../models_ce/rule_chain_export_data.py | 14 ++++++++++ .../models/models_ce/rule_chain_id.py | 14 ++++++++++ .../models_ce/rule_chain_import_result.py | 14 ++++++++++ .../models/models_ce/rule_chain_meta_data.py | 14 ++++++++++ .../rule_chain_output_labels_usage.py | 14 ++++++++++ ..._event_notification_rule_trigger_config.py | 14 ++++++++++ tb_rest_client/models/models_ce/rule_node.py | 14 ++++++++++ .../models_ce/rule_node_debug_event_filter.py | 14 ++++++++++ .../models/models_ce/rule_node_id.py | 14 ++++++++++ .../save_device_with_credentials_request.py | 14 ++++++++++ .../save_ota_package_info_request.py | 14 ++++++++++ .../models/models_ce/security_settings.py | 14 ++++++++++ .../models_ce/server_security_config.py | 14 ++++++++++ ...butes_setting_snmp_communication_config.py | 14 ++++++++++ .../models/models_ce/short_customer_info.py | 14 ++++++++++ .../models/models_ce/sign_up_request.py | 14 ++++++++++ .../models_ce/simple_alarm_condition_spec.py | 14 ++++++++++ .../models/models_ce/single_entity_filter.py | 14 ++++++++++ .../single_entity_version_create_request.py | 14 ++++++++++ .../single_entity_version_load_request.py | 14 ++++++++++ .../models/models_ce/slack_conversation.py | 14 ++++++++++ ...k_delivery_method_notification_template.py | 14 ++++++++++ ...ack_notification_delivery_method_config.py | 14 ++++++++++ .../slack_notification_target_config.py | 14 ++++++++++ .../smpp_sms_provider_configuration.py | 14 ++++++++++ ...s_delivery_method_notification_template.py | 14 ++++++++++ .../models_ce/sms_provider_configuration.py | 14 ++++++++++ .../models_ce/sms_two_fa_account_config.py | 14 ++++++++++ .../models_ce/sms_two_fa_provider_config.py | 14 ++++++++++ .../models_ce/snmp_communication_config.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../snmp_device_transport_configuration.py | 14 ++++++++++ .../models/models_ce/snmp_mapping.py | 14 ++++++++++ .../models_ce/specific_time_schedule.py | 14 ++++++++++ .../models_ce/starred_dashboard_info.py | 14 ++++++++++ .../models_ce/statistics_event_filter.py | 14 ++++++++++ .../models_ce/string_filter_predicate.py | 14 ++++++++++ .../models/models_ce/submit_strategy.py | 14 ++++++++++ .../models_ce/system_administrators_filter.py | 14 ++++++++++ .../models/models_ce/system_info.py | 14 ++++++++++ .../models/models_ce/system_info_data.py | 14 ++++++++++ .../models/models_ce/tb_resource.py | 14 ++++++++++ .../models/models_ce/tb_resource_id.py | 14 ++++++++++ .../models/models_ce/tb_resource_info.py | 14 ++++++++++ .../models/models_ce/telemetry_entity_view.py | 14 ++++++++++ .../telemetry_mapping_configuration.py | 14 ++++++++++ ...etry_querying_snmp_communication_config.py | 14 ++++++++++ tb_rest_client/models/models_ce/tenant.py | 14 ++++++++++ .../models_ce/tenant_administrators_filter.py | 14 ++++++++++ tb_rest_client/models/models_ce/tenant_id.py | 14 ++++++++++ .../models/models_ce/tenant_info.py | 14 ++++++++++ .../models/models_ce/tenant_profile.py | 14 ++++++++++ .../models_ce/tenant_profile_configuration.py | 14 ++++++++++ .../models/models_ce/tenant_profile_data.py | 14 ++++++++++ .../models/models_ce/tenant_profile_id.py | 14 ++++++++++ .../tenant_profile_queue_configuration.py | 14 ++++++++++ .../models/models_ce/test_sms_request.py | 14 ++++++++++ ...hingsboard_credentials_expired_response.py | 14 ++++++++++ .../models_ce/thingsboard_error_response.py | 14 ++++++++++ ...e_rpc_request_snmp_communication_config.py | 14 ++++++++++ .../models_ce/totp_two_fa_account_config.py | 14 ++++++++++ .../models_ce/totp_two_fa_provider_config.py | 14 ++++++++++ .../transport_payload_type_configuration.py | 14 ++++++++++ tb_rest_client/models/models_ce/ts_value.py | 14 ++++++++++ .../twilio_sms_provider_configuration.py | 14 ++++++++++ .../models/models_ce/two_fa_account_config.py | 14 ++++++++++ .../two_fa_account_config_update_request.py | 14 ++++++++++ .../models_ce/two_fa_provider_config.py | 14 ++++++++++ .../models/models_ce/two_fa_provider_info.py | 14 ++++++++++ .../models/models_ce/update_message.py | 14 ++++++++++ tb_rest_client/models/models_ce/usage_info.py | 14 ++++++++++ tb_rest_client/models/models_ce/user.py | 14 ++++++++++ .../models/models_ce/user_dashboards_info.py | 14 ++++++++++ .../models/models_ce/user_email_info.py | 14 ++++++++++ tb_rest_client/models/models_ce/user_id.py | 14 ++++++++++ .../models/models_ce/user_list_filter.py | 14 ++++++++++ .../models/models_ce/user_password_policy.py | 14 ++++++++++ .../models/models_ce/users_filter.py | 14 ++++++++++ .../models/models_ce/version_create_config.py | 14 ++++++++++ .../models_ce/version_create_request.py | 14 ++++++++++ .../models_ce/version_creation_result.py | 14 ++++++++++ .../models/models_ce/version_load_config.py | 14 ++++++++++ .../models/models_ce/version_load_request.py | 14 ++++++++++ .../models/models_ce/version_load_result.py | 14 ++++++++++ .../models/models_ce/versioned_entity_info.py | 14 ++++++++++ ...b_delivery_method_notification_template.py | 14 ++++++++++ .../models/models_ce/widget_type.py | 14 ++++++++++ .../models/models_ce/widget_type_details.py | 14 ++++++++++ .../models/models_ce/widget_type_id.py | 14 ++++++++++ .../models/models_ce/widget_type_info.py | 14 ++++++++++ .../models/models_ce/widgets_bundle.py | 14 ++++++++++ .../models_ce/widgets_bundle_export_data.py | 14 ++++++++++ .../models/models_ce/widgets_bundle_id.py | 14 ++++++++++ ...rtificate_chain_provision_configuration.py | 14 ++++++++++ ...509_lw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ tb_rest_client/models/models_pe/__init__.py | 14 ++++++++++ .../models_pe/account_two_fa_settings.py | 14 ++++++++++ .../models/models_pe/activate_user_request.py | 14 ++++++++++ .../models/models_pe/admin_settings.py | 14 ++++++++++ .../models/models_pe/admin_settings_id.py | 14 ++++++++++ .../affected_tenant_administrators_filter.py | 14 ++++++++++ .../models/models_pe/affected_user_filter.py | 14 ++++++++++ tb_rest_client/models/models_pe/alarm.py | 14 ++++++++++ .../models/models_pe/alarm_assignee.py | 14 ++++++++++ ...gnment_notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_pe/alarm_comment.py | 14 ++++++++++ .../models/models_pe/alarm_comment_id.py | 14 ++++++++++ .../models/models_pe/alarm_comment_info.py | 14 ++++++++++ ...omment_notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_pe/alarm_condition.py | 14 ++++++++++ .../models_pe/alarm_condition_filter.py | 14 ++++++++++ .../models_pe/alarm_condition_filter_key.py | 14 ++++++++++ .../models/models_pe/alarm_condition_spec.py | 14 ++++++++++ .../models/models_pe/alarm_count_query.py | 14 ++++++++++ tb_rest_client/models/models_pe/alarm_data.py | 14 ++++++++++ .../models/models_pe/alarm_data_page_link.py | 14 ++++++++++ .../models/models_pe/alarm_data_query.py | 14 ++++++++++ tb_rest_client/models/models_pe/alarm_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/alarm_info.py | 14 ++++++++++ .../alarm_notification_rule_trigger_config.py | 14 ++++++++++ tb_rest_client/models/models_pe/alarm_rule.py | 14 ++++++++++ .../models/models_pe/alarm_schedule.py | 14 ++++++++++ .../models/models_pe/all_users_filter.py | 14 ++++++++++ ..._device_profile_provision_configuration.py | 14 ++++++++++ .../models_pe/allowed_permissions_info.py | 14 ++++++++++ .../models/models_pe/any_time_schedule.py | 14 ++++++++++ ..._limit_notification_rule_trigger_config.py | 14 ++++++++++ .../models_pe/api_usage_state_filter.py | 14 ++++++++++ tb_rest_client/models/models_pe/array_node.py | 14 ++++++++++ tb_rest_client/models/models_pe/asset.py | 14 ++++++++++ tb_rest_client/models/models_pe/asset_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/asset_info.py | 14 ++++++++++ .../models/models_pe/asset_profile_id.py | 14 ++++++++++ .../models/models_pe/asset_search_query.py | 14 ++++++++++ .../models_pe/asset_search_query_filter.py | 14 ++++++++++ .../models/models_pe/asset_type_filter.py | 14 ++++++++++ .../models/models_pe/atomic_integer.py | 14 ++++++++++ .../models/models_pe/attribute_export_data.py | 14 ++++++++++ .../models_pe/attributes_entity_view.py | 14 ++++++++++ tb_rest_client/models/models_pe/audit_log.py | 14 ++++++++++ .../models/models_pe/audit_log_id.py | 14 ++++++++++ .../models_pe/auto_version_create_config.py | 14 ++++++++++ .../aws_sns_sms_provider_configuration.py | 14 ++++++++++ .../backup_code_two_fa_account_config.py | 14 ++++++++++ .../backup_code_two_fa_provider_config.py | 14 ++++++++++ .../models/models_pe/blob_entity_id.py | 14 ++++++++++ .../models/models_pe/blob_entity_info.py | 14 ++++++++++ .../blob_entity_with_customer_info.py | 14 ++++++++++ .../models_pe/boolean_filter_predicate.py | 14 ++++++++++ .../models_pe/bootstrap_configuration.py | 14 ++++++++++ .../models/models_pe/branch_info.py | 14 ++++++++++ .../models/models_pe/bulk_import_request.py | 14 ++++++++++ .../models_pe/bulk_import_result_asset.py | 14 ++++++++++ .../models_pe/bulk_import_result_device.py | 14 ++++++++++ .../models_pe/bulk_import_result_edge.py | 14 ++++++++++ .../models/models_pe/byte_buffer.py | 14 ++++++++++ .../models_pe/change_password_request.py | 14 ++++++++++ ..._device_profile_provision_configuration.py | 14 ++++++++++ .../models/models_pe/claim_request.py | 14 ++++++++++ tb_rest_client/models/models_pe/clear_rule.py | 14 ++++++++++ ...utes_querying_snmp_communication_config.py | 14 ++++++++++ .../models_pe/client_registration_dto.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../coap_device_transport_configuration.py | 14 ++++++++++ .../coap_device_type_configuration.py | 14 ++++++++++ .../models/models_pe/column_mapping.py | 14 ++++++++++ .../models/models_pe/comparison_ts_value.py | 14 ++++++++++ .../models_pe/complex_filter_predicate.py | 14 ++++++++++ .../complex_version_create_request.py | 14 ++++++++++ .../models/models_pe/component_descriptor.py | 14 ++++++++++ .../models_pe/component_descriptor_id.py | 14 ++++++++++ .../models/models_pe/contact_basedobject.py | 14 ++++++++++ tb_rest_client/models/models_pe/converter.py | 14 ++++++++++ .../models/models_pe/converter_id.py | 14 ++++++++++ .../models/models_pe/custom_menu.py | 14 ++++++++++ .../models/models_pe/custom_menu_item.py | 14 ++++++++++ .../models/models_pe/custom_time_schedule.py | 14 ++++++++++ .../models_pe/custom_time_schedule_item.py | 14 ++++++++++ .../models/models_pe/custom_translation.py | 14 ++++++++++ tb_rest_client/models/models_pe/customer.py | 14 ++++++++++ .../models/models_pe/customer_id.py | 14 ++++++++++ .../models/models_pe/customer_info.py | 14 ++++++++++ .../models/models_pe/customer_users_filter.py | 14 ++++++++++ tb_rest_client/models/models_pe/dashboard.py | 14 ++++++++++ .../models/models_pe/dashboard_id.py | 14 ++++++++++ .../models/models_pe/dashboard_info.py | 14 ++++++++++ .../models_pe/debug_converter_event_filter.py | 14 ++++++++++ .../debug_integration_event_filter.py | 14 ++++++++++ .../debug_rule_chain_event_filter.py | 14 ++++++++++ .../models_pe/debug_rule_node_event_filter.py | 14 ++++++++++ .../default_coap_device_type_configuration.py | 14 ++++++++++ .../models_pe/default_device_configuration.py | 14 ++++++++++ .../default_device_profile_configuration.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../default_device_transport_configuration.py | 14 ++++++++++ .../default_rule_chain_create_request.py | 14 ++++++++++ .../default_tenant_profile_configuration.py | 14 ++++++++++ .../deferred_result_entity_data_diff.py | 14 ++++++++++ .../deferred_result_entity_data_info.py | 14 ++++++++++ .../deferred_result_list_branch_info.py | 14 ++++++++++ ...erred_result_list_versioned_entity_info.py | 14 ++++++++++ ...eferred_result_page_data_entity_version.py | 14 ++++++++++ .../deferred_result_repository_settings.py | 14 ++++++++++ .../models/models_pe/deferred_result_void.py | 14 ++++++++++ .../models/models_pe/deferred_resultuuid.py | 14 ++++++++++ .../models/models_pe/delete_tenant_request.py | 14 ++++++++++ .../delivery_method_notification_template.py | 14 ++++++++++ tb_rest_client/models/models_pe/device.py | 14 ++++++++++ ...tivity_notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_pe/device_configuration.py | 14 ++++++++++ .../models/models_pe/device_credentials_id.py | 14 ++++++++++ .../models/models_pe/device_data.py | 14 ++++++++++ .../models/models_pe/device_export_data.py | 14 ++++++++++ .../models_pe/device_group_ota_package.py | 14 ++++++++++ tb_rest_client/models/models_pe/device_id.py | 14 ++++++++++ .../models/models_pe/device_info.py | 14 ++++++++++ .../models/models_pe/device_profile_alarm.py | 14 ++++++++++ .../models_pe/device_profile_configuration.py | 14 ++++++++++ .../models/models_pe/device_profile_data.py | 14 ++++++++++ .../models/models_pe/device_profile_id.py | 14 ++++++++++ .../device_profile_provision_configuration.py | 14 ++++++++++ .../device_profile_transport_configuration.py | 14 ++++++++++ .../models/models_pe/device_search_query.py | 14 ++++++++++ .../models_pe/device_search_query_filter.py | 14 ++++++++++ .../device_transport_configuration.py | 14 ++++++++++ .../models/models_pe/device_type_filter.py | 14 ++++++++++ ..._device_profile_provision_configuration.py | 14 ++++++++++ .../models/models_pe/domain_info.py | 14 ++++++++++ .../duration_alarm_condition_spec.py | 14 ++++++++++ .../models/models_pe/dynamic_valueboolean.py | 14 ++++++++++ .../models/models_pe/dynamic_valuedouble.py | 14 ++++++++++ .../models/models_pe/dynamic_valueint.py | 14 ++++++++++ .../models/models_pe/dynamic_valuelong.py | 14 ++++++++++ .../models/models_pe/dynamic_valuestring.py | 14 ++++++++++ tb_rest_client/models/models_pe/edge.py | 14 ++++++++++ tb_rest_client/models/models_pe/edge_event.py | 14 ++++++++++ .../models/models_pe/edge_event_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/edge_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/edge_info.py | 14 ++++++++++ .../models_pe/edge_install_instructions.py | 14 ++++++++++ .../models/models_pe/edge_search_query.py | 14 ++++++++++ .../models_pe/edge_search_query_filter.py | 14 ++++++++++ .../models/models_pe/edge_type_filter.py | 14 ++++++++++ .../efento_coap_device_type_configuration.py | 14 ++++++++++ ...l_delivery_method_notification_template.py | 14 ++++++++++ .../models_pe/email_two_fa_account_config.py | 14 ++++++++++ .../models_pe/email_two_fa_provider_config.py | 14 ++++++++++ .../entities_by_group_name_filter.py | 14 ++++++++++ ..._limit_notification_rule_trigger_config.py | 14 ++++++++++ ...action_notification_rule_trigger_config.py | 14 ++++++++++ .../models/models_pe/entity_count_query.py | 14 ++++++++++ .../models/models_pe/entity_data.py | 14 ++++++++++ .../models/models_pe/entity_data_diff.py | 14 ++++++++++ .../models/models_pe/entity_data_info.py | 14 ++++++++++ .../models/models_pe/entity_data_page_link.py | 14 ++++++++++ .../models/models_pe/entity_data_query.py | 14 ++++++++++ .../models_pe/entity_data_sort_order.py | 14 ++++++++++ .../models_pe/entity_export_dataobject.py | 14 ++++++++++ .../models/models_pe/entity_filter.py | 14 ++++++++++ .../models/models_pe/entity_group.py | 14 ++++++++++ .../models_pe/entity_group_export_data.py | 14 ++++++++++ .../models/models_pe/entity_group_filter.py | 14 ++++++++++ .../models/models_pe/entity_group_id.py | 14 ++++++++++ .../models/models_pe/entity_group_info.py | 14 ++++++++++ .../models_pe/entity_group_list_filter.py | 14 ++++++++++ .../models_pe/entity_group_name_filter.py | 14 ++++++++++ tb_rest_client/models/models_pe/entity_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/entity_key.py | 14 ++++++++++ .../models/models_pe/entity_list_filter.py | 14 ++++++++++ .../models/models_pe/entity_load_error.py | 14 ++++++++++ .../models/models_pe/entity_name_filter.py | 14 ++++++++++ .../models/models_pe/entity_relation_info.py | 14 ++++++++++ .../models_pe/entity_relations_query.py | 14 ++++++++++ .../models/models_pe/entity_subtype.py | 14 ++++++++++ .../models/models_pe/entity_type_filter.py | 14 ++++++++++ .../models_pe/entity_type_load_result.py | 14 ++++++++++ .../entity_type_version_create_config.py | 14 ++++++++++ .../entity_type_version_load_config.py | 14 ++++++++++ .../entity_type_version_load_request.py | 14 ++++++++++ .../models/models_pe/entity_version.py | 14 ++++++++++ .../models/models_pe/entity_view.py | 14 ++++++++++ .../models/models_pe/entity_view_id.py | 14 ++++++++++ .../models/models_pe/entity_view_info.py | 14 ++++++++++ .../models_pe/entity_view_search_query.py | 14 ++++++++++ .../entity_view_search_query_filter.py | 14 ++++++++++ .../models_pe/entity_view_type_filter.py | 14 ++++++++++ .../models/models_pe/error_event_filter.py | 14 ++++++++++ ...ted_notification_rule_recipients_config.py | 14 ++++++++++ tb_rest_client/models/models_pe/event.py | 14 ++++++++++ .../models/models_pe/event_filter.py | 14 ++++++++++ tb_rest_client/models/models_pe/event_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/event_info.py | 14 ++++++++++ .../models_pe/exportable_entity_entity_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/favicon.py | 14 ++++++++++ .../models/models_pe/features_info.py | 14 ++++++++++ .../filter_predicate_valueboolean.py | 14 ++++++++++ .../models_pe/filter_predicate_valuedouble.py | 14 ++++++++++ .../models_pe/filter_predicate_valueint.py | 14 ++++++++++ .../models_pe/filter_predicate_valuelong.py | 14 ++++++++++ .../models_pe/filter_predicate_valuestring.py | 14 ++++++++++ .../models_pe/group_entity_export_data.py | 14 ++++++++++ .../models/models_pe/group_permission.py | 14 ++++++++++ .../models/models_pe/group_permission_id.py | 14 ++++++++++ .../models/models_pe/group_permission_info.py | 14 ++++++++++ .../models/models_pe/home_dashboard.py | 14 ++++++++++ .../models/models_pe/http_routing_key_body.py | 14 ++++++++++ .../models/models_pe/input_stream.py | 14 ++++++++++ .../models/models_pe/integration.py | 14 ++++++++++ .../models/models_pe/integration_id.py | 14 ++++++++++ .../models/models_pe/integration_info.py | 14 ++++++++++ ..._event_notification_rule_trigger_config.py | 14 ++++++++++ tb_rest_client/models/models_pe/json_node.py | 14 ++++++++++ .../json_transport_payload_configuration.py | 14 ++++++++++ .../models/models_pe/jwt_settings.py | 14 ++++++++++ tb_rest_client/models/models_pe/key_filter.py | 14 ++++++++++ .../models/models_pe/key_filter_predicate.py | 14 ++++++++++ .../models_pe/last_visited_dashboard_info.py | 14 ++++++++++ .../models/models_pe/license_usage_info.py | 14 ++++++++++ .../models_pe/life_cycle_event_filter.py | 14 ++++++++++ .../models/models_pe/login_request.py | 14 ++++++++++ .../models/models_pe/login_response.py | 14 ++++++++++ .../models_pe/login_white_labeling_params.py | 14 ++++++++++ .../lw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ .../lw_m2_m_server_security_config_default.py | 14 ++++++++++ .../models/models_pe/lw_m2m_instance.py | 14 ++++++++++ .../models/models_pe/lw_m2m_object.py | 14 ++++++++++ .../models_pe/lw_m2m_resource_observe.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../lwm2m_device_transport_configuration.py | 14 ++++++++++ tb_rest_client/models/models_pe/mapping.py | 14 ++++++++++ .../models_pe/merged_group_permission_info.py | 14 ++++++++++ .../merged_group_type_permission_info.py | 14 ++++++++++ .../models_pe/merged_user_permissions.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../mqtt_device_transport_configuration.py | 14 ++++++++++ ...ersion_notification_rule_trigger_config.py | 14 ++++++++++ ...sec_lw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ .../models/models_pe/node_connection_info.py | 14 ++++++++++ .../models/models_pe/notification.py | 14 ++++++++++ .../notification_delivery_method_config.py | 14 ++++++++++ .../models/models_pe/notification_id.py | 14 ++++++++++ .../models/models_pe/notification_info.py | 14 ++++++++++ .../models/models_pe/notification_request.py | 14 ++++++++++ .../models_pe/notification_request_config.py | 14 ++++++++++ .../models_pe/notification_request_id.py | 14 ++++++++++ .../models_pe/notification_request_preview.py | 14 ++++++++++ .../models_pe/notification_request_stats.py | 14 ++++++++++ .../models_pe/notification_rule_config.py | 14 ++++++++++ .../models/models_pe/notification_rule_id.py | 14 ++++++++++ .../notification_rule_recipients_config.py | 14 ++++++++++ .../models_pe/notification_target_id.py | 14 ++++++++++ .../models_pe/notification_template_config.py | 14 ++++++++++ .../models_pe/notification_template_id.py | 14 ++++++++++ .../models_pe/numeric_filter_predicate.py | 14 ++++++++++ .../models_pe/o_auth2_basic_mapper_config.py | 14 ++++++++++ .../models/models_pe/o_auth2_client_info.py | 14 ++++++++++ .../o_auth2_client_registration_template.py | 14 ++++++++++ ...o_auth2_client_registration_template_id.py | 14 ++++++++++ .../o_auth2_clients_domain_params.py | 14 ++++++++++ .../models_pe/o_auth2_clients_params.py | 14 ++++++++++ .../models_pe/o_auth2_custom_mapper_config.py | 14 ++++++++++ .../models/models_pe/o_auth2_domain_info.py | 14 ++++++++++ .../models/models_pe/o_auth2_info.py | 14 ++++++++++ .../models/models_pe/o_auth2_mapper_config.py | 14 ++++++++++ .../models/models_pe/o_auth2_mobile_info.py | 14 ++++++++++ .../models/models_pe/o_auth2_params_info.py | 14 ++++++++++ .../models_pe/o_auth2_registration_info.py | 14 ++++++++++ .../models/models_pe/object_attributes.py | 14 ++++++++++ .../models/models_pe/object_node.py | 14 ++++++++++ .../originator_entity_owner_users_filter.py | 14 ++++++++++ .../models/models_pe/ota_package.py | 14 ++++++++++ .../models/models_pe/ota_package_id.py | 14 ++++++++++ .../models/models_pe/ota_package_info.py | 14 ++++++++++ .../ota_package_ota_package_id_body.py | 14 ++++++++++ .../models/models_pe/other_configuration.py | 14 ++++++++++ ...age_data_blob_entity_with_customer_info.py | 14 ++++++++++ .../page_data_contact_basedobject.py | 14 ++++++++++ .../models/models_pe/page_data_converter.py | 14 ++++++++++ .../models_pe/page_data_customer_info.py | 14 ++++++++++ .../models/models_pe/page_data_edge.py | 14 ++++++++++ .../models/models_pe/page_data_edge_event.py | 14 ++++++++++ .../models/models_pe/page_data_edge_info.py | 14 ++++++++++ .../models_pe/page_data_entity_group.py | 14 ++++++++++ .../models_pe/page_data_entity_group_info.py | 14 ++++++++++ .../models_pe/page_data_entity_version.py | 14 ++++++++++ .../models_pe/page_data_entity_view_info.py | 14 ++++++++++ .../models/models_pe/page_data_event.py | 14 ++++++++++ .../models/models_pe/page_data_event_info.py | 14 ++++++++++ .../models/models_pe/page_data_integration.py | 14 ++++++++++ .../models_pe/page_data_integration_info.py | 14 ++++++++++ .../models_pe/page_data_ota_package_info.py | 14 ++++++++++ .../models/models_pe/page_data_queue.py | 14 ++++++++++ .../models/models_pe/page_data_role.py | 14 ++++++++++ .../models/models_pe/page_data_rule_chain.py | 14 ++++++++++ .../page_data_scheduler_event_info.py | 14 ++++++++++ .../models_pe/page_data_short_entity_view.py | 14 ++++++++++ .../models_pe/page_data_tb_resource_info.py | 14 ++++++++++ .../models_pe/page_data_user_email_info.py | 14 ++++++++++ .../models/models_pe/page_data_user_info.py | 14 ++++++++++ tb_rest_client/models/models_pe/palette.py | 14 ++++++++++ .../models/models_pe/palette_settings.py | 14 ++++++++++ .../models_pe/platform_two_fa_settings.py | 14 ++++++++++ ...atform_users_notification_target_config.py | 14 ++++++++++ .../models_pe/power_saving_configuration.py | 14 ++++++++++ .../models/models_pe/processing_strategy.py | 14 ++++++++++ .../proto_transport_payload_configuration.py | 14 ++++++++++ ...psk_lw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ .../psklw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ tb_rest_client/models/models_pe/queue.py | 14 ++++++++++ tb_rest_client/models/models_pe/queue_id.py | 14 ++++++++++ .../models/models_pe/raw_data_event_filter.py | 14 ++++++++++ .../models_pe/relation_entity_type_filter.py | 14 ++++++++++ .../models_pe/relations_query_filter.py | 14 ++++++++++ .../models_pe/relations_search_parameters.py | 14 ++++++++++ .../repeating_alarm_condition_spec.py | 14 ++++++++++ .../models/models_pe/report_config.py | 14 ++++++++++ .../models/models_pe/repository_settings.py | 14 ++++++++++ .../models_pe/repository_settings_info.py | 14 ++++++++++ .../models_pe/reset_password_email_request.py | 14 ++++++++++ .../models_pe/reset_password_request.py | 14 ++++++++++ tb_rest_client/models/models_pe/resource.py | 14 ++++++++++ .../models/models_pe/response_entity.py | 14 ++++++++++ tb_rest_client/models/models_pe/role.py | 14 ++++++++++ tb_rest_client/models/models_pe/role_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/rpc.py | 14 ++++++++++ tb_rest_client/models/models_pe/rpc_id.py | 14 ++++++++++ ...rpk_lw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ .../rpklw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ tb_rest_client/models/models_pe/rule_chain.py | 14 ++++++++++ .../models_pe/rule_chain_connection_info.py | 14 ++++++++++ .../models/models_pe/rule_chain_data.py | 14 ++++++++++ .../rule_chain_debug_event_filter.py | 14 ++++++++++ .../models_pe/rule_chain_export_data.py | 14 ++++++++++ .../models/models_pe/rule_chain_id.py | 14 ++++++++++ .../models_pe/rule_chain_import_result.py | 14 ++++++++++ .../models/models_pe/rule_chain_meta_data.py | 14 ++++++++++ .../rule_chain_output_labels_usage.py | 14 ++++++++++ ..._event_notification_rule_trigger_config.py | 14 ++++++++++ tb_rest_client/models/models_pe/rule_node.py | 14 ++++++++++ .../models_pe/rule_node_debug_event_filter.py | 14 ++++++++++ .../models/models_pe/rule_node_id.py | 14 ++++++++++ .../save_device_with_credentials_request.py | 14 ++++++++++ .../save_ota_package_info_request.py | 14 ++++++++++ .../models/models_pe/scheduler_event.py | 14 ++++++++++ .../models_pe/scheduler_event_filter.py | 14 ++++++++++ .../models/models_pe/scheduler_event_id.py | 14 ++++++++++ .../models/models_pe/scheduler_event_info.py | 14 ++++++++++ .../scheduler_event_with_customer_info.py | 14 ++++++++++ .../models/models_pe/security_settings.py | 14 ++++++++++ .../models_pe/self_registration_params.py | 14 ++++++++++ .../models_pe/server_security_config.py | 14 ++++++++++ .../models/models_pe/share_group_request.py | 14 ++++++++++ ...butes_setting_snmp_communication_config.py | 14 ++++++++++ .../models/models_pe/short_customer_info.py | 14 ++++++++++ .../models/models_pe/short_entity_view.py | 14 ++++++++++ .../models/models_pe/sign_up_request.py | 14 ++++++++++ .../sign_up_self_registration_params.py | 14 ++++++++++ .../models_pe/simple_alarm_condition_spec.py | 14 ++++++++++ .../models/models_pe/single_entity_filter.py | 14 ++++++++++ .../single_entity_version_create_request.py | 14 ++++++++++ .../single_entity_version_load_request.py | 14 ++++++++++ .../models/models_pe/slack_conversation.py | 14 ++++++++++ ...k_delivery_method_notification_template.py | 14 ++++++++++ ...ack_notification_delivery_method_config.py | 14 ++++++++++ .../slack_notification_target_config.py | 14 ++++++++++ .../smpp_sms_provider_configuration.py | 14 ++++++++++ ...s_delivery_method_notification_template.py | 14 ++++++++++ .../models_pe/sms_provider_configuration.py | 14 ++++++++++ .../models_pe/sms_two_fa_account_config.py | 14 ++++++++++ .../models_pe/sms_two_fa_provider_config.py | 14 ++++++++++ .../models_pe/snmp_communication_config.py | 14 ++++++++++ ..._device_profile_transport_configuration.py | 14 ++++++++++ .../snmp_device_transport_configuration.py | 14 ++++++++++ .../models/models_pe/snmp_mapping.py | 14 ++++++++++ .../models_pe/solution_install_response.py | 14 ++++++++++ .../models_pe/specific_time_schedule.py | 14 ++++++++++ .../models_pe/starred_dashboard_info.py | 14 ++++++++++ .../models_pe/state_entity_owner_filter.py | 14 ++++++++++ .../models_pe/statistics_event_filter.py | 14 ++++++++++ .../models_pe/string_filter_predicate.py | 14 ++++++++++ .../models/models_pe/submit_strategy.py | 14 ++++++++++ .../models/models_pe/subscription_usage.py | 14 ++++++++++ .../models_pe/system_administrators_filter.py | 14 ++++++++++ .../models/models_pe/system_info.py | 14 ++++++++++ .../models/models_pe/system_info_data.py | 14 ++++++++++ .../models/models_pe/tb_resource.py | 14 ++++++++++ .../models/models_pe/tb_resource_id.py | 14 ++++++++++ .../models/models_pe/tb_resource_info.py | 14 ++++++++++ .../models/models_pe/telemetry_entity_view.py | 14 ++++++++++ .../telemetry_mapping_configuration.py | 14 ++++++++++ ...etry_querying_snmp_communication_config.py | 14 ++++++++++ .../models_pe/tenant_administrators_filter.py | 14 ++++++++++ tb_rest_client/models/models_pe/tenant_id.py | 14 ++++++++++ .../models_pe/tenant_profile_configuration.py | 14 ++++++++++ .../models/models_pe/tenant_profile_data.py | 14 ++++++++++ .../models/models_pe/tenant_profile_id.py | 14 ++++++++++ .../tenant_profile_queue_configuration.py | 14 ++++++++++ .../tenant_solution_template_details.py | 14 ++++++++++ .../tenant_solution_template_info.py | 14 ++++++++++ .../tenant_solution_template_instructions.py | 14 ++++++++++ .../models/models_pe/test_sms_request.py | 14 ++++++++++ ...hingsboard_credentials_expired_response.py | 14 ++++++++++ .../models_pe/thingsboard_error_response.py | 14 ++++++++++ ...e_rpc_request_snmp_communication_config.py | 14 ++++++++++ .../models_pe/totp_two_fa_account_config.py | 14 ++++++++++ .../models_pe/totp_two_fa_provider_config.py | 14 ++++++++++ .../transport_payload_type_configuration.py | 14 ++++++++++ tb_rest_client/models/models_pe/ts_value.py | 14 ++++++++++ .../twilio_sms_provider_configuration.py | 14 ++++++++++ .../models/models_pe/two_fa_account_config.py | 14 ++++++++++ .../two_fa_account_config_update_request.py | 14 ++++++++++ .../models_pe/two_fa_provider_config.py | 14 ++++++++++ .../models/models_pe/two_fa_provider_info.py | 14 ++++++++++ .../models/models_pe/update_message.py | 14 ++++++++++ tb_rest_client/models/models_pe/user.py | 14 ++++++++++ .../models/models_pe/user_dashboards_info.py | 14 ++++++++++ .../models/models_pe/user_email_info.py | 14 ++++++++++ .../models_pe/user_group_list_filter.py | 14 ++++++++++ tb_rest_client/models/models_pe/user_id.py | 14 ++++++++++ tb_rest_client/models/models_pe/user_info.py | 14 ++++++++++ .../models/models_pe/user_list_filter.py | 14 ++++++++++ .../models/models_pe/user_password_policy.py | 14 ++++++++++ .../models/models_pe/user_role_filter.py | 14 ++++++++++ .../models/models_pe/users_filter.py | 14 ++++++++++ .../models/models_pe/version_create_config.py | 14 ++++++++++ .../models_pe/version_create_request.py | 14 ++++++++++ .../models_pe/version_creation_result.py | 14 ++++++++++ .../models/models_pe/version_load_config.py | 14 ++++++++++ .../models/models_pe/version_load_request.py | 14 ++++++++++ .../models/models_pe/version_load_result.py | 14 ++++++++++ .../models/models_pe/versioned_entity_info.py | 14 ++++++++++ ...b_delivery_method_notification_template.py | 14 ++++++++++ .../models/models_pe/white_labeling_params.py | 14 ++++++++++ .../models/models_pe/widget_type_id.py | 14 ++++++++++ .../models/models_pe/widget_type_info.py | 14 ++++++++++ .../models_pe/widgets_bundle_export_data.py | 14 ++++++++++ .../models/models_pe/widgets_bundle_id.py | 14 ++++++++++ ...rtificate_chain_provision_configuration.py | 14 ++++++++++ ...509_lw_m2_m_bootstrap_server_credential.py | 14 ++++++++++ tb_rest_client/rest.py | 27 ++++++++++++++++++- tb_rest_client/rest_client_base.py | 27 +++++++++---------- tb_rest_client/rest_client_ce.py | 27 +++++++++---------- tb_rest_client/rest_client_pe.py | 27 +++++++++---------- test/__init__.py | 14 ++++++++++ test/tests.py | 14 ++++++++++ test/tests_ce.py | 14 ++++++++++ test/tests_pe.py | 14 ++++++++++ 1005 files changed, 14072 insertions(+), 137 deletions(-) diff --git a/__init__.py b/__init__.py index 2af4123f..a8a18a65 100644 --- a/__init__.py +++ b/__init__.py @@ -1,15 +1,15 @@ -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # diff --git a/examples/__init__.py b/examples/__init__.py index 2af4123f..a8a18a65 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,15 +1,15 @@ -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # diff --git a/examples/configure_vcs_access.py b/examples/configure_vcs_access.py index 4cd78ffb..b3936ab9 100644 --- a/examples/configure_vcs_access.py +++ b/examples/configure_vcs_access.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from argparse import ArgumentParser from os.path import pathsep diff --git a/examples/example_application.py b/examples/example_application.py index 96451bbb..6af3fae4 100644 --- a/examples/example_application.py +++ b/examples/example_application.py @@ -1,16 +1,16 @@ -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # import logging diff --git a/examples/example_application_2.py b/examples/example_application_2.py index f2114f7d..486a9036 100644 --- a/examples/example_application_2.py +++ b/examples/example_application_2.py @@ -1,16 +1,16 @@ -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # import logging diff --git a/examples/load_all_entities_from_vcs_ce.py b/examples/load_all_entities_from_vcs_ce.py index a3ead0c8..0ea5b922 100644 --- a/examples/load_all_entities_from_vcs_ce.py +++ b/examples/load_all_entities_from_vcs_ce.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from argparse import ArgumentParser from random import choice diff --git a/examples/load_all_entities_from_vcs_pe.py b/examples/load_all_entities_from_vcs_pe.py index 933810da..d2893095 100644 --- a/examples/load_all_entities_from_vcs_pe.py +++ b/examples/load_all_entities_from_vcs_pe.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from argparse import ArgumentParser from random import choice diff --git a/examples/save_all_entities_to_vcs_ce.py b/examples/save_all_entities_to_vcs_ce.py index 18880049..fc4403b0 100644 --- a/examples/save_all_entities_to_vcs_ce.py +++ b/examples/save_all_entities_to_vcs_ce.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from argparse import ArgumentParser from random import choice diff --git a/examples/save_all_entities_to_vcs_pe.py b/examples/save_all_entities_to_vcs_pe.py index 5cef55ca..8a17fab2 100644 --- a/examples/save_all_entities_to_vcs_pe.py +++ b/examples/save_all_entities_to_vcs_pe.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from argparse import ArgumentParser from random import choice diff --git a/examples/version_control_complex_example_ce.py b/examples/version_control_complex_example_ce.py index 70f14775..ac979c2a 100644 --- a/examples/version_control_complex_example_ce.py +++ b/examples/version_control_complex_example_ce.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from random import choice from string import hexdigits diff --git a/examples/version_control_complex_example_pe.py b/examples/version_control_complex_example_pe.py index a59645b6..2bbb421b 100644 --- a/examples/version_control_complex_example_pe.py +++ b/examples/version_control_complex_example_pe.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from random import choice from string import hexdigits diff --git a/examples/version_control_single_device_example_ce.py b/examples/version_control_single_device_example_ce.py index 4431f7cb..0df8e087 100644 --- a/examples/version_control_single_device_example_ce.py +++ b/examples/version_control_single_device_example_ce.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from random import choice from string import hexdigits diff --git a/examples/version_control_single_device_example_pe.py b/examples/version_control_single_device_example_pe.py index cccb7e23..90b05fda 100644 --- a/examples/version_control_single_device_example_pe.py +++ b/examples/version_control_single_device_example_pe.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import logging from random import choice from string import hexdigits diff --git a/setup.py b/setup.py index 8aa63d24..b39b7459 100644 --- a/setup.py +++ b/setup.py @@ -1,18 +1,17 @@ -# coding: utf-8 -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from setuptools import setup, find_packages # noqa: H301 from os import path diff --git a/tb_rest_client/__init__.py b/tb_rest_client/__init__.py index 61e15ac0..d3af56e2 100644 --- a/tb_rest_client/__init__.py +++ b/tb_rest_client/__init__.py @@ -1,2 +1,16 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from .rest_client_ce import RestClientCE from .rest_client_pe import RestClientPE diff --git a/tb_rest_client/api/__init__.py b/tb_rest_client/api/__init__.py index e69de29b..51546460 100644 --- a/tb_rest_client/api/__init__.py +++ b/tb_rest_client/api/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/tb_rest_client/api/api_ce/__init__.py b/tb_rest_client/api/api_ce/__init__.py index bd812f85..282107cd 100644 --- a/tb_rest_client/api/api_ce/__init__.py +++ b/tb_rest_client/api/api_ce/__init__.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from .o_auth_2_config_template_controller_api import OAuth2ConfigTemplateControllerApi from .asset_controller_api import AssetControllerApi from .rule_chain_controller_api import RuleChainControllerApi diff --git a/tb_rest_client/api/api_ce/admin_controller_api.py b/tb_rest_client/api/api_ce/admin_controller_api.py index e8ff6d5c..17a3a6a8 100644 --- a/tb_rest_client/api/api_ce/admin_controller_api.py +++ b/tb_rest_client/api/api_ce/admin_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/alarm_comment_controller_api.py b/tb_rest_client/api/api_ce/alarm_comment_controller_api.py index 611a3774..9f658535 100644 --- a/tb_rest_client/api/api_ce/alarm_comment_controller_api.py +++ b/tb_rest_client/api/api_ce/alarm_comment_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/alarm_controller_api.py b/tb_rest_client/api/api_ce/alarm_controller_api.py index 04cae38e..47391279 100644 --- a/tb_rest_client/api/api_ce/alarm_controller_api.py +++ b/tb_rest_client/api/api_ce/alarm_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/asset_controller_api.py b/tb_rest_client/api/api_ce/asset_controller_api.py index a7415220..12d71427 100644 --- a/tb_rest_client/api/api_ce/asset_controller_api.py +++ b/tb_rest_client/api/api_ce/asset_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/asset_profile_controller_api.py b/tb_rest_client/api/api_ce/asset_profile_controller_api.py index 48a5b2ce..32038794 100644 --- a/tb_rest_client/api/api_ce/asset_profile_controller_api.py +++ b/tb_rest_client/api/api_ce/asset_profile_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/audit_log_controller_api.py b/tb_rest_client/api/api_ce/audit_log_controller_api.py index 3afad951..84c91fd6 100644 --- a/tb_rest_client/api/api_ce/audit_log_controller_api.py +++ b/tb_rest_client/api/api_ce/audit_log_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/auth_controller_api.py b/tb_rest_client/api/api_ce/auth_controller_api.py index 9aa86859..816f0263 100644 --- a/tb_rest_client/api/api_ce/auth_controller_api.py +++ b/tb_rest_client/api/api_ce/auth_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/component_descriptor_controller_api.py b/tb_rest_client/api/api_ce/component_descriptor_controller_api.py index 179f22df..bb754542 100644 --- a/tb_rest_client/api/api_ce/component_descriptor_controller_api.py +++ b/tb_rest_client/api/api_ce/component_descriptor_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/customer_controller_api.py b/tb_rest_client/api/api_ce/customer_controller_api.py index 62381cdb..cc5c37ad 100644 --- a/tb_rest_client/api/api_ce/customer_controller_api.py +++ b/tb_rest_client/api/api_ce/customer_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/dashboard_controller_api.py b/tb_rest_client/api/api_ce/dashboard_controller_api.py index d01dae72..265dd6cd 100644 --- a/tb_rest_client/api/api_ce/dashboard_controller_api.py +++ b/tb_rest_client/api/api_ce/dashboard_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/device_api_controller_api.py b/tb_rest_client/api/api_ce/device_api_controller_api.py index b2a15ab7..0379c8b6 100644 --- a/tb_rest_client/api/api_ce/device_api_controller_api.py +++ b/tb_rest_client/api/api_ce/device_api_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/device_controller_api.py b/tb_rest_client/api/api_ce/device_controller_api.py index dab89b84..8c375130 100644 --- a/tb_rest_client/api/api_ce/device_controller_api.py +++ b/tb_rest_client/api/api_ce/device_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/device_profile_controller_api.py b/tb_rest_client/api/api_ce/device_profile_controller_api.py index 203f7ba3..f7d31c0d 100644 --- a/tb_rest_client/api/api_ce/device_profile_controller_api.py +++ b/tb_rest_client/api/api_ce/device_profile_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/edge_controller_api.py b/tb_rest_client/api/api_ce/edge_controller_api.py index f93b05a0..e5459e3a 100644 --- a/tb_rest_client/api/api_ce/edge_controller_api.py +++ b/tb_rest_client/api/api_ce/edge_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/edge_event_controller_api.py b/tb_rest_client/api/api_ce/edge_event_controller_api.py index aa848196..d005dee8 100644 --- a/tb_rest_client/api/api_ce/edge_event_controller_api.py +++ b/tb_rest_client/api/api_ce/edge_event_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/entities_version_control_controller_api.py b/tb_rest_client/api/api_ce/entities_version_control_controller_api.py index b3675ec7..db55a3c5 100644 --- a/tb_rest_client/api/api_ce/entities_version_control_controller_api.py +++ b/tb_rest_client/api/api_ce/entities_version_control_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/entity_query_controller_api.py b/tb_rest_client/api/api_ce/entity_query_controller_api.py index 92d2de76..d03683f2 100644 --- a/tb_rest_client/api/api_ce/entity_query_controller_api.py +++ b/tb_rest_client/api/api_ce/entity_query_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/entity_relation_controller_api.py b/tb_rest_client/api/api_ce/entity_relation_controller_api.py index dd13fc8e..90f72579 100644 --- a/tb_rest_client/api/api_ce/entity_relation_controller_api.py +++ b/tb_rest_client/api/api_ce/entity_relation_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/entity_view_controller_api.py b/tb_rest_client/api/api_ce/entity_view_controller_api.py index 47e1d9b4..fb567b93 100644 --- a/tb_rest_client/api/api_ce/entity_view_controller_api.py +++ b/tb_rest_client/api/api_ce/entity_view_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/event_controller_api.py b/tb_rest_client/api/api_ce/event_controller_api.py index aa6d6d0e..a160e18f 100644 --- a/tb_rest_client/api/api_ce/event_controller_api.py +++ b/tb_rest_client/api/api_ce/event_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/login_endpoint_api.py b/tb_rest_client/api/api_ce/login_endpoint_api.py index 75f89375..4542027b 100644 --- a/tb_rest_client/api/api_ce/login_endpoint_api.py +++ b/tb_rest_client/api/api_ce/login_endpoint_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/lwm_2m_controller_api.py b/tb_rest_client/api/api_ce/lwm_2m_controller_api.py index 0ad63dc5..0e14c4aa 100644 --- a/tb_rest_client/api/api_ce/lwm_2m_controller_api.py +++ b/tb_rest_client/api/api_ce/lwm_2m_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/notification_controller_api.py b/tb_rest_client/api/api_ce/notification_controller_api.py index 377f2ed5..98434599 100644 --- a/tb_rest_client/api/api_ce/notification_controller_api.py +++ b/tb_rest_client/api/api_ce/notification_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/notification_rule_controller_api.py b/tb_rest_client/api/api_ce/notification_rule_controller_api.py index f59eb9a2..f58c6d8d 100644 --- a/tb_rest_client/api/api_ce/notification_rule_controller_api.py +++ b/tb_rest_client/api/api_ce/notification_rule_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/notification_target_controller_api.py b/tb_rest_client/api/api_ce/notification_target_controller_api.py index 27d857e7..caedf710 100644 --- a/tb_rest_client/api/api_ce/notification_target_controller_api.py +++ b/tb_rest_client/api/api_ce/notification_target_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/notification_template_controller_api.py b/tb_rest_client/api/api_ce/notification_template_controller_api.py index b8e5d85c..ea7e3443 100644 --- a/tb_rest_client/api/api_ce/notification_template_controller_api.py +++ b/tb_rest_client/api/api_ce/notification_template_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/o_auth_2_config_template_controller_api.py b/tb_rest_client/api/api_ce/o_auth_2_config_template_controller_api.py index 2da06dac..226eb2c1 100644 --- a/tb_rest_client/api/api_ce/o_auth_2_config_template_controller_api.py +++ b/tb_rest_client/api/api_ce/o_auth_2_config_template_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/o_auth_2_controller_api.py b/tb_rest_client/api/api_ce/o_auth_2_controller_api.py index dee506c1..8e3b9f12 100644 --- a/tb_rest_client/api/api_ce/o_auth_2_controller_api.py +++ b/tb_rest_client/api/api_ce/o_auth_2_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/ota_package_controller_api.py b/tb_rest_client/api/api_ce/ota_package_controller_api.py index 4db72e43..9d0717bf 100644 --- a/tb_rest_client/api/api_ce/ota_package_controller_api.py +++ b/tb_rest_client/api/api_ce/ota_package_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/queue_controller_api.py b/tb_rest_client/api/api_ce/queue_controller_api.py index b15c027e..f6d6cfaf 100644 --- a/tb_rest_client/api/api_ce/queue_controller_api.py +++ b/tb_rest_client/api/api_ce/queue_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/rpc_v_1_controller_api.py b/tb_rest_client/api/api_ce/rpc_v_1_controller_api.py index ea90b2b0..7d97a654 100644 --- a/tb_rest_client/api/api_ce/rpc_v_1_controller_api.py +++ b/tb_rest_client/api/api_ce/rpc_v_1_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/rpc_v_2_controller_api.py b/tb_rest_client/api/api_ce/rpc_v_2_controller_api.py index 51e0dc0c..7dce21eb 100644 --- a/tb_rest_client/api/api_ce/rpc_v_2_controller_api.py +++ b/tb_rest_client/api/api_ce/rpc_v_2_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/rule_chain_controller_api.py b/tb_rest_client/api/api_ce/rule_chain_controller_api.py index a8be8b5e..60c64f2a 100644 --- a/tb_rest_client/api/api_ce/rule_chain_controller_api.py +++ b/tb_rest_client/api/api_ce/rule_chain_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/tb_resource_controller_api.py b/tb_rest_client/api/api_ce/tb_resource_controller_api.py index 23091bf7..d4ce57c2 100644 --- a/tb_rest_client/api/api_ce/tb_resource_controller_api.py +++ b/tb_rest_client/api/api_ce/tb_resource_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/telemetry_controller_api.py b/tb_rest_client/api/api_ce/telemetry_controller_api.py index cd4c48a8..de6bb8ba 100644 --- a/tb_rest_client/api/api_ce/telemetry_controller_api.py +++ b/tb_rest_client/api/api_ce/telemetry_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/tenant_controller_api.py b/tb_rest_client/api/api_ce/tenant_controller_api.py index 0c05b023..d392b8cf 100644 --- a/tb_rest_client/api/api_ce/tenant_controller_api.py +++ b/tb_rest_client/api/api_ce/tenant_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/tenant_profile_controller_api.py b/tb_rest_client/api/api_ce/tenant_profile_controller_api.py index a5355fad..d9697cc0 100644 --- a/tb_rest_client/api/api_ce/tenant_profile_controller_api.py +++ b/tb_rest_client/api/api_ce/tenant_profile_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/two_factor_auth_config_controller_api.py b/tb_rest_client/api/api_ce/two_factor_auth_config_controller_api.py index 366ec4f5..d3540f7b 100644 --- a/tb_rest_client/api/api_ce/two_factor_auth_config_controller_api.py +++ b/tb_rest_client/api/api_ce/two_factor_auth_config_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/two_factor_auth_controller_api.py b/tb_rest_client/api/api_ce/two_factor_auth_controller_api.py index 088fbba8..9ef1d61e 100644 --- a/tb_rest_client/api/api_ce/two_factor_auth_controller_api.py +++ b/tb_rest_client/api/api_ce/two_factor_auth_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/ui_settings_controller_api.py b/tb_rest_client/api/api_ce/ui_settings_controller_api.py index b0212929..65e045e5 100644 --- a/tb_rest_client/api/api_ce/ui_settings_controller_api.py +++ b/tb_rest_client/api/api_ce/ui_settings_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/usage_info_controller_api.py b/tb_rest_client/api/api_ce/usage_info_controller_api.py index b863ca20..9bdff357 100644 --- a/tb_rest_client/api/api_ce/usage_info_controller_api.py +++ b/tb_rest_client/api/api_ce/usage_info_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/user_controller_api.py b/tb_rest_client/api/api_ce/user_controller_api.py index 944291aa..fe911328 100644 --- a/tb_rest_client/api/api_ce/user_controller_api.py +++ b/tb_rest_client/api/api_ce/user_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/widget_type_controller_api.py b/tb_rest_client/api/api_ce/widget_type_controller_api.py index 564ec08a..3f8a3226 100644 --- a/tb_rest_client/api/api_ce/widget_type_controller_api.py +++ b/tb_rest_client/api/api_ce/widget_type_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_ce/widgets_bundle_controller_api.py b/tb_rest_client/api/api_ce/widgets_bundle_controller_api.py index ba3cd06d..cd5ace3c 100644 --- a/tb_rest_client/api/api_ce/widgets_bundle_controller_api.py +++ b/tb_rest_client/api/api_ce/widgets_bundle_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/__init__.py b/tb_rest_client/api/api_pe/__init__.py index 9b23d577..65fff6fb 100644 --- a/tb_rest_client/api/api_pe/__init__.py +++ b/tb_rest_client/api/api_pe/__init__.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from .self_registration_controller_api import SelfRegistrationControllerApi from .http_integration_controller_api import HttpIntegrationControllerApi from .asset_controller_api import AssetControllerApi diff --git a/tb_rest_client/api/api_pe/admin_controller_api.py b/tb_rest_client/api/api_pe/admin_controller_api.py index b5a4f950..8f5a05bf 100644 --- a/tb_rest_client/api/api_pe/admin_controller_api.py +++ b/tb_rest_client/api/api_pe/admin_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/alarm_comment_controller_api.py b/tb_rest_client/api/api_pe/alarm_comment_controller_api.py index 638f40db..49145cd6 100644 --- a/tb_rest_client/api/api_pe/alarm_comment_controller_api.py +++ b/tb_rest_client/api/api_pe/alarm_comment_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/alarm_controller_api.py b/tb_rest_client/api/api_pe/alarm_controller_api.py index 1c3069d6..aed42b10 100644 --- a/tb_rest_client/api/api_pe/alarm_controller_api.py +++ b/tb_rest_client/api/api_pe/alarm_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/asset_controller_api.py b/tb_rest_client/api/api_pe/asset_controller_api.py index d1bbc667..30b9eb32 100644 --- a/tb_rest_client/api/api_pe/asset_controller_api.py +++ b/tb_rest_client/api/api_pe/asset_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/asset_profile_controller_api.py b/tb_rest_client/api/api_pe/asset_profile_controller_api.py index 5921c878..b16bd3d7 100644 --- a/tb_rest_client/api/api_pe/asset_profile_controller_api.py +++ b/tb_rest_client/api/api_pe/asset_profile_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/audit_log_controller_api.py b/tb_rest_client/api/api_pe/audit_log_controller_api.py index d831c34a..93e2106f 100644 --- a/tb_rest_client/api/api_pe/audit_log_controller_api.py +++ b/tb_rest_client/api/api_pe/audit_log_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/auth_controller_api.py b/tb_rest_client/api/api_pe/auth_controller_api.py index 4dabfac6..5f7e9b13 100644 --- a/tb_rest_client/api/api_pe/auth_controller_api.py +++ b/tb_rest_client/api/api_pe/auth_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/billing_endpoint_controller_api.py b/tb_rest_client/api/api_pe/billing_endpoint_controller_api.py index 59f407f8..9a11d221 100644 --- a/tb_rest_client/api/api_pe/billing_endpoint_controller_api.py +++ b/tb_rest_client/api/api_pe/billing_endpoint_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/blob_entity_controller_api.py b/tb_rest_client/api/api_pe/blob_entity_controller_api.py index abfab902..da293eec 100644 --- a/tb_rest_client/api/api_pe/blob_entity_controller_api.py +++ b/tb_rest_client/api/api_pe/blob_entity_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/chirp_stack_integration_controller_api.py b/tb_rest_client/api/api_pe/chirp_stack_integration_controller_api.py index 9be8639e..04e91566 100644 --- a/tb_rest_client/api/api_pe/chirp_stack_integration_controller_api.py +++ b/tb_rest_client/api/api_pe/chirp_stack_integration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/cloud_endpoint_controller_api.py b/tb_rest_client/api/api_pe/cloud_endpoint_controller_api.py index e9b12181..bedf6e63 100644 --- a/tb_rest_client/api/api_pe/cloud_endpoint_controller_api.py +++ b/tb_rest_client/api/api_pe/cloud_endpoint_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/component_descriptor_controller_api.py b/tb_rest_client/api/api_pe/component_descriptor_controller_api.py index 15b3f85e..c4455055 100644 --- a/tb_rest_client/api/api_pe/component_descriptor_controller_api.py +++ b/tb_rest_client/api/api_pe/component_descriptor_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/converter_controller_api.py b/tb_rest_client/api/api_pe/converter_controller_api.py index 40f481d8..70f8d792 100644 --- a/tb_rest_client/api/api_pe/converter_controller_api.py +++ b/tb_rest_client/api/api_pe/converter_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/custom_menu_controller_api.py b/tb_rest_client/api/api_pe/custom_menu_controller_api.py index d9ac964d..9af438e7 100644 --- a/tb_rest_client/api/api_pe/custom_menu_controller_api.py +++ b/tb_rest_client/api/api_pe/custom_menu_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/custom_translation_controller_api.py b/tb_rest_client/api/api_pe/custom_translation_controller_api.py index 7b78aa19..6a5885c7 100644 --- a/tb_rest_client/api/api_pe/custom_translation_controller_api.py +++ b/tb_rest_client/api/api_pe/custom_translation_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/customer_controller_api.py b/tb_rest_client/api/api_pe/customer_controller_api.py index 2cf2f90c..6b64dfae 100644 --- a/tb_rest_client/api/api_pe/customer_controller_api.py +++ b/tb_rest_client/api/api_pe/customer_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/dashboard_controller_api.py b/tb_rest_client/api/api_pe/dashboard_controller_api.py index c7bf17cb..5f08bb02 100644 --- a/tb_rest_client/api/api_pe/dashboard_controller_api.py +++ b/tb_rest_client/api/api_pe/dashboard_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/device_api_controller_api.py b/tb_rest_client/api/api_pe/device_api_controller_api.py index 9638f481..ddec4968 100644 --- a/tb_rest_client/api/api_pe/device_api_controller_api.py +++ b/tb_rest_client/api/api_pe/device_api_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/device_controller_api.py b/tb_rest_client/api/api_pe/device_controller_api.py index 19b64b58..4724478f 100644 --- a/tb_rest_client/api/api_pe/device_controller_api.py +++ b/tb_rest_client/api/api_pe/device_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/device_group_ota_package_controller_api.py b/tb_rest_client/api/api_pe/device_group_ota_package_controller_api.py index bcab47cb..4da166bd 100644 --- a/tb_rest_client/api/api_pe/device_group_ota_package_controller_api.py +++ b/tb_rest_client/api/api_pe/device_group_ota_package_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/device_profile_controller_api.py b/tb_rest_client/api/api_pe/device_profile_controller_api.py index 083c0d97..d70a614e 100644 --- a/tb_rest_client/api/api_pe/device_profile_controller_api.py +++ b/tb_rest_client/api/api_pe/device_profile_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/edge_controller_api.py b/tb_rest_client/api/api_pe/edge_controller_api.py index 7839d806..5a769566 100644 --- a/tb_rest_client/api/api_pe/edge_controller_api.py +++ b/tb_rest_client/api/api_pe/edge_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/edge_event_controller_api.py b/tb_rest_client/api/api_pe/edge_event_controller_api.py index cc01c534..02e58a86 100644 --- a/tb_rest_client/api/api_pe/edge_event_controller_api.py +++ b/tb_rest_client/api/api_pe/edge_event_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/entities_version_control_controller_api.py b/tb_rest_client/api/api_pe/entities_version_control_controller_api.py index 2372c9f2..cd2e2ac2 100644 --- a/tb_rest_client/api/api_pe/entities_version_control_controller_api.py +++ b/tb_rest_client/api/api_pe/entities_version_control_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/entity_group_controller_api.py b/tb_rest_client/api/api_pe/entity_group_controller_api.py index 8f8cd252..f399795f 100644 --- a/tb_rest_client/api/api_pe/entity_group_controller_api.py +++ b/tb_rest_client/api/api_pe/entity_group_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/entity_query_controller_api.py b/tb_rest_client/api/api_pe/entity_query_controller_api.py index b8cad7d2..52f62b23 100644 --- a/tb_rest_client/api/api_pe/entity_query_controller_api.py +++ b/tb_rest_client/api/api_pe/entity_query_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/entity_relation_controller_api.py b/tb_rest_client/api/api_pe/entity_relation_controller_api.py index 75f1be6f..761a99e8 100644 --- a/tb_rest_client/api/api_pe/entity_relation_controller_api.py +++ b/tb_rest_client/api/api_pe/entity_relation_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/entity_view_controller_api.py b/tb_rest_client/api/api_pe/entity_view_controller_api.py index 76787902..3a516b9c 100644 --- a/tb_rest_client/api/api_pe/entity_view_controller_api.py +++ b/tb_rest_client/api/api_pe/entity_view_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/event_controller_api.py b/tb_rest_client/api/api_pe/event_controller_api.py index 2aadf5c3..3ca1aa80 100644 --- a/tb_rest_client/api/api_pe/event_controller_api.py +++ b/tb_rest_client/api/api_pe/event_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/group_permission_controller_api.py b/tb_rest_client/api/api_pe/group_permission_controller_api.py index d1ee2a1f..1f1c1e9b 100644 --- a/tb_rest_client/api/api_pe/group_permission_controller_api.py +++ b/tb_rest_client/api/api_pe/group_permission_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/http_integration_controller_api.py b/tb_rest_client/api/api_pe/http_integration_controller_api.py index 7aed8ad7..d2b3b158 100644 --- a/tb_rest_client/api/api_pe/http_integration_controller_api.py +++ b/tb_rest_client/api/api_pe/http_integration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/integration_controller_api.py b/tb_rest_client/api/api_pe/integration_controller_api.py index 59117fc1..26a6dae1 100644 --- a/tb_rest_client/api/api_pe/integration_controller_api.py +++ b/tb_rest_client/api/api_pe/integration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/login_endpoint_api.py b/tb_rest_client/api/api_pe/login_endpoint_api.py index 2dccfe84..f3a3fb76 100644 --- a/tb_rest_client/api/api_pe/login_endpoint_api.py +++ b/tb_rest_client/api/api_pe/login_endpoint_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/loriot_integration_controller_api.py b/tb_rest_client/api/api_pe/loriot_integration_controller_api.py index 3e60f548..049026ae 100644 --- a/tb_rest_client/api/api_pe/loriot_integration_controller_api.py +++ b/tb_rest_client/api/api_pe/loriot_integration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/lwm_2m_controller_api.py b/tb_rest_client/api/api_pe/lwm_2m_controller_api.py index c94d93f6..ce9ec841 100644 --- a/tb_rest_client/api/api_pe/lwm_2m_controller_api.py +++ b/tb_rest_client/api/api_pe/lwm_2m_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/notification_controller_api.py b/tb_rest_client/api/api_pe/notification_controller_api.py index 06c0205b..cc841a9f 100644 --- a/tb_rest_client/api/api_pe/notification_controller_api.py +++ b/tb_rest_client/api/api_pe/notification_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/notification_rule_controller_api.py b/tb_rest_client/api/api_pe/notification_rule_controller_api.py index 71dbc9aa..972b61cc 100644 --- a/tb_rest_client/api/api_pe/notification_rule_controller_api.py +++ b/tb_rest_client/api/api_pe/notification_rule_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/notification_target_controller_api.py b/tb_rest_client/api/api_pe/notification_target_controller_api.py index f5ad8e57..c5b3f7d2 100644 --- a/tb_rest_client/api/api_pe/notification_target_controller_api.py +++ b/tb_rest_client/api/api_pe/notification_target_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/notification_template_controller_api.py b/tb_rest_client/api/api_pe/notification_template_controller_api.py index ddfd2401..54a77d2f 100644 --- a/tb_rest_client/api/api_pe/notification_template_controller_api.py +++ b/tb_rest_client/api/api_pe/notification_template_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/o_auth_2_config_template_controller_api.py b/tb_rest_client/api/api_pe/o_auth_2_config_template_controller_api.py index b19e9e57..24cae4f8 100644 --- a/tb_rest_client/api/api_pe/o_auth_2_config_template_controller_api.py +++ b/tb_rest_client/api/api_pe/o_auth_2_config_template_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/o_auth_2_controller_api.py b/tb_rest_client/api/api_pe/o_auth_2_controller_api.py index c30dfa3d..ba4841f5 100644 --- a/tb_rest_client/api/api_pe/o_auth_2_controller_api.py +++ b/tb_rest_client/api/api_pe/o_auth_2_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/ocean_connect_integration_controller_api.py b/tb_rest_client/api/api_pe/ocean_connect_integration_controller_api.py index 2b3d5709..e70406f6 100644 --- a/tb_rest_client/api/api_pe/ocean_connect_integration_controller_api.py +++ b/tb_rest_client/api/api_pe/ocean_connect_integration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/ota_package_controller_api.py b/tb_rest_client/api/api_pe/ota_package_controller_api.py index e25f7ddf..555b5293 100644 --- a/tb_rest_client/api/api_pe/ota_package_controller_api.py +++ b/tb_rest_client/api/api_pe/ota_package_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/owner_controller_api.py b/tb_rest_client/api/api_pe/owner_controller_api.py index 4b478f04..c775274d 100644 --- a/tb_rest_client/api/api_pe/owner_controller_api.py +++ b/tb_rest_client/api/api_pe/owner_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/queue_controller_api.py b/tb_rest_client/api/api_pe/queue_controller_api.py index 225ba3f0..40831dff 100644 --- a/tb_rest_client/api/api_pe/queue_controller_api.py +++ b/tb_rest_client/api/api_pe/queue_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/report_controller_api.py b/tb_rest_client/api/api_pe/report_controller_api.py index dc174414..268a7791 100644 --- a/tb_rest_client/api/api_pe/report_controller_api.py +++ b/tb_rest_client/api/api_pe/report_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/role_controller_api.py b/tb_rest_client/api/api_pe/role_controller_api.py index 478a2be0..55d402f4 100644 --- a/tb_rest_client/api/api_pe/role_controller_api.py +++ b/tb_rest_client/api/api_pe/role_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/rpc_controller_api.py b/tb_rest_client/api/api_pe/rpc_controller_api.py index e23efdcd..c976b0b3 100644 --- a/tb_rest_client/api/api_pe/rpc_controller_api.py +++ b/tb_rest_client/api/api_pe/rpc_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/rpc_v_1_controller_api.py b/tb_rest_client/api/api_pe/rpc_v_1_controller_api.py index 32b32824..0f5c3520 100644 --- a/tb_rest_client/api/api_pe/rpc_v_1_controller_api.py +++ b/tb_rest_client/api/api_pe/rpc_v_1_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/rpc_v_2_controller_api.py b/tb_rest_client/api/api_pe/rpc_v_2_controller_api.py index 1319b00d..481f70f2 100644 --- a/tb_rest_client/api/api_pe/rpc_v_2_controller_api.py +++ b/tb_rest_client/api/api_pe/rpc_v_2_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/rule_chain_controller_api.py b/tb_rest_client/api/api_pe/rule_chain_controller_api.py index 650bae61..51c7ab7f 100644 --- a/tb_rest_client/api/api_pe/rule_chain_controller_api.py +++ b/tb_rest_client/api/api_pe/rule_chain_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/rule_engine_controller_api.py b/tb_rest_client/api/api_pe/rule_engine_controller_api.py index 195786d2..6b374cdd 100644 --- a/tb_rest_client/api/api_pe/rule_engine_controller_api.py +++ b/tb_rest_client/api/api_pe/rule_engine_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/scheduler_event_controller_api.py b/tb_rest_client/api/api_pe/scheduler_event_controller_api.py index b2c00de2..5beeedb5 100644 --- a/tb_rest_client/api/api_pe/scheduler_event_controller_api.py +++ b/tb_rest_client/api/api_pe/scheduler_event_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/self_registration_controller_api.py b/tb_rest_client/api/api_pe/self_registration_controller_api.py index 6c6f7156..8d1f6979 100644 --- a/tb_rest_client/api/api_pe/self_registration_controller_api.py +++ b/tb_rest_client/api/api_pe/self_registration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/sig_fox_integration_controller_api.py b/tb_rest_client/api/api_pe/sig_fox_integration_controller_api.py index b17e2492..70e41df3 100644 --- a/tb_rest_client/api/api_pe/sig_fox_integration_controller_api.py +++ b/tb_rest_client/api/api_pe/sig_fox_integration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/sign_up_controller_api.py b/tb_rest_client/api/api_pe/sign_up_controller_api.py index 47dab231..4b58910f 100644 --- a/tb_rest_client/api/api_pe/sign_up_controller_api.py +++ b/tb_rest_client/api/api_pe/sign_up_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/solution_controller_api.py b/tb_rest_client/api/api_pe/solution_controller_api.py index 68c1c74e..3f5b3484 100644 --- a/tb_rest_client/api/api_pe/solution_controller_api.py +++ b/tb_rest_client/api/api_pe/solution_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/subscription_controller_api.py b/tb_rest_client/api/api_pe/subscription_controller_api.py index d23be87c..1ee2b1c0 100644 --- a/tb_rest_client/api/api_pe/subscription_controller_api.py +++ b/tb_rest_client/api/api_pe/subscription_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/t_mobile_iot_cdp_integration_controller_api.py b/tb_rest_client/api/api_pe/t_mobile_iot_cdp_integration_controller_api.py index 2055f760..b23267db 100644 --- a/tb_rest_client/api/api_pe/t_mobile_iot_cdp_integration_controller_api.py +++ b/tb_rest_client/api/api_pe/t_mobile_iot_cdp_integration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/tb_resource_controller_api.py b/tb_rest_client/api/api_pe/tb_resource_controller_api.py index 6965648e..1f9c4407 100644 --- a/tb_rest_client/api/api_pe/tb_resource_controller_api.py +++ b/tb_rest_client/api/api_pe/tb_resource_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/telemetry_controller_api.py b/tb_rest_client/api/api_pe/telemetry_controller_api.py index 203eaa15..cec8f671 100644 --- a/tb_rest_client/api/api_pe/telemetry_controller_api.py +++ b/tb_rest_client/api/api_pe/telemetry_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/tenant_controller_api.py b/tb_rest_client/api/api_pe/tenant_controller_api.py index b931a594..5924894c 100644 --- a/tb_rest_client/api/api_pe/tenant_controller_api.py +++ b/tb_rest_client/api/api_pe/tenant_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/tenant_profile_controller_api.py b/tb_rest_client/api/api_pe/tenant_profile_controller_api.py index 3532e251..9a7c72be 100644 --- a/tb_rest_client/api/api_pe/tenant_profile_controller_api.py +++ b/tb_rest_client/api/api_pe/tenant_profile_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/thing_park_integration_controller_api.py b/tb_rest_client/api/api_pe/thing_park_integration_controller_api.py index fd8572c4..c1fb571b 100644 --- a/tb_rest_client/api/api_pe/thing_park_integration_controller_api.py +++ b/tb_rest_client/api/api_pe/thing_park_integration_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/trail_controller_api.py b/tb_rest_client/api/api_pe/trail_controller_api.py index 76150df9..c34bc742 100644 --- a/tb_rest_client/api/api_pe/trail_controller_api.py +++ b/tb_rest_client/api/api_pe/trail_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/two_factor_auth_config_controller_api.py b/tb_rest_client/api/api_pe/two_factor_auth_config_controller_api.py index 7112ca48..78314032 100644 --- a/tb_rest_client/api/api_pe/two_factor_auth_config_controller_api.py +++ b/tb_rest_client/api/api_pe/two_factor_auth_config_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/two_factor_auth_controller_api.py b/tb_rest_client/api/api_pe/two_factor_auth_controller_api.py index 2b88cae8..344b0722 100644 --- a/tb_rest_client/api/api_pe/two_factor_auth_controller_api.py +++ b/tb_rest_client/api/api_pe/two_factor_auth_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/ui_settings_controller_api.py b/tb_rest_client/api/api_pe/ui_settings_controller_api.py index 9dcf1a22..54b6959d 100644 --- a/tb_rest_client/api/api_pe/ui_settings_controller_api.py +++ b/tb_rest_client/api/api_pe/ui_settings_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/usage_info_controller_api.py b/tb_rest_client/api/api_pe/usage_info_controller_api.py index 45df9369..998b5969 100644 --- a/tb_rest_client/api/api_pe/usage_info_controller_api.py +++ b/tb_rest_client/api/api_pe/usage_info_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/user_controller_api.py b/tb_rest_client/api/api_pe/user_controller_api.py index cd6fc150..36b6ebc7 100644 --- a/tb_rest_client/api/api_pe/user_controller_api.py +++ b/tb_rest_client/api/api_pe/user_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/user_permissions_controller_api.py b/tb_rest_client/api/api_pe/user_permissions_controller_api.py index 7af2029f..8ea1681c 100644 --- a/tb_rest_client/api/api_pe/user_permissions_controller_api.py +++ b/tb_rest_client/api/api_pe/user_permissions_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/white_labeling_controller_api.py b/tb_rest_client/api/api_pe/white_labeling_controller_api.py index 02a27722..336f83c9 100644 --- a/tb_rest_client/api/api_pe/white_labeling_controller_api.py +++ b/tb_rest_client/api/api_pe/white_labeling_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/widget_type_controller_api.py b/tb_rest_client/api/api_pe/widget_type_controller_api.py index b5c1751e..de5b239e 100644 --- a/tb_rest_client/api/api_pe/widget_type_controller_api.py +++ b/tb_rest_client/api/api_pe/widget_type_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api/api_pe/widgets_bundle_controller_api.py b/tb_rest_client/api/api_pe/widgets_bundle_controller_api.py index eff96997..b47738c3 100644 --- a/tb_rest_client/api/api_pe/widgets_bundle_controller_api.py +++ b/tb_rest_client/api/api_pe/widgets_bundle_controller_api.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import import re # noqa: F401 diff --git a/tb_rest_client/api_client.py b/tb_rest_client/api_client.py index a1f90c19..d9512b81 100644 --- a/tb_rest_client/api_client.py +++ b/tb_rest_client/api_client.py @@ -1,18 +1,17 @@ -# coding: utf-8 -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import diff --git a/tb_rest_client/configuration.py b/tb_rest_client/configuration.py index daeb4ddb..b7d88460 100644 --- a/tb_rest_client/configuration.py +++ b/tb_rest_client/configuration.py @@ -1,18 +1,17 @@ -# coding: utf-8 -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from __future__ import absolute_import diff --git a/tb_rest_client/models/__init__.py b/tb_rest_client/models/__init__.py index e69de29b..51546460 100644 --- a/tb_rest_client/models/__init__.py +++ b/tb_rest_client/models/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/tb_rest_client/models/models_ce/__init__.py b/tb_rest_client/models/models_ce/__init__.py index 78c86191..261f5c6c 100644 --- a/tb_rest_client/models/models_ce/__init__.py +++ b/tb_rest_client/models/models_ce/__init__.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from .default_device_profile_transport_configuration import DefaultDeviceProfileTransportConfiguration from .json_node import JsonNode from .page_data_edge import PageDataEdge diff --git a/tb_rest_client/models/models_ce/account_two_fa_settings.py b/tb_rest_client/models/models_ce/account_two_fa_settings.py index bc09f86d..8bdda259 100644 --- a/tb_rest_client/models/models_ce/account_two_fa_settings.py +++ b/tb_rest_client/models/models_ce/account_two_fa_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/activate_user_request.py b/tb_rest_client/models/models_ce/activate_user_request.py index b9318e1c..8134f32e 100644 --- a/tb_rest_client/models/models_ce/activate_user_request.py +++ b/tb_rest_client/models/models_ce/activate_user_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/admin_settings.py b/tb_rest_client/models/models_ce/admin_settings.py index 5955a935..d30ebcb9 100644 --- a/tb_rest_client/models/models_ce/admin_settings.py +++ b/tb_rest_client/models/models_ce/admin_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/admin_settings_id.py b/tb_rest_client/models/models_ce/admin_settings_id.py index b7a6a3e3..16f62bc7 100644 --- a/tb_rest_client/models/models_ce/admin_settings_id.py +++ b/tb_rest_client/models/models_ce/admin_settings_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/affected_tenant_administrators_filter.py b/tb_rest_client/models/models_ce/affected_tenant_administrators_filter.py index 76b405d5..7cf89ea9 100644 --- a/tb_rest_client/models/models_ce/affected_tenant_administrators_filter.py +++ b/tb_rest_client/models/models_ce/affected_tenant_administrators_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/affected_user_filter.py b/tb_rest_client/models/models_ce/affected_user_filter.py index d0e1b975..8058d4ee 100644 --- a/tb_rest_client/models/models_ce/affected_user_filter.py +++ b/tb_rest_client/models/models_ce/affected_user_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm.py b/tb_rest_client/models/models_ce/alarm.py index 42afa72a..b543f1cd 100644 --- a/tb_rest_client/models/models_ce/alarm.py +++ b/tb_rest_client/models/models_ce/alarm.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_assignee.py b/tb_rest_client/models/models_ce/alarm_assignee.py index 1643dd65..0c5b7058 100644 --- a/tb_rest_client/models/models_ce/alarm_assignee.py +++ b/tb_rest_client/models/models_ce/alarm_assignee.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_assignment_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/alarm_assignment_notification_rule_trigger_config.py index d9b552c2..b8367ea9 100644 --- a/tb_rest_client/models/models_ce/alarm_assignment_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/alarm_assignment_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_comment.py b/tb_rest_client/models/models_ce/alarm_comment.py index 07fd7a6b..f46fc6c1 100644 --- a/tb_rest_client/models/models_ce/alarm_comment.py +++ b/tb_rest_client/models/models_ce/alarm_comment.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_comment_id.py b/tb_rest_client/models/models_ce/alarm_comment_id.py index c02fed11..da6d689b 100644 --- a/tb_rest_client/models/models_ce/alarm_comment_id.py +++ b/tb_rest_client/models/models_ce/alarm_comment_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_comment_info.py b/tb_rest_client/models/models_ce/alarm_comment_info.py index f5199d1a..d9dd2092 100644 --- a/tb_rest_client/models/models_ce/alarm_comment_info.py +++ b/tb_rest_client/models/models_ce/alarm_comment_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_comment_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/alarm_comment_notification_rule_trigger_config.py index 7ac5f4a2..6968805e 100644 --- a/tb_rest_client/models/models_ce/alarm_comment_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/alarm_comment_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_condition.py b/tb_rest_client/models/models_ce/alarm_condition.py index 80aa5749..ee107197 100644 --- a/tb_rest_client/models/models_ce/alarm_condition.py +++ b/tb_rest_client/models/models_ce/alarm_condition.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_condition_filter.py b/tb_rest_client/models/models_ce/alarm_condition_filter.py index 2de05f4f..93ff301c 100644 --- a/tb_rest_client/models/models_ce/alarm_condition_filter.py +++ b/tb_rest_client/models/models_ce/alarm_condition_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_condition_filter_key.py b/tb_rest_client/models/models_ce/alarm_condition_filter_key.py index ffc4cc04..be6e0b11 100644 --- a/tb_rest_client/models/models_ce/alarm_condition_filter_key.py +++ b/tb_rest_client/models/models_ce/alarm_condition_filter_key.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_condition_spec.py b/tb_rest_client/models/models_ce/alarm_condition_spec.py index 8732a63d..f550836a 100644 --- a/tb_rest_client/models/models_ce/alarm_condition_spec.py +++ b/tb_rest_client/models/models_ce/alarm_condition_spec.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_count_query.py b/tb_rest_client/models/models_ce/alarm_count_query.py index 2ded828b..24c16aee 100644 --- a/tb_rest_client/models/models_ce/alarm_count_query.py +++ b/tb_rest_client/models/models_ce/alarm_count_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_data.py b/tb_rest_client/models/models_ce/alarm_data.py index 5630f5d7..5badb1d5 100644 --- a/tb_rest_client/models/models_ce/alarm_data.py +++ b/tb_rest_client/models/models_ce/alarm_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_data_page_link.py b/tb_rest_client/models/models_ce/alarm_data_page_link.py index d3adc752..0625bca9 100644 --- a/tb_rest_client/models/models_ce/alarm_data_page_link.py +++ b/tb_rest_client/models/models_ce/alarm_data_page_link.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_data_query.py b/tb_rest_client/models/models_ce/alarm_data_query.py index a5924119..0bd5a21b 100644 --- a/tb_rest_client/models/models_ce/alarm_data_query.py +++ b/tb_rest_client/models/models_ce/alarm_data_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_id.py b/tb_rest_client/models/models_ce/alarm_id.py index ce107836..3fb48c20 100644 --- a/tb_rest_client/models/models_ce/alarm_id.py +++ b/tb_rest_client/models/models_ce/alarm_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_info.py b/tb_rest_client/models/models_ce/alarm_info.py index e64f5b24..addeac2a 100644 --- a/tb_rest_client/models/models_ce/alarm_info.py +++ b/tb_rest_client/models/models_ce/alarm_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/alarm_notification_rule_trigger_config.py index d827ba02..d1556afb 100644 --- a/tb_rest_client/models/models_ce/alarm_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/alarm_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_rule.py b/tb_rest_client/models/models_ce/alarm_rule.py index f4027117..a8cf0d7a 100644 --- a/tb_rest_client/models/models_ce/alarm_rule.py +++ b/tb_rest_client/models/models_ce/alarm_rule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/alarm_schedule.py b/tb_rest_client/models/models_ce/alarm_schedule.py index 030699d0..5bc4b4a4 100644 --- a/tb_rest_client/models/models_ce/alarm_schedule.py +++ b/tb_rest_client/models/models_ce/alarm_schedule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/all_users_filter.py b/tb_rest_client/models/models_ce/all_users_filter.py index 1c1c881e..0526abf0 100644 --- a/tb_rest_client/models/models_ce/all_users_filter.py +++ b/tb_rest_client/models/models_ce/all_users_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/allow_create_new_devices_device_profile_provision_configuration.py b/tb_rest_client/models/models_ce/allow_create_new_devices_device_profile_provision_configuration.py index 61067269..32228141 100644 --- a/tb_rest_client/models/models_ce/allow_create_new_devices_device_profile_provision_configuration.py +++ b/tb_rest_client/models/models_ce/allow_create_new_devices_device_profile_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/any_time_schedule.py b/tb_rest_client/models/models_ce/any_time_schedule.py index 137a7d6e..c787cd2f 100644 --- a/tb_rest_client/models/models_ce/any_time_schedule.py +++ b/tb_rest_client/models/models_ce/any_time_schedule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/api_usage_limit_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/api_usage_limit_notification_rule_trigger_config.py index 21ec6bcc..9a160c09 100644 --- a/tb_rest_client/models/models_ce/api_usage_limit_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/api_usage_limit_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/api_usage_state_filter.py b/tb_rest_client/models/models_ce/api_usage_state_filter.py index c5e22348..3b70f605 100644 --- a/tb_rest_client/models/models_ce/api_usage_state_filter.py +++ b/tb_rest_client/models/models_ce/api_usage_state_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset.py b/tb_rest_client/models/models_ce/asset.py index 08152e98..7c681643 100644 --- a/tb_rest_client/models/models_ce/asset.py +++ b/tb_rest_client/models/models_ce/asset.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset_id.py b/tb_rest_client/models/models_ce/asset_id.py index cbbcbc83..a66566cd 100644 --- a/tb_rest_client/models/models_ce/asset_id.py +++ b/tb_rest_client/models/models_ce/asset_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset_info.py b/tb_rest_client/models/models_ce/asset_info.py index 2b772ed2..5296762e 100644 --- a/tb_rest_client/models/models_ce/asset_info.py +++ b/tb_rest_client/models/models_ce/asset_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset_profile.py b/tb_rest_client/models/models_ce/asset_profile.py index 74f7204b..eea7dbc9 100644 --- a/tb_rest_client/models/models_ce/asset_profile.py +++ b/tb_rest_client/models/models_ce/asset_profile.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset_profile_id.py b/tb_rest_client/models/models_ce/asset_profile_id.py index 43abc018..1c220c56 100644 --- a/tb_rest_client/models/models_ce/asset_profile_id.py +++ b/tb_rest_client/models/models_ce/asset_profile_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset_profile_info.py b/tb_rest_client/models/models_ce/asset_profile_info.py index 7ce37ff7..2a3efea6 100644 --- a/tb_rest_client/models/models_ce/asset_profile_info.py +++ b/tb_rest_client/models/models_ce/asset_profile_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset_search_query.py b/tb_rest_client/models/models_ce/asset_search_query.py index 3d0a552e..d21cbaef 100644 --- a/tb_rest_client/models/models_ce/asset_search_query.py +++ b/tb_rest_client/models/models_ce/asset_search_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset_search_query_filter.py b/tb_rest_client/models/models_ce/asset_search_query_filter.py index 9ccf6a90..3a438ac8 100644 --- a/tb_rest_client/models/models_ce/asset_search_query_filter.py +++ b/tb_rest_client/models/models_ce/asset_search_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/asset_type_filter.py b/tb_rest_client/models/models_ce/asset_type_filter.py index 38b6fdc3..74203a45 100644 --- a/tb_rest_client/models/models_ce/asset_type_filter.py +++ b/tb_rest_client/models/models_ce/asset_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/atomic_integer.py b/tb_rest_client/models/models_ce/atomic_integer.py index c255518d..9afe97d4 100644 --- a/tb_rest_client/models/models_ce/atomic_integer.py +++ b/tb_rest_client/models/models_ce/atomic_integer.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/attribute_export_data.py b/tb_rest_client/models/models_ce/attribute_export_data.py index a0a40385..ceff6945 100644 --- a/tb_rest_client/models/models_ce/attribute_export_data.py +++ b/tb_rest_client/models/models_ce/attribute_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/attributes_entity_view.py b/tb_rest_client/models/models_ce/attributes_entity_view.py index 015f415d..cf04a4cc 100644 --- a/tb_rest_client/models/models_ce/attributes_entity_view.py +++ b/tb_rest_client/models/models_ce/attributes_entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/audit_log.py b/tb_rest_client/models/models_ce/audit_log.py index ef4a5c68..2701233a 100644 --- a/tb_rest_client/models/models_ce/audit_log.py +++ b/tb_rest_client/models/models_ce/audit_log.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/audit_log_id.py b/tb_rest_client/models/models_ce/audit_log_id.py index f66c1c61..5a23ffb9 100644 --- a/tb_rest_client/models/models_ce/audit_log_id.py +++ b/tb_rest_client/models/models_ce/audit_log_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/auto_version_create_config.py b/tb_rest_client/models/models_ce/auto_version_create_config.py index f98e8741..d428fae1 100644 --- a/tb_rest_client/models/models_ce/auto_version_create_config.py +++ b/tb_rest_client/models/models_ce/auto_version_create_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/aws_sns_sms_provider_configuration.py b/tb_rest_client/models/models_ce/aws_sns_sms_provider_configuration.py index fafefda2..04c6294d 100644 --- a/tb_rest_client/models/models_ce/aws_sns_sms_provider_configuration.py +++ b/tb_rest_client/models/models_ce/aws_sns_sms_provider_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/backup_code_two_fa_account_config.py b/tb_rest_client/models/models_ce/backup_code_two_fa_account_config.py index 824143a4..00bc8575 100644 --- a/tb_rest_client/models/models_ce/backup_code_two_fa_account_config.py +++ b/tb_rest_client/models/models_ce/backup_code_two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/backup_code_two_fa_provider_config.py b/tb_rest_client/models/models_ce/backup_code_two_fa_provider_config.py index f47233f3..a4d1b177 100644 --- a/tb_rest_client/models/models_ce/backup_code_two_fa_provider_config.py +++ b/tb_rest_client/models/models_ce/backup_code_two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/boolean_filter_predicate.py b/tb_rest_client/models/models_ce/boolean_filter_predicate.py index e718230f..817351e2 100644 --- a/tb_rest_client/models/models_ce/boolean_filter_predicate.py +++ b/tb_rest_client/models/models_ce/boolean_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/branch_info.py b/tb_rest_client/models/models_ce/branch_info.py index ae650ea2..c2c37c3d 100644 --- a/tb_rest_client/models/models_ce/branch_info.py +++ b/tb_rest_client/models/models_ce/branch_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/bulk_import_request.py b/tb_rest_client/models/models_ce/bulk_import_request.py index 70e33bdc..17d8ccde 100644 --- a/tb_rest_client/models/models_ce/bulk_import_request.py +++ b/tb_rest_client/models/models_ce/bulk_import_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/bulk_import_result_asset.py b/tb_rest_client/models/models_ce/bulk_import_result_asset.py index 9d138e9f..f77caeff 100644 --- a/tb_rest_client/models/models_ce/bulk_import_result_asset.py +++ b/tb_rest_client/models/models_ce/bulk_import_result_asset.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/bulk_import_result_device.py b/tb_rest_client/models/models_ce/bulk_import_result_device.py index 9bc963a6..c404290d 100644 --- a/tb_rest_client/models/models_ce/bulk_import_result_device.py +++ b/tb_rest_client/models/models_ce/bulk_import_result_device.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/bulk_import_result_edge.py b/tb_rest_client/models/models_ce/bulk_import_result_edge.py index 2dea7ce6..8ba73646 100644 --- a/tb_rest_client/models/models_ce/bulk_import_result_edge.py +++ b/tb_rest_client/models/models_ce/bulk_import_result_edge.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/byte_buffer.py b/tb_rest_client/models/models_ce/byte_buffer.py index 4d92ddee..101bdb17 100644 --- a/tb_rest_client/models/models_ce/byte_buffer.py +++ b/tb_rest_client/models/models_ce/byte_buffer.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/change_password_request.py b/tb_rest_client/models/models_ce/change_password_request.py index 5bd78d6c..6cfce188 100644 --- a/tb_rest_client/models/models_ce/change_password_request.py +++ b/tb_rest_client/models/models_ce/change_password_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/check_pre_provisioned_devices_device_profile_provision_configuration.py b/tb_rest_client/models/models_ce/check_pre_provisioned_devices_device_profile_provision_configuration.py index fc28e517..d69b0eec 100644 --- a/tb_rest_client/models/models_ce/check_pre_provisioned_devices_device_profile_provision_configuration.py +++ b/tb_rest_client/models/models_ce/check_pre_provisioned_devices_device_profile_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/claim_request.py b/tb_rest_client/models/models_ce/claim_request.py index 34fb395b..1658e073 100644 --- a/tb_rest_client/models/models_ce/claim_request.py +++ b/tb_rest_client/models/models_ce/claim_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/clear_rule.py b/tb_rest_client/models/models_ce/clear_rule.py index 09968e1b..29bf8f07 100644 --- a/tb_rest_client/models/models_ce/clear_rule.py +++ b/tb_rest_client/models/models_ce/clear_rule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/client_attributes_querying_snmp_communication_config.py b/tb_rest_client/models/models_ce/client_attributes_querying_snmp_communication_config.py index 967ae119..c88ce58e 100644 --- a/tb_rest_client/models/models_ce/client_attributes_querying_snmp_communication_config.py +++ b/tb_rest_client/models/models_ce/client_attributes_querying_snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/coap_device_profile_transport_configuration.py b/tb_rest_client/models/models_ce/coap_device_profile_transport_configuration.py index dc12e58c..9877a386 100644 --- a/tb_rest_client/models/models_ce/coap_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_ce/coap_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/coap_device_transport_configuration.py b/tb_rest_client/models/models_ce/coap_device_transport_configuration.py index 5ee0ccb5..b491b658 100644 --- a/tb_rest_client/models/models_ce/coap_device_transport_configuration.py +++ b/tb_rest_client/models/models_ce/coap_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/coap_device_type_configuration.py b/tb_rest_client/models/models_ce/coap_device_type_configuration.py index a73024dc..3038e39d 100644 --- a/tb_rest_client/models/models_ce/coap_device_type_configuration.py +++ b/tb_rest_client/models/models_ce/coap_device_type_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/column_mapping.py b/tb_rest_client/models/models_ce/column_mapping.py index 7dcef387..a262f20d 100644 --- a/tb_rest_client/models/models_ce/column_mapping.py +++ b/tb_rest_client/models/models_ce/column_mapping.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/comparison_ts_value.py b/tb_rest_client/models/models_ce/comparison_ts_value.py index 0abcf447..aaaa30f4 100644 --- a/tb_rest_client/models/models_ce/comparison_ts_value.py +++ b/tb_rest_client/models/models_ce/comparison_ts_value.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/complex_filter_predicate.py b/tb_rest_client/models/models_ce/complex_filter_predicate.py index 0743035f..c0d64314 100644 --- a/tb_rest_client/models/models_ce/complex_filter_predicate.py +++ b/tb_rest_client/models/models_ce/complex_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/complex_version_create_request.py b/tb_rest_client/models/models_ce/complex_version_create_request.py index f397950f..a27cd23c 100644 --- a/tb_rest_client/models/models_ce/complex_version_create_request.py +++ b/tb_rest_client/models/models_ce/complex_version_create_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/component_descriptor.py b/tb_rest_client/models/models_ce/component_descriptor.py index f08e1f8a..efd5a19d 100644 --- a/tb_rest_client/models/models_ce/component_descriptor.py +++ b/tb_rest_client/models/models_ce/component_descriptor.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/component_descriptor_id.py b/tb_rest_client/models/models_ce/component_descriptor_id.py index 378e6919..401c3973 100644 --- a/tb_rest_client/models/models_ce/component_descriptor_id.py +++ b/tb_rest_client/models/models_ce/component_descriptor_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/custom_time_schedule.py b/tb_rest_client/models/models_ce/custom_time_schedule.py index d61e0378..18842ebc 100644 --- a/tb_rest_client/models/models_ce/custom_time_schedule.py +++ b/tb_rest_client/models/models_ce/custom_time_schedule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/custom_time_schedule_item.py b/tb_rest_client/models/models_ce/custom_time_schedule_item.py index f4ca252e..010c246b 100644 --- a/tb_rest_client/models/models_ce/custom_time_schedule_item.py +++ b/tb_rest_client/models/models_ce/custom_time_schedule_item.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/customer.py b/tb_rest_client/models/models_ce/customer.py index 547ff890..192f217a 100644 --- a/tb_rest_client/models/models_ce/customer.py +++ b/tb_rest_client/models/models_ce/customer.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/customer_id.py b/tb_rest_client/models/models_ce/customer_id.py index f6c5fdb3..1199f811 100644 --- a/tb_rest_client/models/models_ce/customer_id.py +++ b/tb_rest_client/models/models_ce/customer_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/customer_users_filter.py b/tb_rest_client/models/models_ce/customer_users_filter.py index 79b4044f..9246ce64 100644 --- a/tb_rest_client/models/models_ce/customer_users_filter.py +++ b/tb_rest_client/models/models_ce/customer_users_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/dashboard.py b/tb_rest_client/models/models_ce/dashboard.py index 028f94a6..c947e99c 100644 --- a/tb_rest_client/models/models_ce/dashboard.py +++ b/tb_rest_client/models/models_ce/dashboard.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/dashboard_id.py b/tb_rest_client/models/models_ce/dashboard_id.py index 6fbfe989..a56948a9 100644 --- a/tb_rest_client/models/models_ce/dashboard_id.py +++ b/tb_rest_client/models/models_ce/dashboard_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/dashboard_info.py b/tb_rest_client/models/models_ce/dashboard_info.py index 7a366edd..c9437846 100644 --- a/tb_rest_client/models/models_ce/dashboard_info.py +++ b/tb_rest_client/models/models_ce/dashboard_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/debug_rule_chain_event_filter.py b/tb_rest_client/models/models_ce/debug_rule_chain_event_filter.py index 81600fb7..fdeb490a 100644 --- a/tb_rest_client/models/models_ce/debug_rule_chain_event_filter.py +++ b/tb_rest_client/models/models_ce/debug_rule_chain_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/default_coap_device_type_configuration.py b/tb_rest_client/models/models_ce/default_coap_device_type_configuration.py index 5d488c03..f4ed1f39 100644 --- a/tb_rest_client/models/models_ce/default_coap_device_type_configuration.py +++ b/tb_rest_client/models/models_ce/default_coap_device_type_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/default_device_configuration.py b/tb_rest_client/models/models_ce/default_device_configuration.py index 0fb6a963..3a35c149 100644 --- a/tb_rest_client/models/models_ce/default_device_configuration.py +++ b/tb_rest_client/models/models_ce/default_device_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/default_device_profile_configuration.py b/tb_rest_client/models/models_ce/default_device_profile_configuration.py index 66062d3d..b8495518 100644 --- a/tb_rest_client/models/models_ce/default_device_profile_configuration.py +++ b/tb_rest_client/models/models_ce/default_device_profile_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/default_device_profile_transport_configuration.py b/tb_rest_client/models/models_ce/default_device_profile_transport_configuration.py index 5cc8ff8d..79d9c626 100644 --- a/tb_rest_client/models/models_ce/default_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_ce/default_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/default_device_transport_configuration.py b/tb_rest_client/models/models_ce/default_device_transport_configuration.py index b2756cbe..8d5e1dd3 100644 --- a/tb_rest_client/models/models_ce/default_device_transport_configuration.py +++ b/tb_rest_client/models/models_ce/default_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/default_rule_chain_create_request.py b/tb_rest_client/models/models_ce/default_rule_chain_create_request.py index a5cd9e7f..621a17b3 100644 --- a/tb_rest_client/models/models_ce/default_rule_chain_create_request.py +++ b/tb_rest_client/models/models_ce/default_rule_chain_create_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/default_tenant_profile_configuration.py b/tb_rest_client/models/models_ce/default_tenant_profile_configuration.py index dca7e246..82e00fe3 100644 --- a/tb_rest_client/models/models_ce/default_tenant_profile_configuration.py +++ b/tb_rest_client/models/models_ce/default_tenant_profile_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_result_entity_data_diff.py b/tb_rest_client/models/models_ce/deferred_result_entity_data_diff.py index e4347f39..97d60610 100644 --- a/tb_rest_client/models/models_ce/deferred_result_entity_data_diff.py +++ b/tb_rest_client/models/models_ce/deferred_result_entity_data_diff.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_result_entity_data_info.py b/tb_rest_client/models/models_ce/deferred_result_entity_data_info.py index 22b73f9e..fcc9c4f1 100644 --- a/tb_rest_client/models/models_ce/deferred_result_entity_data_info.py +++ b/tb_rest_client/models/models_ce/deferred_result_entity_data_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_result_list_branch_info.py b/tb_rest_client/models/models_ce/deferred_result_list_branch_info.py index e60488e2..84e1bb2d 100644 --- a/tb_rest_client/models/models_ce/deferred_result_list_branch_info.py +++ b/tb_rest_client/models/models_ce/deferred_result_list_branch_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_result_list_versioned_entity_info.py b/tb_rest_client/models/models_ce/deferred_result_list_versioned_entity_info.py index 11a8a1b2..30d404b2 100644 --- a/tb_rest_client/models/models_ce/deferred_result_list_versioned_entity_info.py +++ b/tb_rest_client/models/models_ce/deferred_result_list_versioned_entity_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_result_page_data_entity_version.py b/tb_rest_client/models/models_ce/deferred_result_page_data_entity_version.py index 36e371f6..4749b47c 100644 --- a/tb_rest_client/models/models_ce/deferred_result_page_data_entity_version.py +++ b/tb_rest_client/models/models_ce/deferred_result_page_data_entity_version.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_result_repository_settings.py b/tb_rest_client/models/models_ce/deferred_result_repository_settings.py index d68ffecb..1ab1ad0c 100644 --- a/tb_rest_client/models/models_ce/deferred_result_repository_settings.py +++ b/tb_rest_client/models/models_ce/deferred_result_repository_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_result_response_entity.py b/tb_rest_client/models/models_ce/deferred_result_response_entity.py index bdfa922a..3ad93e3e 100644 --- a/tb_rest_client/models/models_ce/deferred_result_response_entity.py +++ b/tb_rest_client/models/models_ce/deferred_result_response_entity.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_result_void.py b/tb_rest_client/models/models_ce/deferred_result_void.py index 463af6a8..e7ea5545 100644 --- a/tb_rest_client/models/models_ce/deferred_result_void.py +++ b/tb_rest_client/models/models_ce/deferred_result_void.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/deferred_resultuuid.py b/tb_rest_client/models/models_ce/deferred_resultuuid.py index 9ceb59ac..178c6d79 100644 --- a/tb_rest_client/models/models_ce/deferred_resultuuid.py +++ b/tb_rest_client/models/models_ce/deferred_resultuuid.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/delivery_method_notification_template.py b/tb_rest_client/models/models_ce/delivery_method_notification_template.py index feb45315..71286641 100644 --- a/tb_rest_client/models/models_ce/delivery_method_notification_template.py +++ b/tb_rest_client/models/models_ce/delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device.py b/tb_rest_client/models/models_ce/device.py index f163047a..7b838ea0 100644 --- a/tb_rest_client/models/models_ce/device.py +++ b/tb_rest_client/models/models_ce/device.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_activity_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/device_activity_notification_rule_trigger_config.py index d910d86b..02fdaf50 100644 --- a/tb_rest_client/models/models_ce/device_activity_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/device_activity_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_configuration.py b/tb_rest_client/models/models_ce/device_configuration.py index 8cc9e9e2..27c6c20b 100644 --- a/tb_rest_client/models/models_ce/device_configuration.py +++ b/tb_rest_client/models/models_ce/device_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_credentials.py b/tb_rest_client/models/models_ce/device_credentials.py index a827dfc1..6301ab80 100644 --- a/tb_rest_client/models/models_ce/device_credentials.py +++ b/tb_rest_client/models/models_ce/device_credentials.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_credentials_id.py b/tb_rest_client/models/models_ce/device_credentials_id.py index 5b85c32a..cb6ce2fa 100644 --- a/tb_rest_client/models/models_ce/device_credentials_id.py +++ b/tb_rest_client/models/models_ce/device_credentials_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_data.py b/tb_rest_client/models/models_ce/device_data.py index 8a4b5e7d..f5c925ae 100644 --- a/tb_rest_client/models/models_ce/device_data.py +++ b/tb_rest_client/models/models_ce/device_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_export_data.py b/tb_rest_client/models/models_ce/device_export_data.py index b7a18214..a410363f 100644 --- a/tb_rest_client/models/models_ce/device_export_data.py +++ b/tb_rest_client/models/models_ce/device_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_id.py b/tb_rest_client/models/models_ce/device_id.py index de4cb94a..2fc85711 100644 --- a/tb_rest_client/models/models_ce/device_id.py +++ b/tb_rest_client/models/models_ce/device_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_info.py b/tb_rest_client/models/models_ce/device_info.py index 163eeada..c464108d 100644 --- a/tb_rest_client/models/models_ce/device_info.py +++ b/tb_rest_client/models/models_ce/device_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_profile.py b/tb_rest_client/models/models_ce/device_profile.py index 667adb48..1b348388 100644 --- a/tb_rest_client/models/models_ce/device_profile.py +++ b/tb_rest_client/models/models_ce/device_profile.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_profile_alarm.py b/tb_rest_client/models/models_ce/device_profile_alarm.py index 5694b27b..f82a0f6b 100644 --- a/tb_rest_client/models/models_ce/device_profile_alarm.py +++ b/tb_rest_client/models/models_ce/device_profile_alarm.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_profile_configuration.py b/tb_rest_client/models/models_ce/device_profile_configuration.py index ffe7119e..6063fbff 100644 --- a/tb_rest_client/models/models_ce/device_profile_configuration.py +++ b/tb_rest_client/models/models_ce/device_profile_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_profile_data.py b/tb_rest_client/models/models_ce/device_profile_data.py index e00b1d75..95587ccb 100644 --- a/tb_rest_client/models/models_ce/device_profile_data.py +++ b/tb_rest_client/models/models_ce/device_profile_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_profile_id.py b/tb_rest_client/models/models_ce/device_profile_id.py index a4a623da..44eb3a41 100644 --- a/tb_rest_client/models/models_ce/device_profile_id.py +++ b/tb_rest_client/models/models_ce/device_profile_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_profile_info.py b/tb_rest_client/models/models_ce/device_profile_info.py index 51519dff..cd2a526b 100644 --- a/tb_rest_client/models/models_ce/device_profile_info.py +++ b/tb_rest_client/models/models_ce/device_profile_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_profile_provision_configuration.py b/tb_rest_client/models/models_ce/device_profile_provision_configuration.py index 8c6fb73e..5a358b07 100644 --- a/tb_rest_client/models/models_ce/device_profile_provision_configuration.py +++ b/tb_rest_client/models/models_ce/device_profile_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_profile_transport_configuration.py b/tb_rest_client/models/models_ce/device_profile_transport_configuration.py index 3887024e..fbb227ed 100644 --- a/tb_rest_client/models/models_ce/device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_ce/device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_search_query.py b/tb_rest_client/models/models_ce/device_search_query.py index abde02a3..20d35395 100644 --- a/tb_rest_client/models/models_ce/device_search_query.py +++ b/tb_rest_client/models/models_ce/device_search_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_search_query_filter.py b/tb_rest_client/models/models_ce/device_search_query_filter.py index dbed786b..9cb350f5 100644 --- a/tb_rest_client/models/models_ce/device_search_query_filter.py +++ b/tb_rest_client/models/models_ce/device_search_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_transport_configuration.py b/tb_rest_client/models/models_ce/device_transport_configuration.py index 92237063..c8e4205c 100644 --- a/tb_rest_client/models/models_ce/device_transport_configuration.py +++ b/tb_rest_client/models/models_ce/device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/device_type_filter.py b/tb_rest_client/models/models_ce/device_type_filter.py index 0e83114e..d48f164d 100644 --- a/tb_rest_client/models/models_ce/device_type_filter.py +++ b/tb_rest_client/models/models_ce/device_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/disabled_device_profile_provision_configuration.py b/tb_rest_client/models/models_ce/disabled_device_profile_provision_configuration.py index 29b635df..9f10c32d 100644 --- a/tb_rest_client/models/models_ce/disabled_device_profile_provision_configuration.py +++ b/tb_rest_client/models/models_ce/disabled_device_profile_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/duration_alarm_condition_spec.py b/tb_rest_client/models/models_ce/duration_alarm_condition_spec.py index 32cce288..12043e47 100644 --- a/tb_rest_client/models/models_ce/duration_alarm_condition_spec.py +++ b/tb_rest_client/models/models_ce/duration_alarm_condition_spec.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/dynamic_valueboolean.py b/tb_rest_client/models/models_ce/dynamic_valueboolean.py index 01a44af8..b93e9e74 100644 --- a/tb_rest_client/models/models_ce/dynamic_valueboolean.py +++ b/tb_rest_client/models/models_ce/dynamic_valueboolean.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/dynamic_valuedouble.py b/tb_rest_client/models/models_ce/dynamic_valuedouble.py index 4a0aceb3..f5fa9f4e 100644 --- a/tb_rest_client/models/models_ce/dynamic_valuedouble.py +++ b/tb_rest_client/models/models_ce/dynamic_valuedouble.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/dynamic_valueint.py b/tb_rest_client/models/models_ce/dynamic_valueint.py index 6a6f9fc0..b3c9d0b2 100644 --- a/tb_rest_client/models/models_ce/dynamic_valueint.py +++ b/tb_rest_client/models/models_ce/dynamic_valueint.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/dynamic_valuelong.py b/tb_rest_client/models/models_ce/dynamic_valuelong.py index 47c483e6..8fa78d9f 100644 --- a/tb_rest_client/models/models_ce/dynamic_valuelong.py +++ b/tb_rest_client/models/models_ce/dynamic_valuelong.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/dynamic_valuestring.py b/tb_rest_client/models/models_ce/dynamic_valuestring.py index 7d69aa78..89e7e480 100644 --- a/tb_rest_client/models/models_ce/dynamic_valuestring.py +++ b/tb_rest_client/models/models_ce/dynamic_valuestring.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge.py b/tb_rest_client/models/models_ce/edge.py index af5be3c5..9c02d2ce 100644 --- a/tb_rest_client/models/models_ce/edge.py +++ b/tb_rest_client/models/models_ce/edge.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge_event.py b/tb_rest_client/models/models_ce/edge_event.py index 9e19b614..8bace4fd 100644 --- a/tb_rest_client/models/models_ce/edge_event.py +++ b/tb_rest_client/models/models_ce/edge_event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge_event_id.py b/tb_rest_client/models/models_ce/edge_event_id.py index f6411eff..88475c0e 100644 --- a/tb_rest_client/models/models_ce/edge_event_id.py +++ b/tb_rest_client/models/models_ce/edge_event_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge_id.py b/tb_rest_client/models/models_ce/edge_id.py index e09edc17..baa1e307 100644 --- a/tb_rest_client/models/models_ce/edge_id.py +++ b/tb_rest_client/models/models_ce/edge_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge_info.py b/tb_rest_client/models/models_ce/edge_info.py index 940746b6..d5212b0b 100644 --- a/tb_rest_client/models/models_ce/edge_info.py +++ b/tb_rest_client/models/models_ce/edge_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge_install_instructions.py b/tb_rest_client/models/models_ce/edge_install_instructions.py index 5bf7a1e3..d916bf29 100644 --- a/tb_rest_client/models/models_ce/edge_install_instructions.py +++ b/tb_rest_client/models/models_ce/edge_install_instructions.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge_search_query.py b/tb_rest_client/models/models_ce/edge_search_query.py index c5b6d2fc..1d565c59 100644 --- a/tb_rest_client/models/models_ce/edge_search_query.py +++ b/tb_rest_client/models/models_ce/edge_search_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge_search_query_filter.py b/tb_rest_client/models/models_ce/edge_search_query_filter.py index 77e89d17..d669ed02 100644 --- a/tb_rest_client/models/models_ce/edge_search_query_filter.py +++ b/tb_rest_client/models/models_ce/edge_search_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/edge_type_filter.py b/tb_rest_client/models/models_ce/edge_type_filter.py index a40ad4aa..5fa0a1cd 100644 --- a/tb_rest_client/models/models_ce/edge_type_filter.py +++ b/tb_rest_client/models/models_ce/edge_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/efento_coap_device_type_configuration.py b/tb_rest_client/models/models_ce/efento_coap_device_type_configuration.py index ab1dfede..a4191b75 100644 --- a/tb_rest_client/models/models_ce/efento_coap_device_type_configuration.py +++ b/tb_rest_client/models/models_ce/efento_coap_device_type_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/email_delivery_method_notification_template.py b/tb_rest_client/models/models_ce/email_delivery_method_notification_template.py index affb808c..7e84a82e 100644 --- a/tb_rest_client/models/models_ce/email_delivery_method_notification_template.py +++ b/tb_rest_client/models/models_ce/email_delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/email_two_fa_account_config.py b/tb_rest_client/models/models_ce/email_two_fa_account_config.py index c86da381..b286af94 100644 --- a/tb_rest_client/models/models_ce/email_two_fa_account_config.py +++ b/tb_rest_client/models/models_ce/email_two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/email_two_fa_provider_config.py b/tb_rest_client/models/models_ce/email_two_fa_provider_config.py index 6c7c50a8..a25b7586 100644 --- a/tb_rest_client/models/models_ce/email_two_fa_provider_config.py +++ b/tb_rest_client/models/models_ce/email_two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entities_limit_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/entities_limit_notification_rule_trigger_config.py index 5fbf0b63..d56bd7f0 100644 --- a/tb_rest_client/models/models_ce/entities_limit_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/entities_limit_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_action_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/entity_action_notification_rule_trigger_config.py index 3deadc4c..bd16c999 100644 --- a/tb_rest_client/models/models_ce/entity_action_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/entity_action_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_count_query.py b/tb_rest_client/models/models_ce/entity_count_query.py index 0629a26c..5e650375 100644 --- a/tb_rest_client/models/models_ce/entity_count_query.py +++ b/tb_rest_client/models/models_ce/entity_count_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_data.py b/tb_rest_client/models/models_ce/entity_data.py index a4e267bf..49036fa9 100644 --- a/tb_rest_client/models/models_ce/entity_data.py +++ b/tb_rest_client/models/models_ce/entity_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_data_diff.py b/tb_rest_client/models/models_ce/entity_data_diff.py index 7e228010..fce72383 100644 --- a/tb_rest_client/models/models_ce/entity_data_diff.py +++ b/tb_rest_client/models/models_ce/entity_data_diff.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_data_info.py b/tb_rest_client/models/models_ce/entity_data_info.py index 9a9691a2..8f94dac9 100644 --- a/tb_rest_client/models/models_ce/entity_data_info.py +++ b/tb_rest_client/models/models_ce/entity_data_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_data_page_link.py b/tb_rest_client/models/models_ce/entity_data_page_link.py index d6ec4fdf..bfeb5c13 100644 --- a/tb_rest_client/models/models_ce/entity_data_page_link.py +++ b/tb_rest_client/models/models_ce/entity_data_page_link.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_data_query.py b/tb_rest_client/models/models_ce/entity_data_query.py index baa5a76e..04f8b70f 100644 --- a/tb_rest_client/models/models_ce/entity_data_query.py +++ b/tb_rest_client/models/models_ce/entity_data_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_data_sort_order.py b/tb_rest_client/models/models_ce/entity_data_sort_order.py index 247ddb1d..1bb8f166 100644 --- a/tb_rest_client/models/models_ce/entity_data_sort_order.py +++ b/tb_rest_client/models/models_ce/entity_data_sort_order.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_export_dataobject.py b/tb_rest_client/models/models_ce/entity_export_dataobject.py index 7a9cb1ca..b5080e43 100644 --- a/tb_rest_client/models/models_ce/entity_export_dataobject.py +++ b/tb_rest_client/models/models_ce/entity_export_dataobject.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_filter.py b/tb_rest_client/models/models_ce/entity_filter.py index dec63ba4..7e99c98e 100644 --- a/tb_rest_client/models/models_ce/entity_filter.py +++ b/tb_rest_client/models/models_ce/entity_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_id.py b/tb_rest_client/models/models_ce/entity_id.py index f5ab7666..cf4118ac 100644 --- a/tb_rest_client/models/models_ce/entity_id.py +++ b/tb_rest_client/models/models_ce/entity_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_info.py b/tb_rest_client/models/models_ce/entity_info.py index d89163da..e62d8799 100644 --- a/tb_rest_client/models/models_ce/entity_info.py +++ b/tb_rest_client/models/models_ce/entity_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_key.py b/tb_rest_client/models/models_ce/entity_key.py index e6b8fe0e..410ce428 100644 --- a/tb_rest_client/models/models_ce/entity_key.py +++ b/tb_rest_client/models/models_ce/entity_key.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_list_filter.py b/tb_rest_client/models/models_ce/entity_list_filter.py index 1076d491..ef321462 100644 --- a/tb_rest_client/models/models_ce/entity_list_filter.py +++ b/tb_rest_client/models/models_ce/entity_list_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_load_error.py b/tb_rest_client/models/models_ce/entity_load_error.py index c85a7207..45405b69 100644 --- a/tb_rest_client/models/models_ce/entity_load_error.py +++ b/tb_rest_client/models/models_ce/entity_load_error.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_name_filter.py b/tb_rest_client/models/models_ce/entity_name_filter.py index a3b26651..215f6044 100644 --- a/tb_rest_client/models/models_ce/entity_name_filter.py +++ b/tb_rest_client/models/models_ce/entity_name_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_relation.py b/tb_rest_client/models/models_ce/entity_relation.py index 121a4a39..ee5b5749 100644 --- a/tb_rest_client/models/models_ce/entity_relation.py +++ b/tb_rest_client/models/models_ce/entity_relation.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_relation_info.py b/tb_rest_client/models/models_ce/entity_relation_info.py index 63927f74..034de045 100644 --- a/tb_rest_client/models/models_ce/entity_relation_info.py +++ b/tb_rest_client/models/models_ce/entity_relation_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_relations_query.py b/tb_rest_client/models/models_ce/entity_relations_query.py index 46c6d18c..eb568a2a 100644 --- a/tb_rest_client/models/models_ce/entity_relations_query.py +++ b/tb_rest_client/models/models_ce/entity_relations_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_subtype.py b/tb_rest_client/models/models_ce/entity_subtype.py index 6eb470b4..f3369710 100644 --- a/tb_rest_client/models/models_ce/entity_subtype.py +++ b/tb_rest_client/models/models_ce/entity_subtype.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_type_filter.py b/tb_rest_client/models/models_ce/entity_type_filter.py index fa2b8cc0..5cd009cc 100644 --- a/tb_rest_client/models/models_ce/entity_type_filter.py +++ b/tb_rest_client/models/models_ce/entity_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_type_load_result.py b/tb_rest_client/models/models_ce/entity_type_load_result.py index 52ea67da..2813f014 100644 --- a/tb_rest_client/models/models_ce/entity_type_load_result.py +++ b/tb_rest_client/models/models_ce/entity_type_load_result.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_type_version_create_config.py b/tb_rest_client/models/models_ce/entity_type_version_create_config.py index 63ddcaf8..c8b36ac1 100644 --- a/tb_rest_client/models/models_ce/entity_type_version_create_config.py +++ b/tb_rest_client/models/models_ce/entity_type_version_create_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_type_version_load_config.py b/tb_rest_client/models/models_ce/entity_type_version_load_config.py index a9de82f2..734a49a0 100644 --- a/tb_rest_client/models/models_ce/entity_type_version_load_config.py +++ b/tb_rest_client/models/models_ce/entity_type_version_load_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_type_version_load_request.py b/tb_rest_client/models/models_ce/entity_type_version_load_request.py index 7cc5e835..2f67474f 100644 --- a/tb_rest_client/models/models_ce/entity_type_version_load_request.py +++ b/tb_rest_client/models/models_ce/entity_type_version_load_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_version.py b/tb_rest_client/models/models_ce/entity_version.py index 18155c37..01f8c6b4 100644 --- a/tb_rest_client/models/models_ce/entity_version.py +++ b/tb_rest_client/models/models_ce/entity_version.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_view.py b/tb_rest_client/models/models_ce/entity_view.py index 37d52e4c..7159fa0d 100644 --- a/tb_rest_client/models/models_ce/entity_view.py +++ b/tb_rest_client/models/models_ce/entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_view_id.py b/tb_rest_client/models/models_ce/entity_view_id.py index 86b18458..1701bb12 100644 --- a/tb_rest_client/models/models_ce/entity_view_id.py +++ b/tb_rest_client/models/models_ce/entity_view_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_view_info.py b/tb_rest_client/models/models_ce/entity_view_info.py index db879cf9..aa0e005a 100644 --- a/tb_rest_client/models/models_ce/entity_view_info.py +++ b/tb_rest_client/models/models_ce/entity_view_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_view_search_query.py b/tb_rest_client/models/models_ce/entity_view_search_query.py index 705dcab3..7a507fe1 100644 --- a/tb_rest_client/models/models_ce/entity_view_search_query.py +++ b/tb_rest_client/models/models_ce/entity_view_search_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_view_search_query_filter.py b/tb_rest_client/models/models_ce/entity_view_search_query_filter.py index bc0b68a4..6bd8f099 100644 --- a/tb_rest_client/models/models_ce/entity_view_search_query_filter.py +++ b/tb_rest_client/models/models_ce/entity_view_search_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/entity_view_type_filter.py b/tb_rest_client/models/models_ce/entity_view_type_filter.py index 36aab3d4..1bb9a85e 100644 --- a/tb_rest_client/models/models_ce/entity_view_type_filter.py +++ b/tb_rest_client/models/models_ce/entity_view_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/error_event_filter.py b/tb_rest_client/models/models_ce/error_event_filter.py index 931e977f..f9d80a48 100644 --- a/tb_rest_client/models/models_ce/error_event_filter.py +++ b/tb_rest_client/models/models_ce/error_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/escalated_notification_rule_recipients_config.py b/tb_rest_client/models/models_ce/escalated_notification_rule_recipients_config.py index f5756c9e..e24f7098 100644 --- a/tb_rest_client/models/models_ce/escalated_notification_rule_recipients_config.py +++ b/tb_rest_client/models/models_ce/escalated_notification_rule_recipients_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/event.py b/tb_rest_client/models/models_ce/event.py index 2c60415d..1fa46134 100644 --- a/tb_rest_client/models/models_ce/event.py +++ b/tb_rest_client/models/models_ce/event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/event_filter.py b/tb_rest_client/models/models_ce/event_filter.py index b6c189d4..5de4c94d 100644 --- a/tb_rest_client/models/models_ce/event_filter.py +++ b/tb_rest_client/models/models_ce/event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/event_id.py b/tb_rest_client/models/models_ce/event_id.py index 697c3dec..878a7b5d 100644 --- a/tb_rest_client/models/models_ce/event_id.py +++ b/tb_rest_client/models/models_ce/event_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/event_info.py b/tb_rest_client/models/models_ce/event_info.py index aac59048..4364897d 100644 --- a/tb_rest_client/models/models_ce/event_info.py +++ b/tb_rest_client/models/models_ce/event_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/features_info.py b/tb_rest_client/models/models_ce/features_info.py index 196e5ddf..7027db78 100644 --- a/tb_rest_client/models/models_ce/features_info.py +++ b/tb_rest_client/models/models_ce/features_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/file.py b/tb_rest_client/models/models_ce/file.py index 54e5a635..c659662e 100644 --- a/tb_rest_client/models/models_ce/file.py +++ b/tb_rest_client/models/models_ce/file.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/filter_predicate_valueboolean.py b/tb_rest_client/models/models_ce/filter_predicate_valueboolean.py index 5f45a8c8..90a95f94 100644 --- a/tb_rest_client/models/models_ce/filter_predicate_valueboolean.py +++ b/tb_rest_client/models/models_ce/filter_predicate_valueboolean.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/filter_predicate_valuedouble.py b/tb_rest_client/models/models_ce/filter_predicate_valuedouble.py index 5bbccb3e..af159f61 100644 --- a/tb_rest_client/models/models_ce/filter_predicate_valuedouble.py +++ b/tb_rest_client/models/models_ce/filter_predicate_valuedouble.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/filter_predicate_valueint.py b/tb_rest_client/models/models_ce/filter_predicate_valueint.py index c3759ecf..588b3498 100644 --- a/tb_rest_client/models/models_ce/filter_predicate_valueint.py +++ b/tb_rest_client/models/models_ce/filter_predicate_valueint.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/filter_predicate_valuelong.py b/tb_rest_client/models/models_ce/filter_predicate_valuelong.py index c646eb9f..849bc296 100644 --- a/tb_rest_client/models/models_ce/filter_predicate_valuelong.py +++ b/tb_rest_client/models/models_ce/filter_predicate_valuelong.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/filter_predicate_valuestring.py b/tb_rest_client/models/models_ce/filter_predicate_valuestring.py index 1b39b940..f2d45a25 100644 --- a/tb_rest_client/models/models_ce/filter_predicate_valuestring.py +++ b/tb_rest_client/models/models_ce/filter_predicate_valuestring.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/home_dashboard.py b/tb_rest_client/models/models_ce/home_dashboard.py index 9fbf7d1d..ca79d62e 100644 --- a/tb_rest_client/models/models_ce/home_dashboard.py +++ b/tb_rest_client/models/models_ce/home_dashboard.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/home_dashboard_info.py b/tb_rest_client/models/models_ce/home_dashboard_info.py index 7f28e67b..c02816b2 100644 --- a/tb_rest_client/models/models_ce/home_dashboard_info.py +++ b/tb_rest_client/models/models_ce/home_dashboard_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/input_stream.py b/tb_rest_client/models/models_ce/input_stream.py index 5d462a01..3afd8fe0 100644 --- a/tb_rest_client/models/models_ce/input_stream.py +++ b/tb_rest_client/models/models_ce/input_stream.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/json_node.py b/tb_rest_client/models/models_ce/json_node.py index ed06dd43..650d3375 100644 --- a/tb_rest_client/models/models_ce/json_node.py +++ b/tb_rest_client/models/models_ce/json_node.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/json_transport_payload_configuration.py b/tb_rest_client/models/models_ce/json_transport_payload_configuration.py index 8152df0b..bba4c111 100644 --- a/tb_rest_client/models/models_ce/json_transport_payload_configuration.py +++ b/tb_rest_client/models/models_ce/json_transport_payload_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/jwt_pair.py b/tb_rest_client/models/models_ce/jwt_pair.py index 666c0bc2..d3502b05 100644 --- a/tb_rest_client/models/models_ce/jwt_pair.py +++ b/tb_rest_client/models/models_ce/jwt_pair.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/jwt_settings.py b/tb_rest_client/models/models_ce/jwt_settings.py index 1d3941e9..a3e5e277 100644 --- a/tb_rest_client/models/models_ce/jwt_settings.py +++ b/tb_rest_client/models/models_ce/jwt_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/key_filter.py b/tb_rest_client/models/models_ce/key_filter.py index 0c28e7e0..4ae01132 100644 --- a/tb_rest_client/models/models_ce/key_filter.py +++ b/tb_rest_client/models/models_ce/key_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/key_filter_predicate.py b/tb_rest_client/models/models_ce/key_filter_predicate.py index 26ebef0e..a7d54cf4 100644 --- a/tb_rest_client/models/models_ce/key_filter_predicate.py +++ b/tb_rest_client/models/models_ce/key_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/last_visited_dashboard_info.py b/tb_rest_client/models/models_ce/last_visited_dashboard_info.py index 1b7a0442..acbb2d08 100644 --- a/tb_rest_client/models/models_ce/last_visited_dashboard_info.py +++ b/tb_rest_client/models/models_ce/last_visited_dashboard_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/life_cycle_event_filter.py b/tb_rest_client/models/models_ce/life_cycle_event_filter.py index 73575fea..ac2665c0 100644 --- a/tb_rest_client/models/models_ce/life_cycle_event_filter.py +++ b/tb_rest_client/models/models_ce/life_cycle_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/login_request.py b/tb_rest_client/models/models_ce/login_request.py index d46a9fbd..82db76a7 100644 --- a/tb_rest_client/models/models_ce/login_request.py +++ b/tb_rest_client/models/models_ce/login_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/login_response.py b/tb_rest_client/models/models_ce/login_response.py index f4189747..5c626ee1 100644 --- a/tb_rest_client/models/models_ce/login_response.py +++ b/tb_rest_client/models/models_ce/login_response.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/lw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_ce/lw_m2_m_bootstrap_server_credential.py index 9708d054..daecd98f 100644 --- a/tb_rest_client/models/models_ce/lw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_ce/lw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/lw_m2_m_server_security_config_default.py b/tb_rest_client/models/models_ce/lw_m2_m_server_security_config_default.py index f0d576b1..245f2705 100644 --- a/tb_rest_client/models/models_ce/lw_m2_m_server_security_config_default.py +++ b/tb_rest_client/models/models_ce/lw_m2_m_server_security_config_default.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/lw_m2m_instance.py b/tb_rest_client/models/models_ce/lw_m2m_instance.py index 62d89a42..8c9a1bee 100644 --- a/tb_rest_client/models/models_ce/lw_m2m_instance.py +++ b/tb_rest_client/models/models_ce/lw_m2m_instance.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/lw_m2m_object.py b/tb_rest_client/models/models_ce/lw_m2m_object.py index 5d9ed2d6..b36df52c 100644 --- a/tb_rest_client/models/models_ce/lw_m2m_object.py +++ b/tb_rest_client/models/models_ce/lw_m2m_object.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/lw_m2m_resource_observe.py b/tb_rest_client/models/models_ce/lw_m2m_resource_observe.py index d6c3e117..38c8293f 100644 --- a/tb_rest_client/models/models_ce/lw_m2m_resource_observe.py +++ b/tb_rest_client/models/models_ce/lw_m2m_resource_observe.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/lwm2m_device_profile_transport_configuration.py b/tb_rest_client/models/models_ce/lwm2m_device_profile_transport_configuration.py index f136f97a..b19d0fcb 100644 --- a/tb_rest_client/models/models_ce/lwm2m_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_ce/lwm2m_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/lwm2m_device_transport_configuration.py b/tb_rest_client/models/models_ce/lwm2m_device_transport_configuration.py index e836d0ee..8f2a8fc5 100644 --- a/tb_rest_client/models/models_ce/lwm2m_device_transport_configuration.py +++ b/tb_rest_client/models/models_ce/lwm2m_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/mapping.py b/tb_rest_client/models/models_ce/mapping.py index 1a4aea92..fd0ab513 100644 --- a/tb_rest_client/models/models_ce/mapping.py +++ b/tb_rest_client/models/models_ce/mapping.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/mqtt_device_profile_transport_configuration.py b/tb_rest_client/models/models_ce/mqtt_device_profile_transport_configuration.py index 8c730593..7efaa9ec 100644 --- a/tb_rest_client/models/models_ce/mqtt_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_ce/mqtt_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/mqtt_device_transport_configuration.py b/tb_rest_client/models/models_ce/mqtt_device_transport_configuration.py index 5e66dc99..f324e627 100644 --- a/tb_rest_client/models/models_ce/mqtt_device_transport_configuration.py +++ b/tb_rest_client/models/models_ce/mqtt_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/new_platform_version_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/new_platform_version_notification_rule_trigger_config.py index 4c8aa4d0..1b6c752e 100644 --- a/tb_rest_client/models/models_ce/new_platform_version_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/new_platform_version_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/no_sec_lw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_ce/no_sec_lw_m2_m_bootstrap_server_credential.py index 3c8a78ec..7816c3f4 100644 --- a/tb_rest_client/models/models_ce/no_sec_lw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_ce/no_sec_lw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/node_connection_info.py b/tb_rest_client/models/models_ce/node_connection_info.py index 3a9fb99c..20abae04 100644 --- a/tb_rest_client/models/models_ce/node_connection_info.py +++ b/tb_rest_client/models/models_ce/node_connection_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification.py b/tb_rest_client/models/models_ce/notification.py index bd9ea773..b078c29c 100644 --- a/tb_rest_client/models/models_ce/notification.py +++ b/tb_rest_client/models/models_ce/notification.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_delivery_method_config.py b/tb_rest_client/models/models_ce/notification_delivery_method_config.py index 5b410a8d..5703947b 100644 --- a/tb_rest_client/models/models_ce/notification_delivery_method_config.py +++ b/tb_rest_client/models/models_ce/notification_delivery_method_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_id.py b/tb_rest_client/models/models_ce/notification_id.py index 79bdcc35..a2e68cd5 100644 --- a/tb_rest_client/models/models_ce/notification_id.py +++ b/tb_rest_client/models/models_ce/notification_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_info.py b/tb_rest_client/models/models_ce/notification_info.py index 6bf8c80e..5e392ef4 100644 --- a/tb_rest_client/models/models_ce/notification_info.py +++ b/tb_rest_client/models/models_ce/notification_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_request.py b/tb_rest_client/models/models_ce/notification_request.py index 1021e114..72eef9b2 100644 --- a/tb_rest_client/models/models_ce/notification_request.py +++ b/tb_rest_client/models/models_ce/notification_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_request_config.py b/tb_rest_client/models/models_ce/notification_request_config.py index aa17f2d1..ba59d4f5 100644 --- a/tb_rest_client/models/models_ce/notification_request_config.py +++ b/tb_rest_client/models/models_ce/notification_request_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_request_id.py b/tb_rest_client/models/models_ce/notification_request_id.py index 61185002..213692f8 100644 --- a/tb_rest_client/models/models_ce/notification_request_id.py +++ b/tb_rest_client/models/models_ce/notification_request_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_request_info.py b/tb_rest_client/models/models_ce/notification_request_info.py index 8c4554b8..cf95b5f5 100644 --- a/tb_rest_client/models/models_ce/notification_request_info.py +++ b/tb_rest_client/models/models_ce/notification_request_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_request_preview.py b/tb_rest_client/models/models_ce/notification_request_preview.py index 58eb4192..9452d66e 100644 --- a/tb_rest_client/models/models_ce/notification_request_preview.py +++ b/tb_rest_client/models/models_ce/notification_request_preview.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_request_stats.py b/tb_rest_client/models/models_ce/notification_request_stats.py index 6b73febd..9a03edfb 100644 --- a/tb_rest_client/models/models_ce/notification_request_stats.py +++ b/tb_rest_client/models/models_ce/notification_request_stats.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_rule.py b/tb_rest_client/models/models_ce/notification_rule.py index c3b14663..b91b4566 100644 --- a/tb_rest_client/models/models_ce/notification_rule.py +++ b/tb_rest_client/models/models_ce/notification_rule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_rule_config.py b/tb_rest_client/models/models_ce/notification_rule_config.py index 142c48f1..d7082f09 100644 --- a/tb_rest_client/models/models_ce/notification_rule_config.py +++ b/tb_rest_client/models/models_ce/notification_rule_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_rule_id.py b/tb_rest_client/models/models_ce/notification_rule_id.py index 7eaf595e..0612cd7e 100644 --- a/tb_rest_client/models/models_ce/notification_rule_id.py +++ b/tb_rest_client/models/models_ce/notification_rule_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_rule_info.py b/tb_rest_client/models/models_ce/notification_rule_info.py index 88529365..19a5141b 100644 --- a/tb_rest_client/models/models_ce/notification_rule_info.py +++ b/tb_rest_client/models/models_ce/notification_rule_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_rule_recipients_config.py b/tb_rest_client/models/models_ce/notification_rule_recipients_config.py index aeb3cfb6..db23aa83 100644 --- a/tb_rest_client/models/models_ce/notification_rule_recipients_config.py +++ b/tb_rest_client/models/models_ce/notification_rule_recipients_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/notification_rule_trigger_config.py index 83eb7f97..72b6683f 100644 --- a/tb_rest_client/models/models_ce/notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_settings.py b/tb_rest_client/models/models_ce/notification_settings.py index 94a024f2..6aa17c4b 100644 --- a/tb_rest_client/models/models_ce/notification_settings.py +++ b/tb_rest_client/models/models_ce/notification_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_target.py b/tb_rest_client/models/models_ce/notification_target.py index 02afa552..8b48de40 100644 --- a/tb_rest_client/models/models_ce/notification_target.py +++ b/tb_rest_client/models/models_ce/notification_target.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_target_config.py b/tb_rest_client/models/models_ce/notification_target_config.py index 5515c085..f70ac5cd 100644 --- a/tb_rest_client/models/models_ce/notification_target_config.py +++ b/tb_rest_client/models/models_ce/notification_target_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_target_id.py b/tb_rest_client/models/models_ce/notification_target_id.py index 4e9b886b..805f8a86 100644 --- a/tb_rest_client/models/models_ce/notification_target_id.py +++ b/tb_rest_client/models/models_ce/notification_target_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_template.py b/tb_rest_client/models/models_ce/notification_template.py index 67009925..3710733e 100644 --- a/tb_rest_client/models/models_ce/notification_template.py +++ b/tb_rest_client/models/models_ce/notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_template_config.py b/tb_rest_client/models/models_ce/notification_template_config.py index 48c864ff..52e8e4bc 100644 --- a/tb_rest_client/models/models_ce/notification_template_config.py +++ b/tb_rest_client/models/models_ce/notification_template_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/notification_template_id.py b/tb_rest_client/models/models_ce/notification_template_id.py index 87eb8ba6..27da460e 100644 --- a/tb_rest_client/models/models_ce/notification_template_id.py +++ b/tb_rest_client/models/models_ce/notification_template_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/numeric_filter_predicate.py b/tb_rest_client/models/models_ce/numeric_filter_predicate.py index c3450609..de37a37a 100644 --- a/tb_rest_client/models/models_ce/numeric_filter_predicate.py +++ b/tb_rest_client/models/models_ce/numeric_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_basic_mapper_config.py b/tb_rest_client/models/models_ce/o_auth2_basic_mapper_config.py index e4000921..d3ad203a 100644 --- a/tb_rest_client/models/models_ce/o_auth2_basic_mapper_config.py +++ b/tb_rest_client/models/models_ce/o_auth2_basic_mapper_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_client_info.py b/tb_rest_client/models/models_ce/o_auth2_client_info.py index 4b6bcdae..a80f96bd 100644 --- a/tb_rest_client/models/models_ce/o_auth2_client_info.py +++ b/tb_rest_client/models/models_ce/o_auth2_client_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_client_registration_template.py b/tb_rest_client/models/models_ce/o_auth2_client_registration_template.py index 6fc70f38..ca355f75 100644 --- a/tb_rest_client/models/models_ce/o_auth2_client_registration_template.py +++ b/tb_rest_client/models/models_ce/o_auth2_client_registration_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_client_registration_template_id.py b/tb_rest_client/models/models_ce/o_auth2_client_registration_template_id.py index ae380cdc..6b3b1750 100644 --- a/tb_rest_client/models/models_ce/o_auth2_client_registration_template_id.py +++ b/tb_rest_client/models/models_ce/o_auth2_client_registration_template_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_custom_mapper_config.py b/tb_rest_client/models/models_ce/o_auth2_custom_mapper_config.py index e167f521..220b530e 100644 --- a/tb_rest_client/models/models_ce/o_auth2_custom_mapper_config.py +++ b/tb_rest_client/models/models_ce/o_auth2_custom_mapper_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_domain_info.py b/tb_rest_client/models/models_ce/o_auth2_domain_info.py index 40493912..2a293c69 100644 --- a/tb_rest_client/models/models_ce/o_auth2_domain_info.py +++ b/tb_rest_client/models/models_ce/o_auth2_domain_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_info.py b/tb_rest_client/models/models_ce/o_auth2_info.py index 5f9c9e44..b34609ad 100644 --- a/tb_rest_client/models/models_ce/o_auth2_info.py +++ b/tb_rest_client/models/models_ce/o_auth2_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_mapper_config.py b/tb_rest_client/models/models_ce/o_auth2_mapper_config.py index c9548b17..85009ceb 100644 --- a/tb_rest_client/models/models_ce/o_auth2_mapper_config.py +++ b/tb_rest_client/models/models_ce/o_auth2_mapper_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_mobile_info.py b/tb_rest_client/models/models_ce/o_auth2_mobile_info.py index 0269b233..67958913 100644 --- a/tb_rest_client/models/models_ce/o_auth2_mobile_info.py +++ b/tb_rest_client/models/models_ce/o_auth2_mobile_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_params_info.py b/tb_rest_client/models/models_ce/o_auth2_params_info.py index 302085bb..d387e834 100644 --- a/tb_rest_client/models/models_ce/o_auth2_params_info.py +++ b/tb_rest_client/models/models_ce/o_auth2_params_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/o_auth2_registration_info.py b/tb_rest_client/models/models_ce/o_auth2_registration_info.py index e1e741bb..2c75e541 100644 --- a/tb_rest_client/models/models_ce/o_auth2_registration_info.py +++ b/tb_rest_client/models/models_ce/o_auth2_registration_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/object_attributes.py b/tb_rest_client/models/models_ce/object_attributes.py index 6f94d45c..11802ef2 100644 --- a/tb_rest_client/models/models_ce/object_attributes.py +++ b/tb_rest_client/models/models_ce/object_attributes.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/object_node.py b/tb_rest_client/models/models_ce/object_node.py index c500b07a..97116b32 100644 --- a/tb_rest_client/models/models_ce/object_node.py +++ b/tb_rest_client/models/models_ce/object_node.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/originator_entity_owner_users_filter.py b/tb_rest_client/models/models_ce/originator_entity_owner_users_filter.py index badcde4b..68a6a080 100644 --- a/tb_rest_client/models/models_ce/originator_entity_owner_users_filter.py +++ b/tb_rest_client/models/models_ce/originator_entity_owner_users_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/ota_package.py b/tb_rest_client/models/models_ce/ota_package.py index 609fd8d4..c5d06803 100644 --- a/tb_rest_client/models/models_ce/ota_package.py +++ b/tb_rest_client/models/models_ce/ota_package.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/ota_package_id.py b/tb_rest_client/models/models_ce/ota_package_id.py index 2dd95027..d9cc7a8a 100644 --- a/tb_rest_client/models/models_ce/ota_package_id.py +++ b/tb_rest_client/models/models_ce/ota_package_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/ota_package_info.py b/tb_rest_client/models/models_ce/ota_package_info.py index 4e6d58d1..767412c3 100644 --- a/tb_rest_client/models/models_ce/ota_package_info.py +++ b/tb_rest_client/models/models_ce/ota_package_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/ota_package_ota_package_id_body.py b/tb_rest_client/models/models_ce/ota_package_ota_package_id_body.py index 1c6a61f9..66a8546a 100644 --- a/tb_rest_client/models/models_ce/ota_package_ota_package_id_body.py +++ b/tb_rest_client/models/models_ce/ota_package_ota_package_id_body.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/ota_package_ota_package_idchecksumchecksum_algorithm_body.py b/tb_rest_client/models/models_ce/ota_package_ota_package_idchecksumchecksum_algorithm_body.py index b980fa63..099b33da 100644 --- a/tb_rest_client/models/models_ce/ota_package_ota_package_idchecksumchecksum_algorithm_body.py +++ b/tb_rest_client/models/models_ce/ota_package_ota_package_idchecksumchecksum_algorithm_body.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/other_configuration.py b/tb_rest_client/models/models_ce/other_configuration.py index fe58a82a..65ed3cc5 100644 --- a/tb_rest_client/models/models_ce/other_configuration.py +++ b/tb_rest_client/models/models_ce/other_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_alarm_comment_info.py b/tb_rest_client/models/models_ce/page_data_alarm_comment_info.py index feb57ade..7a9a0826 100644 --- a/tb_rest_client/models/models_ce/page_data_alarm_comment_info.py +++ b/tb_rest_client/models/models_ce/page_data_alarm_comment_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_alarm_data.py b/tb_rest_client/models/models_ce/page_data_alarm_data.py index eec83aec..f260b5ec 100644 --- a/tb_rest_client/models/models_ce/page_data_alarm_data.py +++ b/tb_rest_client/models/models_ce/page_data_alarm_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_alarm_info.py b/tb_rest_client/models/models_ce/page_data_alarm_info.py index 4364305c..ec0cf11f 100644 --- a/tb_rest_client/models/models_ce/page_data_alarm_info.py +++ b/tb_rest_client/models/models_ce/page_data_alarm_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_asset.py b/tb_rest_client/models/models_ce/page_data_asset.py index d3ddcfd8..1bc49684 100644 --- a/tb_rest_client/models/models_ce/page_data_asset.py +++ b/tb_rest_client/models/models_ce/page_data_asset.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_asset_info.py b/tb_rest_client/models/models_ce/page_data_asset_info.py index a9266bd3..fedfc92b 100644 --- a/tb_rest_client/models/models_ce/page_data_asset_info.py +++ b/tb_rest_client/models/models_ce/page_data_asset_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_asset_profile.py b/tb_rest_client/models/models_ce/page_data_asset_profile.py index ad816abe..4a35a921 100644 --- a/tb_rest_client/models/models_ce/page_data_asset_profile.py +++ b/tb_rest_client/models/models_ce/page_data_asset_profile.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_asset_profile_info.py b/tb_rest_client/models/models_ce/page_data_asset_profile_info.py index ccf22de8..8f2b5975 100644 --- a/tb_rest_client/models/models_ce/page_data_asset_profile_info.py +++ b/tb_rest_client/models/models_ce/page_data_asset_profile_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_audit_log.py b/tb_rest_client/models/models_ce/page_data_audit_log.py index 87adde92..9e9428f5 100644 --- a/tb_rest_client/models/models_ce/page_data_audit_log.py +++ b/tb_rest_client/models/models_ce/page_data_audit_log.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_customer.py b/tb_rest_client/models/models_ce/page_data_customer.py index 14d7a6d7..665fa1e9 100644 --- a/tb_rest_client/models/models_ce/page_data_customer.py +++ b/tb_rest_client/models/models_ce/page_data_customer.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_dashboard_info.py b/tb_rest_client/models/models_ce/page_data_dashboard_info.py index 2014287d..d435edf5 100644 --- a/tb_rest_client/models/models_ce/page_data_dashboard_info.py +++ b/tb_rest_client/models/models_ce/page_data_dashboard_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_device.py b/tb_rest_client/models/models_ce/page_data_device.py index 7520964e..30d423c7 100644 --- a/tb_rest_client/models/models_ce/page_data_device.py +++ b/tb_rest_client/models/models_ce/page_data_device.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_device_info.py b/tb_rest_client/models/models_ce/page_data_device_info.py index 33161e62..b14eb9e5 100644 --- a/tb_rest_client/models/models_ce/page_data_device_info.py +++ b/tb_rest_client/models/models_ce/page_data_device_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_device_profile.py b/tb_rest_client/models/models_ce/page_data_device_profile.py index 7946edab..581e72cf 100644 --- a/tb_rest_client/models/models_ce/page_data_device_profile.py +++ b/tb_rest_client/models/models_ce/page_data_device_profile.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_device_profile_info.py b/tb_rest_client/models/models_ce/page_data_device_profile_info.py index a6c59200..0e471107 100644 --- a/tb_rest_client/models/models_ce/page_data_device_profile_info.py +++ b/tb_rest_client/models/models_ce/page_data_device_profile_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_edge.py b/tb_rest_client/models/models_ce/page_data_edge.py index df02d3b7..5260b162 100644 --- a/tb_rest_client/models/models_ce/page_data_edge.py +++ b/tb_rest_client/models/models_ce/page_data_edge.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_edge_event.py b/tb_rest_client/models/models_ce/page_data_edge_event.py index 20d8c642..28ff883d 100644 --- a/tb_rest_client/models/models_ce/page_data_edge_event.py +++ b/tb_rest_client/models/models_ce/page_data_edge_event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_edge_info.py b/tb_rest_client/models/models_ce/page_data_edge_info.py index 698f33ca..bb230173 100644 --- a/tb_rest_client/models/models_ce/page_data_edge_info.py +++ b/tb_rest_client/models/models_ce/page_data_edge_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_entity_data.py b/tb_rest_client/models/models_ce/page_data_entity_data.py index 55dc120b..6f376289 100644 --- a/tb_rest_client/models/models_ce/page_data_entity_data.py +++ b/tb_rest_client/models/models_ce/page_data_entity_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_entity_info.py b/tb_rest_client/models/models_ce/page_data_entity_info.py index 43030d84..8345b50e 100644 --- a/tb_rest_client/models/models_ce/page_data_entity_info.py +++ b/tb_rest_client/models/models_ce/page_data_entity_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_entity_version.py b/tb_rest_client/models/models_ce/page_data_entity_version.py index 0c37e798..74351297 100644 --- a/tb_rest_client/models/models_ce/page_data_entity_version.py +++ b/tb_rest_client/models/models_ce/page_data_entity_version.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_entity_view.py b/tb_rest_client/models/models_ce/page_data_entity_view.py index 28f1b7c7..bb7e1e10 100644 --- a/tb_rest_client/models/models_ce/page_data_entity_view.py +++ b/tb_rest_client/models/models_ce/page_data_entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_entity_view_info.py b/tb_rest_client/models/models_ce/page_data_entity_view_info.py index b6b0d1e0..8aa7df93 100644 --- a/tb_rest_client/models/models_ce/page_data_entity_view_info.py +++ b/tb_rest_client/models/models_ce/page_data_entity_view_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_event.py b/tb_rest_client/models/models_ce/page_data_event.py index 86d7c49e..af664d50 100644 --- a/tb_rest_client/models/models_ce/page_data_event.py +++ b/tb_rest_client/models/models_ce/page_data_event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_event_info.py b/tb_rest_client/models/models_ce/page_data_event_info.py index 7259ae55..70d1dd88 100644 --- a/tb_rest_client/models/models_ce/page_data_event_info.py +++ b/tb_rest_client/models/models_ce/page_data_event_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_notification.py b/tb_rest_client/models/models_ce/page_data_notification.py index c7c7f5c4..2b3c5a5d 100644 --- a/tb_rest_client/models/models_ce/page_data_notification.py +++ b/tb_rest_client/models/models_ce/page_data_notification.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_notification_request_info.py b/tb_rest_client/models/models_ce/page_data_notification_request_info.py index 9acd1fe9..d2276257 100644 --- a/tb_rest_client/models/models_ce/page_data_notification_request_info.py +++ b/tb_rest_client/models/models_ce/page_data_notification_request_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_notification_rule_info.py b/tb_rest_client/models/models_ce/page_data_notification_rule_info.py index 8b1675d4..f2cb24c9 100644 --- a/tb_rest_client/models/models_ce/page_data_notification_rule_info.py +++ b/tb_rest_client/models/models_ce/page_data_notification_rule_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_notification_target.py b/tb_rest_client/models/models_ce/page_data_notification_target.py index 5f41199a..560379f2 100644 --- a/tb_rest_client/models/models_ce/page_data_notification_target.py +++ b/tb_rest_client/models/models_ce/page_data_notification_target.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_notification_template.py b/tb_rest_client/models/models_ce/page_data_notification_template.py index 070093ae..7df8f62b 100644 --- a/tb_rest_client/models/models_ce/page_data_notification_template.py +++ b/tb_rest_client/models/models_ce/page_data_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_ota_package_info.py b/tb_rest_client/models/models_ce/page_data_ota_package_info.py index 454f26a9..e781dc2e 100644 --- a/tb_rest_client/models/models_ce/page_data_ota_package_info.py +++ b/tb_rest_client/models/models_ce/page_data_ota_package_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_queue.py b/tb_rest_client/models/models_ce/page_data_queue.py index 883bd763..69302831 100644 --- a/tb_rest_client/models/models_ce/page_data_queue.py +++ b/tb_rest_client/models/models_ce/page_data_queue.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_rpc.py b/tb_rest_client/models/models_ce/page_data_rpc.py index 843b0dc1..b8fd6977 100644 --- a/tb_rest_client/models/models_ce/page_data_rpc.py +++ b/tb_rest_client/models/models_ce/page_data_rpc.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_rule_chain.py b/tb_rest_client/models/models_ce/page_data_rule_chain.py index 4a7985f6..0e4dc56e 100644 --- a/tb_rest_client/models/models_ce/page_data_rule_chain.py +++ b/tb_rest_client/models/models_ce/page_data_rule_chain.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_tb_resource_info.py b/tb_rest_client/models/models_ce/page_data_tb_resource_info.py index 846ee1f6..67a0fec8 100644 --- a/tb_rest_client/models/models_ce/page_data_tb_resource_info.py +++ b/tb_rest_client/models/models_ce/page_data_tb_resource_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_tenant.py b/tb_rest_client/models/models_ce/page_data_tenant.py index 711ade7a..2a9fc384 100644 --- a/tb_rest_client/models/models_ce/page_data_tenant.py +++ b/tb_rest_client/models/models_ce/page_data_tenant.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_tenant_info.py b/tb_rest_client/models/models_ce/page_data_tenant_info.py index 483e0090..01e0342c 100644 --- a/tb_rest_client/models/models_ce/page_data_tenant_info.py +++ b/tb_rest_client/models/models_ce/page_data_tenant_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_tenant_profile.py b/tb_rest_client/models/models_ce/page_data_tenant_profile.py index 09f1b455..f9b45fe3 100644 --- a/tb_rest_client/models/models_ce/page_data_tenant_profile.py +++ b/tb_rest_client/models/models_ce/page_data_tenant_profile.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_user.py b/tb_rest_client/models/models_ce/page_data_user.py index e89047b8..736448b7 100644 --- a/tb_rest_client/models/models_ce/page_data_user.py +++ b/tb_rest_client/models/models_ce/page_data_user.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_user_email_info.py b/tb_rest_client/models/models_ce/page_data_user_email_info.py index 0a759303..08490cb0 100644 --- a/tb_rest_client/models/models_ce/page_data_user_email_info.py +++ b/tb_rest_client/models/models_ce/page_data_user_email_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/page_data_widgets_bundle.py b/tb_rest_client/models/models_ce/page_data_widgets_bundle.py index da1b65eb..71403fb7 100644 --- a/tb_rest_client/models/models_ce/page_data_widgets_bundle.py +++ b/tb_rest_client/models/models_ce/page_data_widgets_bundle.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/platform_two_fa_settings.py b/tb_rest_client/models/models_ce/platform_two_fa_settings.py index 923053a6..efa2e2b0 100644 --- a/tb_rest_client/models/models_ce/platform_two_fa_settings.py +++ b/tb_rest_client/models/models_ce/platform_two_fa_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/platform_users_notification_target_config.py b/tb_rest_client/models/models_ce/platform_users_notification_target_config.py index d00f2578..2b8b1ba8 100644 --- a/tb_rest_client/models/models_ce/platform_users_notification_target_config.py +++ b/tb_rest_client/models/models_ce/platform_users_notification_target_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/power_saving_configuration.py b/tb_rest_client/models/models_ce/power_saving_configuration.py index 99f56168..07a43e0e 100644 --- a/tb_rest_client/models/models_ce/power_saving_configuration.py +++ b/tb_rest_client/models/models_ce/power_saving_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/processing_strategy.py b/tb_rest_client/models/models_ce/processing_strategy.py index 5719b7a0..a23adbec 100644 --- a/tb_rest_client/models/models_ce/processing_strategy.py +++ b/tb_rest_client/models/models_ce/processing_strategy.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/proto_transport_payload_configuration.py b/tb_rest_client/models/models_ce/proto_transport_payload_configuration.py index c45fec29..ec66f531 100644 --- a/tb_rest_client/models/models_ce/proto_transport_payload_configuration.py +++ b/tb_rest_client/models/models_ce/proto_transport_payload_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/psklw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_ce/psklw_m2_m_bootstrap_server_credential.py index aa3dff44..e8b56e1f 100644 --- a/tb_rest_client/models/models_ce/psklw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_ce/psklw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/queue.py b/tb_rest_client/models/models_ce/queue.py index fadb787e..e16d8fcb 100644 --- a/tb_rest_client/models/models_ce/queue.py +++ b/tb_rest_client/models/models_ce/queue.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/queue_id.py b/tb_rest_client/models/models_ce/queue_id.py index cebd83a7..163108c6 100644 --- a/tb_rest_client/models/models_ce/queue_id.py +++ b/tb_rest_client/models/models_ce/queue_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/relation_entity_type_filter.py b/tb_rest_client/models/models_ce/relation_entity_type_filter.py index c5e6310f..027ad9cb 100644 --- a/tb_rest_client/models/models_ce/relation_entity_type_filter.py +++ b/tb_rest_client/models/models_ce/relation_entity_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/relations_query_filter.py b/tb_rest_client/models/models_ce/relations_query_filter.py index a5a27963..96be25a8 100644 --- a/tb_rest_client/models/models_ce/relations_query_filter.py +++ b/tb_rest_client/models/models_ce/relations_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/relations_search_parameters.py b/tb_rest_client/models/models_ce/relations_search_parameters.py index 9d759acd..b1f4c1e8 100644 --- a/tb_rest_client/models/models_ce/relations_search_parameters.py +++ b/tb_rest_client/models/models_ce/relations_search_parameters.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/repeating_alarm_condition_spec.py b/tb_rest_client/models/models_ce/repeating_alarm_condition_spec.py index 10231041..f0a1f7a0 100644 --- a/tb_rest_client/models/models_ce/repeating_alarm_condition_spec.py +++ b/tb_rest_client/models/models_ce/repeating_alarm_condition_spec.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/repository_settings.py b/tb_rest_client/models/models_ce/repository_settings.py index 3950ef69..ea6ee372 100644 --- a/tb_rest_client/models/models_ce/repository_settings.py +++ b/tb_rest_client/models/models_ce/repository_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/repository_settings_info.py b/tb_rest_client/models/models_ce/repository_settings_info.py index 9340ea9a..bd45203d 100644 --- a/tb_rest_client/models/models_ce/repository_settings_info.py +++ b/tb_rest_client/models/models_ce/repository_settings_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/reset_password_email_request.py b/tb_rest_client/models/models_ce/reset_password_email_request.py index f6f1e431..76819e8b 100644 --- a/tb_rest_client/models/models_ce/reset_password_email_request.py +++ b/tb_rest_client/models/models_ce/reset_password_email_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/reset_password_request.py b/tb_rest_client/models/models_ce/reset_password_request.py index 1ad86646..03f1eef4 100644 --- a/tb_rest_client/models/models_ce/reset_password_request.py +++ b/tb_rest_client/models/models_ce/reset_password_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/resource.py b/tb_rest_client/models/models_ce/resource.py index 2d7e0cb2..2247923a 100644 --- a/tb_rest_client/models/models_ce/resource.py +++ b/tb_rest_client/models/models_ce/resource.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/response_entity.py b/tb_rest_client/models/models_ce/response_entity.py index 3add8aee..07baecb6 100644 --- a/tb_rest_client/models/models_ce/response_entity.py +++ b/tb_rest_client/models/models_ce/response_entity.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rpc.py b/tb_rest_client/models/models_ce/rpc.py index ac3532ba..267c9b13 100644 --- a/tb_rest_client/models/models_ce/rpc.py +++ b/tb_rest_client/models/models_ce/rpc.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rpc_id.py b/tb_rest_client/models/models_ce/rpc_id.py index fc5c3416..36ac7eed 100644 --- a/tb_rest_client/models/models_ce/rpc_id.py +++ b/tb_rest_client/models/models_ce/rpc_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rpklw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_ce/rpklw_m2_m_bootstrap_server_credential.py index d3538eeb..941bf211 100644 --- a/tb_rest_client/models/models_ce/rpklw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_ce/rpklw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain.py b/tb_rest_client/models/models_ce/rule_chain.py index c920e2dc..49d0d88b 100644 --- a/tb_rest_client/models/models_ce/rule_chain.py +++ b/tb_rest_client/models/models_ce/rule_chain.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain_connection_info.py b/tb_rest_client/models/models_ce/rule_chain_connection_info.py index 18903920..a9c3afa6 100644 --- a/tb_rest_client/models/models_ce/rule_chain_connection_info.py +++ b/tb_rest_client/models/models_ce/rule_chain_connection_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain_data.py b/tb_rest_client/models/models_ce/rule_chain_data.py index 75fc3407..f1656128 100644 --- a/tb_rest_client/models/models_ce/rule_chain_data.py +++ b/tb_rest_client/models/models_ce/rule_chain_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain_debug_event_filter.py b/tb_rest_client/models/models_ce/rule_chain_debug_event_filter.py index 113d36ae..bd222e36 100644 --- a/tb_rest_client/models/models_ce/rule_chain_debug_event_filter.py +++ b/tb_rest_client/models/models_ce/rule_chain_debug_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain_export_data.py b/tb_rest_client/models/models_ce/rule_chain_export_data.py index ae70efc7..dad52aab 100644 --- a/tb_rest_client/models/models_ce/rule_chain_export_data.py +++ b/tb_rest_client/models/models_ce/rule_chain_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain_id.py b/tb_rest_client/models/models_ce/rule_chain_id.py index 1e070817..a0dfb64f 100644 --- a/tb_rest_client/models/models_ce/rule_chain_id.py +++ b/tb_rest_client/models/models_ce/rule_chain_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain_import_result.py b/tb_rest_client/models/models_ce/rule_chain_import_result.py index 95860c76..2b929d38 100644 --- a/tb_rest_client/models/models_ce/rule_chain_import_result.py +++ b/tb_rest_client/models/models_ce/rule_chain_import_result.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain_meta_data.py b/tb_rest_client/models/models_ce/rule_chain_meta_data.py index 357f2d32..2b403a9c 100644 --- a/tb_rest_client/models/models_ce/rule_chain_meta_data.py +++ b/tb_rest_client/models/models_ce/rule_chain_meta_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_chain_output_labels_usage.py b/tb_rest_client/models/models_ce/rule_chain_output_labels_usage.py index 3974c2c7..828d15fa 100644 --- a/tb_rest_client/models/models_ce/rule_chain_output_labels_usage.py +++ b/tb_rest_client/models/models_ce/rule_chain_output_labels_usage.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py b/tb_rest_client/models/models_ce/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py index 55899e08..c2934011 100644 --- a/tb_rest_client/models/models_ce/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_ce/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_node.py b/tb_rest_client/models/models_ce/rule_node.py index 756f62f1..60ec5922 100644 --- a/tb_rest_client/models/models_ce/rule_node.py +++ b/tb_rest_client/models/models_ce/rule_node.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_node_debug_event_filter.py b/tb_rest_client/models/models_ce/rule_node_debug_event_filter.py index 6f89ede7..c3cfe90d 100644 --- a/tb_rest_client/models/models_ce/rule_node_debug_event_filter.py +++ b/tb_rest_client/models/models_ce/rule_node_debug_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/rule_node_id.py b/tb_rest_client/models/models_ce/rule_node_id.py index 94ac418b..2f393426 100644 --- a/tb_rest_client/models/models_ce/rule_node_id.py +++ b/tb_rest_client/models/models_ce/rule_node_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/save_device_with_credentials_request.py b/tb_rest_client/models/models_ce/save_device_with_credentials_request.py index 122c8b15..308f950f 100644 --- a/tb_rest_client/models/models_ce/save_device_with_credentials_request.py +++ b/tb_rest_client/models/models_ce/save_device_with_credentials_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/save_ota_package_info_request.py b/tb_rest_client/models/models_ce/save_ota_package_info_request.py index ed8c7a32..f7b9c614 100644 --- a/tb_rest_client/models/models_ce/save_ota_package_info_request.py +++ b/tb_rest_client/models/models_ce/save_ota_package_info_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/security_settings.py b/tb_rest_client/models/models_ce/security_settings.py index 1d43a8bc..3efbd693 100644 --- a/tb_rest_client/models/models_ce/security_settings.py +++ b/tb_rest_client/models/models_ce/security_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/server_security_config.py b/tb_rest_client/models/models_ce/server_security_config.py index 062935b0..c3c48d1e 100644 --- a/tb_rest_client/models/models_ce/server_security_config.py +++ b/tb_rest_client/models/models_ce/server_security_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/shared_attributes_setting_snmp_communication_config.py b/tb_rest_client/models/models_ce/shared_attributes_setting_snmp_communication_config.py index 05475c3c..a5ecd11c 100644 --- a/tb_rest_client/models/models_ce/shared_attributes_setting_snmp_communication_config.py +++ b/tb_rest_client/models/models_ce/shared_attributes_setting_snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/short_customer_info.py b/tb_rest_client/models/models_ce/short_customer_info.py index a2c1ba5d..60efb00a 100644 --- a/tb_rest_client/models/models_ce/short_customer_info.py +++ b/tb_rest_client/models/models_ce/short_customer_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/sign_up_request.py b/tb_rest_client/models/models_ce/sign_up_request.py index 08ddd298..62c08a68 100644 --- a/tb_rest_client/models/models_ce/sign_up_request.py +++ b/tb_rest_client/models/models_ce/sign_up_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/simple_alarm_condition_spec.py b/tb_rest_client/models/models_ce/simple_alarm_condition_spec.py index 1cc18f98..67831b85 100644 --- a/tb_rest_client/models/models_ce/simple_alarm_condition_spec.py +++ b/tb_rest_client/models/models_ce/simple_alarm_condition_spec.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/single_entity_filter.py b/tb_rest_client/models/models_ce/single_entity_filter.py index c7e744f5..638d8866 100644 --- a/tb_rest_client/models/models_ce/single_entity_filter.py +++ b/tb_rest_client/models/models_ce/single_entity_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/single_entity_version_create_request.py b/tb_rest_client/models/models_ce/single_entity_version_create_request.py index 5bef9b8d..383912e0 100644 --- a/tb_rest_client/models/models_ce/single_entity_version_create_request.py +++ b/tb_rest_client/models/models_ce/single_entity_version_create_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/single_entity_version_load_request.py b/tb_rest_client/models/models_ce/single_entity_version_load_request.py index 9284a792..eed965cd 100644 --- a/tb_rest_client/models/models_ce/single_entity_version_load_request.py +++ b/tb_rest_client/models/models_ce/single_entity_version_load_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/slack_conversation.py b/tb_rest_client/models/models_ce/slack_conversation.py index a3846878..8e27a523 100644 --- a/tb_rest_client/models/models_ce/slack_conversation.py +++ b/tb_rest_client/models/models_ce/slack_conversation.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/slack_delivery_method_notification_template.py b/tb_rest_client/models/models_ce/slack_delivery_method_notification_template.py index b828a935..7eebc703 100644 --- a/tb_rest_client/models/models_ce/slack_delivery_method_notification_template.py +++ b/tb_rest_client/models/models_ce/slack_delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/slack_notification_delivery_method_config.py b/tb_rest_client/models/models_ce/slack_notification_delivery_method_config.py index 369cacb6..27d76f1e 100644 --- a/tb_rest_client/models/models_ce/slack_notification_delivery_method_config.py +++ b/tb_rest_client/models/models_ce/slack_notification_delivery_method_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/slack_notification_target_config.py b/tb_rest_client/models/models_ce/slack_notification_target_config.py index 3075ec72..97949cd5 100644 --- a/tb_rest_client/models/models_ce/slack_notification_target_config.py +++ b/tb_rest_client/models/models_ce/slack_notification_target_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/smpp_sms_provider_configuration.py b/tb_rest_client/models/models_ce/smpp_sms_provider_configuration.py index 1f1f8b26..cf518dfb 100644 --- a/tb_rest_client/models/models_ce/smpp_sms_provider_configuration.py +++ b/tb_rest_client/models/models_ce/smpp_sms_provider_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/sms_delivery_method_notification_template.py b/tb_rest_client/models/models_ce/sms_delivery_method_notification_template.py index 66f420dc..d6b12b8f 100644 --- a/tb_rest_client/models/models_ce/sms_delivery_method_notification_template.py +++ b/tb_rest_client/models/models_ce/sms_delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/sms_provider_configuration.py b/tb_rest_client/models/models_ce/sms_provider_configuration.py index 1946a097..1bb08b66 100644 --- a/tb_rest_client/models/models_ce/sms_provider_configuration.py +++ b/tb_rest_client/models/models_ce/sms_provider_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/sms_two_fa_account_config.py b/tb_rest_client/models/models_ce/sms_two_fa_account_config.py index 52b24074..437a7dec 100644 --- a/tb_rest_client/models/models_ce/sms_two_fa_account_config.py +++ b/tb_rest_client/models/models_ce/sms_two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/sms_two_fa_provider_config.py b/tb_rest_client/models/models_ce/sms_two_fa_provider_config.py index b14dbadf..2179e979 100644 --- a/tb_rest_client/models/models_ce/sms_two_fa_provider_config.py +++ b/tb_rest_client/models/models_ce/sms_two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/snmp_communication_config.py b/tb_rest_client/models/models_ce/snmp_communication_config.py index bdc99be1..5f01cccd 100644 --- a/tb_rest_client/models/models_ce/snmp_communication_config.py +++ b/tb_rest_client/models/models_ce/snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/snmp_device_profile_transport_configuration.py b/tb_rest_client/models/models_ce/snmp_device_profile_transport_configuration.py index e922dd40..2527fc48 100644 --- a/tb_rest_client/models/models_ce/snmp_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_ce/snmp_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/snmp_device_transport_configuration.py b/tb_rest_client/models/models_ce/snmp_device_transport_configuration.py index 7fd928ec..75419fff 100644 --- a/tb_rest_client/models/models_ce/snmp_device_transport_configuration.py +++ b/tb_rest_client/models/models_ce/snmp_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/snmp_mapping.py b/tb_rest_client/models/models_ce/snmp_mapping.py index 97269cd4..3e7c9d56 100644 --- a/tb_rest_client/models/models_ce/snmp_mapping.py +++ b/tb_rest_client/models/models_ce/snmp_mapping.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/specific_time_schedule.py b/tb_rest_client/models/models_ce/specific_time_schedule.py index 11f0f38b..653c3a33 100644 --- a/tb_rest_client/models/models_ce/specific_time_schedule.py +++ b/tb_rest_client/models/models_ce/specific_time_schedule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/starred_dashboard_info.py b/tb_rest_client/models/models_ce/starred_dashboard_info.py index e2d7327c..911c9b0e 100644 --- a/tb_rest_client/models/models_ce/starred_dashboard_info.py +++ b/tb_rest_client/models/models_ce/starred_dashboard_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/statistics_event_filter.py b/tb_rest_client/models/models_ce/statistics_event_filter.py index 0a18d5e4..278ef7d2 100644 --- a/tb_rest_client/models/models_ce/statistics_event_filter.py +++ b/tb_rest_client/models/models_ce/statistics_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/string_filter_predicate.py b/tb_rest_client/models/models_ce/string_filter_predicate.py index 41b305a3..9bd64239 100644 --- a/tb_rest_client/models/models_ce/string_filter_predicate.py +++ b/tb_rest_client/models/models_ce/string_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/submit_strategy.py b/tb_rest_client/models/models_ce/submit_strategy.py index 82635e0e..d9d57762 100644 --- a/tb_rest_client/models/models_ce/submit_strategy.py +++ b/tb_rest_client/models/models_ce/submit_strategy.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/system_administrators_filter.py b/tb_rest_client/models/models_ce/system_administrators_filter.py index 1afc9d1a..31229ee8 100644 --- a/tb_rest_client/models/models_ce/system_administrators_filter.py +++ b/tb_rest_client/models/models_ce/system_administrators_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/system_info.py b/tb_rest_client/models/models_ce/system_info.py index 945dfae3..1ac3c6b0 100644 --- a/tb_rest_client/models/models_ce/system_info.py +++ b/tb_rest_client/models/models_ce/system_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/system_info_data.py b/tb_rest_client/models/models_ce/system_info_data.py index 699df470..5205b7c6 100644 --- a/tb_rest_client/models/models_ce/system_info_data.py +++ b/tb_rest_client/models/models_ce/system_info_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tb_resource.py b/tb_rest_client/models/models_ce/tb_resource.py index b699eb61..42c736be 100644 --- a/tb_rest_client/models/models_ce/tb_resource.py +++ b/tb_rest_client/models/models_ce/tb_resource.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tb_resource_id.py b/tb_rest_client/models/models_ce/tb_resource_id.py index 38c0a9c3..136ae593 100644 --- a/tb_rest_client/models/models_ce/tb_resource_id.py +++ b/tb_rest_client/models/models_ce/tb_resource_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tb_resource_info.py b/tb_rest_client/models/models_ce/tb_resource_info.py index 7e1c4e4b..8237a841 100644 --- a/tb_rest_client/models/models_ce/tb_resource_info.py +++ b/tb_rest_client/models/models_ce/tb_resource_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/telemetry_entity_view.py b/tb_rest_client/models/models_ce/telemetry_entity_view.py index 28a8c442..42f5b861 100644 --- a/tb_rest_client/models/models_ce/telemetry_entity_view.py +++ b/tb_rest_client/models/models_ce/telemetry_entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/telemetry_mapping_configuration.py b/tb_rest_client/models/models_ce/telemetry_mapping_configuration.py index dc428ff7..e380caf9 100644 --- a/tb_rest_client/models/models_ce/telemetry_mapping_configuration.py +++ b/tb_rest_client/models/models_ce/telemetry_mapping_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/telemetry_querying_snmp_communication_config.py b/tb_rest_client/models/models_ce/telemetry_querying_snmp_communication_config.py index f84f6b2a..897178d9 100644 --- a/tb_rest_client/models/models_ce/telemetry_querying_snmp_communication_config.py +++ b/tb_rest_client/models/models_ce/telemetry_querying_snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant.py b/tb_rest_client/models/models_ce/tenant.py index 6ad23a08..702512fe 100644 --- a/tb_rest_client/models/models_ce/tenant.py +++ b/tb_rest_client/models/models_ce/tenant.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant_administrators_filter.py b/tb_rest_client/models/models_ce/tenant_administrators_filter.py index b42eaffc..e9c31d87 100644 --- a/tb_rest_client/models/models_ce/tenant_administrators_filter.py +++ b/tb_rest_client/models/models_ce/tenant_administrators_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant_id.py b/tb_rest_client/models/models_ce/tenant_id.py index bee5893a..a383689b 100644 --- a/tb_rest_client/models/models_ce/tenant_id.py +++ b/tb_rest_client/models/models_ce/tenant_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant_info.py b/tb_rest_client/models/models_ce/tenant_info.py index da1d433f..f8ff1184 100644 --- a/tb_rest_client/models/models_ce/tenant_info.py +++ b/tb_rest_client/models/models_ce/tenant_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant_profile.py b/tb_rest_client/models/models_ce/tenant_profile.py index 2496070f..2cbe46f5 100644 --- a/tb_rest_client/models/models_ce/tenant_profile.py +++ b/tb_rest_client/models/models_ce/tenant_profile.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant_profile_configuration.py b/tb_rest_client/models/models_ce/tenant_profile_configuration.py index ba3bedab..0eefc79b 100644 --- a/tb_rest_client/models/models_ce/tenant_profile_configuration.py +++ b/tb_rest_client/models/models_ce/tenant_profile_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant_profile_data.py b/tb_rest_client/models/models_ce/tenant_profile_data.py index 6d13996e..76ab8b68 100644 --- a/tb_rest_client/models/models_ce/tenant_profile_data.py +++ b/tb_rest_client/models/models_ce/tenant_profile_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant_profile_id.py b/tb_rest_client/models/models_ce/tenant_profile_id.py index 4e175d21..f197a7ca 100644 --- a/tb_rest_client/models/models_ce/tenant_profile_id.py +++ b/tb_rest_client/models/models_ce/tenant_profile_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/tenant_profile_queue_configuration.py b/tb_rest_client/models/models_ce/tenant_profile_queue_configuration.py index ac4dcb27..722cead9 100644 --- a/tb_rest_client/models/models_ce/tenant_profile_queue_configuration.py +++ b/tb_rest_client/models/models_ce/tenant_profile_queue_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/test_sms_request.py b/tb_rest_client/models/models_ce/test_sms_request.py index 1b1b9646..81705154 100644 --- a/tb_rest_client/models/models_ce/test_sms_request.py +++ b/tb_rest_client/models/models_ce/test_sms_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/thingsboard_credentials_expired_response.py b/tb_rest_client/models/models_ce/thingsboard_credentials_expired_response.py index 8683f59d..acfa5b66 100644 --- a/tb_rest_client/models/models_ce/thingsboard_credentials_expired_response.py +++ b/tb_rest_client/models/models_ce/thingsboard_credentials_expired_response.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/thingsboard_error_response.py b/tb_rest_client/models/models_ce/thingsboard_error_response.py index 19590f7f..fa256b52 100644 --- a/tb_rest_client/models/models_ce/thingsboard_error_response.py +++ b/tb_rest_client/models/models_ce/thingsboard_error_response.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/to_device_rpc_request_snmp_communication_config.py b/tb_rest_client/models/models_ce/to_device_rpc_request_snmp_communication_config.py index 92cd0273..b1598267 100644 --- a/tb_rest_client/models/models_ce/to_device_rpc_request_snmp_communication_config.py +++ b/tb_rest_client/models/models_ce/to_device_rpc_request_snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/totp_two_fa_account_config.py b/tb_rest_client/models/models_ce/totp_two_fa_account_config.py index aaa8e478..1f69a882 100644 --- a/tb_rest_client/models/models_ce/totp_two_fa_account_config.py +++ b/tb_rest_client/models/models_ce/totp_two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/totp_two_fa_provider_config.py b/tb_rest_client/models/models_ce/totp_two_fa_provider_config.py index d22540c2..f92ed060 100644 --- a/tb_rest_client/models/models_ce/totp_two_fa_provider_config.py +++ b/tb_rest_client/models/models_ce/totp_two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/transport_payload_type_configuration.py b/tb_rest_client/models/models_ce/transport_payload_type_configuration.py index 9974579b..d03a1c38 100644 --- a/tb_rest_client/models/models_ce/transport_payload_type_configuration.py +++ b/tb_rest_client/models/models_ce/transport_payload_type_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/ts_value.py b/tb_rest_client/models/models_ce/ts_value.py index 428efaa7..356fa7f5 100644 --- a/tb_rest_client/models/models_ce/ts_value.py +++ b/tb_rest_client/models/models_ce/ts_value.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/twilio_sms_provider_configuration.py b/tb_rest_client/models/models_ce/twilio_sms_provider_configuration.py index 27e2b604..2b826270 100644 --- a/tb_rest_client/models/models_ce/twilio_sms_provider_configuration.py +++ b/tb_rest_client/models/models_ce/twilio_sms_provider_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/two_fa_account_config.py b/tb_rest_client/models/models_ce/two_fa_account_config.py index 2ae85740..85eee913 100644 --- a/tb_rest_client/models/models_ce/two_fa_account_config.py +++ b/tb_rest_client/models/models_ce/two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/two_fa_account_config_update_request.py b/tb_rest_client/models/models_ce/two_fa_account_config_update_request.py index 881f3027..02ec2c18 100644 --- a/tb_rest_client/models/models_ce/two_fa_account_config_update_request.py +++ b/tb_rest_client/models/models_ce/two_fa_account_config_update_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/two_fa_provider_config.py b/tb_rest_client/models/models_ce/two_fa_provider_config.py index de9e332e..4733f37d 100644 --- a/tb_rest_client/models/models_ce/two_fa_provider_config.py +++ b/tb_rest_client/models/models_ce/two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/two_fa_provider_info.py b/tb_rest_client/models/models_ce/two_fa_provider_info.py index 50d9fc50..da2a5aac 100644 --- a/tb_rest_client/models/models_ce/two_fa_provider_info.py +++ b/tb_rest_client/models/models_ce/two_fa_provider_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/update_message.py b/tb_rest_client/models/models_ce/update_message.py index 1e14471d..6334d0e6 100644 --- a/tb_rest_client/models/models_ce/update_message.py +++ b/tb_rest_client/models/models_ce/update_message.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/usage_info.py b/tb_rest_client/models/models_ce/usage_info.py index a1218d04..35667768 100644 --- a/tb_rest_client/models/models_ce/usage_info.py +++ b/tb_rest_client/models/models_ce/usage_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/user.py b/tb_rest_client/models/models_ce/user.py index f8c05960..50340b6d 100644 --- a/tb_rest_client/models/models_ce/user.py +++ b/tb_rest_client/models/models_ce/user.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/user_dashboards_info.py b/tb_rest_client/models/models_ce/user_dashboards_info.py index 40c0853b..d64240e1 100644 --- a/tb_rest_client/models/models_ce/user_dashboards_info.py +++ b/tb_rest_client/models/models_ce/user_dashboards_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/user_email_info.py b/tb_rest_client/models/models_ce/user_email_info.py index 6e1a06ca..6ac0c08a 100644 --- a/tb_rest_client/models/models_ce/user_email_info.py +++ b/tb_rest_client/models/models_ce/user_email_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/user_id.py b/tb_rest_client/models/models_ce/user_id.py index b30da5ff..dbe4bead 100644 --- a/tb_rest_client/models/models_ce/user_id.py +++ b/tb_rest_client/models/models_ce/user_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/user_list_filter.py b/tb_rest_client/models/models_ce/user_list_filter.py index c404e607..41d5d3e3 100644 --- a/tb_rest_client/models/models_ce/user_list_filter.py +++ b/tb_rest_client/models/models_ce/user_list_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/user_password_policy.py b/tb_rest_client/models/models_ce/user_password_policy.py index 9966a5af..41b736f4 100644 --- a/tb_rest_client/models/models_ce/user_password_policy.py +++ b/tb_rest_client/models/models_ce/user_password_policy.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/users_filter.py b/tb_rest_client/models/models_ce/users_filter.py index 45180ede..a50b5206 100644 --- a/tb_rest_client/models/models_ce/users_filter.py +++ b/tb_rest_client/models/models_ce/users_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/version_create_config.py b/tb_rest_client/models/models_ce/version_create_config.py index acecf231..39c2450d 100644 --- a/tb_rest_client/models/models_ce/version_create_config.py +++ b/tb_rest_client/models/models_ce/version_create_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/version_create_request.py b/tb_rest_client/models/models_ce/version_create_request.py index f130b99d..27de65a1 100644 --- a/tb_rest_client/models/models_ce/version_create_request.py +++ b/tb_rest_client/models/models_ce/version_create_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/version_creation_result.py b/tb_rest_client/models/models_ce/version_creation_result.py index 6f240248..3d8599ea 100644 --- a/tb_rest_client/models/models_ce/version_creation_result.py +++ b/tb_rest_client/models/models_ce/version_creation_result.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/version_load_config.py b/tb_rest_client/models/models_ce/version_load_config.py index 72024ac1..a6541615 100644 --- a/tb_rest_client/models/models_ce/version_load_config.py +++ b/tb_rest_client/models/models_ce/version_load_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/version_load_request.py b/tb_rest_client/models/models_ce/version_load_request.py index 31b6a9db..a7f753c0 100644 --- a/tb_rest_client/models/models_ce/version_load_request.py +++ b/tb_rest_client/models/models_ce/version_load_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/version_load_result.py b/tb_rest_client/models/models_ce/version_load_result.py index 9663308e..060a434b 100644 --- a/tb_rest_client/models/models_ce/version_load_result.py +++ b/tb_rest_client/models/models_ce/version_load_result.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/versioned_entity_info.py b/tb_rest_client/models/models_ce/versioned_entity_info.py index a422622a..75a01a76 100644 --- a/tb_rest_client/models/models_ce/versioned_entity_info.py +++ b/tb_rest_client/models/models_ce/versioned_entity_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/web_delivery_method_notification_template.py b/tb_rest_client/models/models_ce/web_delivery_method_notification_template.py index cfad5e2b..e62d76cf 100644 --- a/tb_rest_client/models/models_ce/web_delivery_method_notification_template.py +++ b/tb_rest_client/models/models_ce/web_delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/widget_type.py b/tb_rest_client/models/models_ce/widget_type.py index 1b41faf9..f3729b12 100644 --- a/tb_rest_client/models/models_ce/widget_type.py +++ b/tb_rest_client/models/models_ce/widget_type.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/widget_type_details.py b/tb_rest_client/models/models_ce/widget_type_details.py index 14c92d3b..dd8fc033 100644 --- a/tb_rest_client/models/models_ce/widget_type_details.py +++ b/tb_rest_client/models/models_ce/widget_type_details.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/widget_type_id.py b/tb_rest_client/models/models_ce/widget_type_id.py index 2d511cbd..5385d7f8 100644 --- a/tb_rest_client/models/models_ce/widget_type_id.py +++ b/tb_rest_client/models/models_ce/widget_type_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/widget_type_info.py b/tb_rest_client/models/models_ce/widget_type_info.py index aa3f4a34..563d4ff1 100644 --- a/tb_rest_client/models/models_ce/widget_type_info.py +++ b/tb_rest_client/models/models_ce/widget_type_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/widgets_bundle.py b/tb_rest_client/models/models_ce/widgets_bundle.py index e72c27a8..94582d9b 100644 --- a/tb_rest_client/models/models_ce/widgets_bundle.py +++ b/tb_rest_client/models/models_ce/widgets_bundle.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/widgets_bundle_export_data.py b/tb_rest_client/models/models_ce/widgets_bundle_export_data.py index 1de92e3c..004f45bb 100644 --- a/tb_rest_client/models/models_ce/widgets_bundle_export_data.py +++ b/tb_rest_client/models/models_ce/widgets_bundle_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/widgets_bundle_id.py b/tb_rest_client/models/models_ce/widgets_bundle_id.py index 9c694117..f9614259 100644 --- a/tb_rest_client/models/models_ce/widgets_bundle_id.py +++ b/tb_rest_client/models/models_ce/widgets_bundle_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/x509_certificate_chain_provision_configuration.py b/tb_rest_client/models/models_ce/x509_certificate_chain_provision_configuration.py index 3ab16795..e915ebec 100644 --- a/tb_rest_client/models/models_ce/x509_certificate_chain_provision_configuration.py +++ b/tb_rest_client/models/models_ce/x509_certificate_chain_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_ce/x509_lw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_ce/x509_lw_m2_m_bootstrap_server_credential.py index ccd4867c..4e355c05 100644 --- a/tb_rest_client/models/models_ce/x509_lw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_ce/x509_lw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/__init__.py b/tb_rest_client/models/models_pe/__init__.py index 6fa2208c..574e8854 100644 --- a/tb_rest_client/models/models_pe/__init__.py +++ b/tb_rest_client/models/models_pe/__init__.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from .default_device_profile_transport_configuration import DefaultDeviceProfileTransportConfiguration from .json_node import JsonNode from .merged_user_permissions import MergedUserPermissions diff --git a/tb_rest_client/models/models_pe/account_two_fa_settings.py b/tb_rest_client/models/models_pe/account_two_fa_settings.py index 0dc30a6d..62a6ab9a 100644 --- a/tb_rest_client/models/models_pe/account_two_fa_settings.py +++ b/tb_rest_client/models/models_pe/account_two_fa_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/activate_user_request.py b/tb_rest_client/models/models_pe/activate_user_request.py index 04a4830c..88d33843 100644 --- a/tb_rest_client/models/models_pe/activate_user_request.py +++ b/tb_rest_client/models/models_pe/activate_user_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/admin_settings.py b/tb_rest_client/models/models_pe/admin_settings.py index b1ef78c7..0b86036b 100644 --- a/tb_rest_client/models/models_pe/admin_settings.py +++ b/tb_rest_client/models/models_pe/admin_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/admin_settings_id.py b/tb_rest_client/models/models_pe/admin_settings_id.py index 01c45d75..f6fbbfce 100644 --- a/tb_rest_client/models/models_pe/admin_settings_id.py +++ b/tb_rest_client/models/models_pe/admin_settings_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/affected_tenant_administrators_filter.py b/tb_rest_client/models/models_pe/affected_tenant_administrators_filter.py index fe7238e6..542d49f1 100644 --- a/tb_rest_client/models/models_pe/affected_tenant_administrators_filter.py +++ b/tb_rest_client/models/models_pe/affected_tenant_administrators_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/affected_user_filter.py b/tb_rest_client/models/models_pe/affected_user_filter.py index 4c794856..313b9491 100644 --- a/tb_rest_client/models/models_pe/affected_user_filter.py +++ b/tb_rest_client/models/models_pe/affected_user_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm.py b/tb_rest_client/models/models_pe/alarm.py index 1c2eb13d..47cb306c 100644 --- a/tb_rest_client/models/models_pe/alarm.py +++ b/tb_rest_client/models/models_pe/alarm.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_assignee.py b/tb_rest_client/models/models_pe/alarm_assignee.py index 0e1e7fc0..aa9fc23a 100644 --- a/tb_rest_client/models/models_pe/alarm_assignee.py +++ b/tb_rest_client/models/models_pe/alarm_assignee.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_assignment_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/alarm_assignment_notification_rule_trigger_config.py index 84f46112..06982a44 100644 --- a/tb_rest_client/models/models_pe/alarm_assignment_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/alarm_assignment_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_comment.py b/tb_rest_client/models/models_pe/alarm_comment.py index e47572dd..060ecce5 100644 --- a/tb_rest_client/models/models_pe/alarm_comment.py +++ b/tb_rest_client/models/models_pe/alarm_comment.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_comment_id.py b/tb_rest_client/models/models_pe/alarm_comment_id.py index 3fc2755b..134ac702 100644 --- a/tb_rest_client/models/models_pe/alarm_comment_id.py +++ b/tb_rest_client/models/models_pe/alarm_comment_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_comment_info.py b/tb_rest_client/models/models_pe/alarm_comment_info.py index 4233d3ce..fd59618b 100644 --- a/tb_rest_client/models/models_pe/alarm_comment_info.py +++ b/tb_rest_client/models/models_pe/alarm_comment_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_comment_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/alarm_comment_notification_rule_trigger_config.py index 3d501597..a53c06cb 100644 --- a/tb_rest_client/models/models_pe/alarm_comment_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/alarm_comment_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_condition.py b/tb_rest_client/models/models_pe/alarm_condition.py index c1457515..9d7268b5 100644 --- a/tb_rest_client/models/models_pe/alarm_condition.py +++ b/tb_rest_client/models/models_pe/alarm_condition.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_condition_filter.py b/tb_rest_client/models/models_pe/alarm_condition_filter.py index a08db013..4193db81 100644 --- a/tb_rest_client/models/models_pe/alarm_condition_filter.py +++ b/tb_rest_client/models/models_pe/alarm_condition_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_condition_filter_key.py b/tb_rest_client/models/models_pe/alarm_condition_filter_key.py index 3ae5272b..c6aa2860 100644 --- a/tb_rest_client/models/models_pe/alarm_condition_filter_key.py +++ b/tb_rest_client/models/models_pe/alarm_condition_filter_key.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_condition_spec.py b/tb_rest_client/models/models_pe/alarm_condition_spec.py index 8670d035..7bf4694c 100644 --- a/tb_rest_client/models/models_pe/alarm_condition_spec.py +++ b/tb_rest_client/models/models_pe/alarm_condition_spec.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_count_query.py b/tb_rest_client/models/models_pe/alarm_count_query.py index f9adf446..94e88ef2 100644 --- a/tb_rest_client/models/models_pe/alarm_count_query.py +++ b/tb_rest_client/models/models_pe/alarm_count_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_data.py b/tb_rest_client/models/models_pe/alarm_data.py index b27cf192..b7a31738 100644 --- a/tb_rest_client/models/models_pe/alarm_data.py +++ b/tb_rest_client/models/models_pe/alarm_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_data_page_link.py b/tb_rest_client/models/models_pe/alarm_data_page_link.py index 6b48cb2b..a43e70d2 100644 --- a/tb_rest_client/models/models_pe/alarm_data_page_link.py +++ b/tb_rest_client/models/models_pe/alarm_data_page_link.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_data_query.py b/tb_rest_client/models/models_pe/alarm_data_query.py index 0e0ee510..dcbb9eaf 100644 --- a/tb_rest_client/models/models_pe/alarm_data_query.py +++ b/tb_rest_client/models/models_pe/alarm_data_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_id.py b/tb_rest_client/models/models_pe/alarm_id.py index fa3e3512..1c22b08c 100644 --- a/tb_rest_client/models/models_pe/alarm_id.py +++ b/tb_rest_client/models/models_pe/alarm_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_info.py b/tb_rest_client/models/models_pe/alarm_info.py index c460c04c..dc17bd1f 100644 --- a/tb_rest_client/models/models_pe/alarm_info.py +++ b/tb_rest_client/models/models_pe/alarm_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/alarm_notification_rule_trigger_config.py index ad6e080f..59539a55 100644 --- a/tb_rest_client/models/models_pe/alarm_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/alarm_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_rule.py b/tb_rest_client/models/models_pe/alarm_rule.py index a3a1d0d3..1d691ff2 100644 --- a/tb_rest_client/models/models_pe/alarm_rule.py +++ b/tb_rest_client/models/models_pe/alarm_rule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/alarm_schedule.py b/tb_rest_client/models/models_pe/alarm_schedule.py index b1eef123..ab3b8440 100644 --- a/tb_rest_client/models/models_pe/alarm_schedule.py +++ b/tb_rest_client/models/models_pe/alarm_schedule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/all_users_filter.py b/tb_rest_client/models/models_pe/all_users_filter.py index 369c7771..53023e6d 100644 --- a/tb_rest_client/models/models_pe/all_users_filter.py +++ b/tb_rest_client/models/models_pe/all_users_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/allow_create_new_devices_device_profile_provision_configuration.py b/tb_rest_client/models/models_pe/allow_create_new_devices_device_profile_provision_configuration.py index 3536e095..831cd5cb 100644 --- a/tb_rest_client/models/models_pe/allow_create_new_devices_device_profile_provision_configuration.py +++ b/tb_rest_client/models/models_pe/allow_create_new_devices_device_profile_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/allowed_permissions_info.py b/tb_rest_client/models/models_pe/allowed_permissions_info.py index 6f8f0f81..d23046f0 100644 --- a/tb_rest_client/models/models_pe/allowed_permissions_info.py +++ b/tb_rest_client/models/models_pe/allowed_permissions_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/any_time_schedule.py b/tb_rest_client/models/models_pe/any_time_schedule.py index ef642a8c..a765486d 100644 --- a/tb_rest_client/models/models_pe/any_time_schedule.py +++ b/tb_rest_client/models/models_pe/any_time_schedule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/api_usage_limit_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/api_usage_limit_notification_rule_trigger_config.py index 017727d9..63c8cc84 100644 --- a/tb_rest_client/models/models_pe/api_usage_limit_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/api_usage_limit_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/api_usage_state_filter.py b/tb_rest_client/models/models_pe/api_usage_state_filter.py index 4ace0c92..c581f2b6 100644 --- a/tb_rest_client/models/models_pe/api_usage_state_filter.py +++ b/tb_rest_client/models/models_pe/api_usage_state_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/array_node.py b/tb_rest_client/models/models_pe/array_node.py index d2b6f425..62ae1729 100644 --- a/tb_rest_client/models/models_pe/array_node.py +++ b/tb_rest_client/models/models_pe/array_node.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/asset.py b/tb_rest_client/models/models_pe/asset.py index 195cf20b..121588a6 100644 --- a/tb_rest_client/models/models_pe/asset.py +++ b/tb_rest_client/models/models_pe/asset.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/asset_id.py b/tb_rest_client/models/models_pe/asset_id.py index a950754a..204014b7 100644 --- a/tb_rest_client/models/models_pe/asset_id.py +++ b/tb_rest_client/models/models_pe/asset_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/asset_info.py b/tb_rest_client/models/models_pe/asset_info.py index bc0db355..89c56427 100644 --- a/tb_rest_client/models/models_pe/asset_info.py +++ b/tb_rest_client/models/models_pe/asset_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/asset_profile_id.py b/tb_rest_client/models/models_pe/asset_profile_id.py index dd5f7b14..750fe18f 100644 --- a/tb_rest_client/models/models_pe/asset_profile_id.py +++ b/tb_rest_client/models/models_pe/asset_profile_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/asset_search_query.py b/tb_rest_client/models/models_pe/asset_search_query.py index e8c93f37..14a115ce 100644 --- a/tb_rest_client/models/models_pe/asset_search_query.py +++ b/tb_rest_client/models/models_pe/asset_search_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/asset_search_query_filter.py b/tb_rest_client/models/models_pe/asset_search_query_filter.py index adcaaad1..53e3b77f 100644 --- a/tb_rest_client/models/models_pe/asset_search_query_filter.py +++ b/tb_rest_client/models/models_pe/asset_search_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/asset_type_filter.py b/tb_rest_client/models/models_pe/asset_type_filter.py index 862320c3..57e764fc 100644 --- a/tb_rest_client/models/models_pe/asset_type_filter.py +++ b/tb_rest_client/models/models_pe/asset_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/atomic_integer.py b/tb_rest_client/models/models_pe/atomic_integer.py index e74efb7f..49584296 100644 --- a/tb_rest_client/models/models_pe/atomic_integer.py +++ b/tb_rest_client/models/models_pe/atomic_integer.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/attribute_export_data.py b/tb_rest_client/models/models_pe/attribute_export_data.py index f3ba46bb..d780c502 100644 --- a/tb_rest_client/models/models_pe/attribute_export_data.py +++ b/tb_rest_client/models/models_pe/attribute_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/attributes_entity_view.py b/tb_rest_client/models/models_pe/attributes_entity_view.py index 4d15ad7c..f194c830 100644 --- a/tb_rest_client/models/models_pe/attributes_entity_view.py +++ b/tb_rest_client/models/models_pe/attributes_entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/audit_log.py b/tb_rest_client/models/models_pe/audit_log.py index 3187c5ad..310da08f 100644 --- a/tb_rest_client/models/models_pe/audit_log.py +++ b/tb_rest_client/models/models_pe/audit_log.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/audit_log_id.py b/tb_rest_client/models/models_pe/audit_log_id.py index 7a28cdda..67100519 100644 --- a/tb_rest_client/models/models_pe/audit_log_id.py +++ b/tb_rest_client/models/models_pe/audit_log_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/auto_version_create_config.py b/tb_rest_client/models/models_pe/auto_version_create_config.py index 463b5e60..357583c9 100644 --- a/tb_rest_client/models/models_pe/auto_version_create_config.py +++ b/tb_rest_client/models/models_pe/auto_version_create_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/aws_sns_sms_provider_configuration.py b/tb_rest_client/models/models_pe/aws_sns_sms_provider_configuration.py index 436c283d..58bd3652 100644 --- a/tb_rest_client/models/models_pe/aws_sns_sms_provider_configuration.py +++ b/tb_rest_client/models/models_pe/aws_sns_sms_provider_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/backup_code_two_fa_account_config.py b/tb_rest_client/models/models_pe/backup_code_two_fa_account_config.py index 1dc3d5e5..6b601094 100644 --- a/tb_rest_client/models/models_pe/backup_code_two_fa_account_config.py +++ b/tb_rest_client/models/models_pe/backup_code_two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/backup_code_two_fa_provider_config.py b/tb_rest_client/models/models_pe/backup_code_two_fa_provider_config.py index 73542f8f..f32b8d78 100644 --- a/tb_rest_client/models/models_pe/backup_code_two_fa_provider_config.py +++ b/tb_rest_client/models/models_pe/backup_code_two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/blob_entity_id.py b/tb_rest_client/models/models_pe/blob_entity_id.py index 26a5575e..98831080 100644 --- a/tb_rest_client/models/models_pe/blob_entity_id.py +++ b/tb_rest_client/models/models_pe/blob_entity_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/blob_entity_info.py b/tb_rest_client/models/models_pe/blob_entity_info.py index a8ebe57a..564887d0 100644 --- a/tb_rest_client/models/models_pe/blob_entity_info.py +++ b/tb_rest_client/models/models_pe/blob_entity_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/blob_entity_with_customer_info.py b/tb_rest_client/models/models_pe/blob_entity_with_customer_info.py index c6334c47..370564f1 100644 --- a/tb_rest_client/models/models_pe/blob_entity_with_customer_info.py +++ b/tb_rest_client/models/models_pe/blob_entity_with_customer_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/boolean_filter_predicate.py b/tb_rest_client/models/models_pe/boolean_filter_predicate.py index 87a093f6..a8e194e1 100644 --- a/tb_rest_client/models/models_pe/boolean_filter_predicate.py +++ b/tb_rest_client/models/models_pe/boolean_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/bootstrap_configuration.py b/tb_rest_client/models/models_pe/bootstrap_configuration.py index ab2a3b93..b8c716f5 100644 --- a/tb_rest_client/models/models_pe/bootstrap_configuration.py +++ b/tb_rest_client/models/models_pe/bootstrap_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/branch_info.py b/tb_rest_client/models/models_pe/branch_info.py index c0577e1c..e5bf61f5 100644 --- a/tb_rest_client/models/models_pe/branch_info.py +++ b/tb_rest_client/models/models_pe/branch_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/bulk_import_request.py b/tb_rest_client/models/models_pe/bulk_import_request.py index f3680027..5417a491 100644 --- a/tb_rest_client/models/models_pe/bulk_import_request.py +++ b/tb_rest_client/models/models_pe/bulk_import_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/bulk_import_result_asset.py b/tb_rest_client/models/models_pe/bulk_import_result_asset.py index 8a7d55f7..d14bb42e 100644 --- a/tb_rest_client/models/models_pe/bulk_import_result_asset.py +++ b/tb_rest_client/models/models_pe/bulk_import_result_asset.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/bulk_import_result_device.py b/tb_rest_client/models/models_pe/bulk_import_result_device.py index 410f451a..ee3dd423 100644 --- a/tb_rest_client/models/models_pe/bulk_import_result_device.py +++ b/tb_rest_client/models/models_pe/bulk_import_result_device.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/bulk_import_result_edge.py b/tb_rest_client/models/models_pe/bulk_import_result_edge.py index 569cf788..007eb135 100644 --- a/tb_rest_client/models/models_pe/bulk_import_result_edge.py +++ b/tb_rest_client/models/models_pe/bulk_import_result_edge.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/byte_buffer.py b/tb_rest_client/models/models_pe/byte_buffer.py index 2482f1fd..47b7d93b 100644 --- a/tb_rest_client/models/models_pe/byte_buffer.py +++ b/tb_rest_client/models/models_pe/byte_buffer.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/change_password_request.py b/tb_rest_client/models/models_pe/change_password_request.py index 2d9af879..8770bbb1 100644 --- a/tb_rest_client/models/models_pe/change_password_request.py +++ b/tb_rest_client/models/models_pe/change_password_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/check_pre_provisioned_devices_device_profile_provision_configuration.py b/tb_rest_client/models/models_pe/check_pre_provisioned_devices_device_profile_provision_configuration.py index 7322fb7a..7f3662db 100644 --- a/tb_rest_client/models/models_pe/check_pre_provisioned_devices_device_profile_provision_configuration.py +++ b/tb_rest_client/models/models_pe/check_pre_provisioned_devices_device_profile_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/claim_request.py b/tb_rest_client/models/models_pe/claim_request.py index 0f282fc0..16db2f4a 100644 --- a/tb_rest_client/models/models_pe/claim_request.py +++ b/tb_rest_client/models/models_pe/claim_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/clear_rule.py b/tb_rest_client/models/models_pe/clear_rule.py index 1d8f157b..982d347f 100644 --- a/tb_rest_client/models/models_pe/clear_rule.py +++ b/tb_rest_client/models/models_pe/clear_rule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/client_attributes_querying_snmp_communication_config.py b/tb_rest_client/models/models_pe/client_attributes_querying_snmp_communication_config.py index d4a94cee..71e11c14 100644 --- a/tb_rest_client/models/models_pe/client_attributes_querying_snmp_communication_config.py +++ b/tb_rest_client/models/models_pe/client_attributes_querying_snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/client_registration_dto.py b/tb_rest_client/models/models_pe/client_registration_dto.py index 42ccef82..74b704d5 100644 --- a/tb_rest_client/models/models_pe/client_registration_dto.py +++ b/tb_rest_client/models/models_pe/client_registration_dto.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/coap_device_profile_transport_configuration.py b/tb_rest_client/models/models_pe/coap_device_profile_transport_configuration.py index 828ee73c..50fa610f 100644 --- a/tb_rest_client/models/models_pe/coap_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_pe/coap_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/coap_device_transport_configuration.py b/tb_rest_client/models/models_pe/coap_device_transport_configuration.py index 14b751e7..e1c102ff 100644 --- a/tb_rest_client/models/models_pe/coap_device_transport_configuration.py +++ b/tb_rest_client/models/models_pe/coap_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/coap_device_type_configuration.py b/tb_rest_client/models/models_pe/coap_device_type_configuration.py index b39be6db..e4ac6c69 100644 --- a/tb_rest_client/models/models_pe/coap_device_type_configuration.py +++ b/tb_rest_client/models/models_pe/coap_device_type_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/column_mapping.py b/tb_rest_client/models/models_pe/column_mapping.py index da0f1bd7..f4ce7bbc 100644 --- a/tb_rest_client/models/models_pe/column_mapping.py +++ b/tb_rest_client/models/models_pe/column_mapping.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/comparison_ts_value.py b/tb_rest_client/models/models_pe/comparison_ts_value.py index 45e6be0a..5bd4b186 100644 --- a/tb_rest_client/models/models_pe/comparison_ts_value.py +++ b/tb_rest_client/models/models_pe/comparison_ts_value.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/complex_filter_predicate.py b/tb_rest_client/models/models_pe/complex_filter_predicate.py index 00c4b3b1..84c63d49 100644 --- a/tb_rest_client/models/models_pe/complex_filter_predicate.py +++ b/tb_rest_client/models/models_pe/complex_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/complex_version_create_request.py b/tb_rest_client/models/models_pe/complex_version_create_request.py index ea1487b5..42cd3392 100644 --- a/tb_rest_client/models/models_pe/complex_version_create_request.py +++ b/tb_rest_client/models/models_pe/complex_version_create_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/component_descriptor.py b/tb_rest_client/models/models_pe/component_descriptor.py index ff443b89..4c9494ed 100644 --- a/tb_rest_client/models/models_pe/component_descriptor.py +++ b/tb_rest_client/models/models_pe/component_descriptor.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/component_descriptor_id.py b/tb_rest_client/models/models_pe/component_descriptor_id.py index ebf0a6bb..c8315e36 100644 --- a/tb_rest_client/models/models_pe/component_descriptor_id.py +++ b/tb_rest_client/models/models_pe/component_descriptor_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/contact_basedobject.py b/tb_rest_client/models/models_pe/contact_basedobject.py index 2ac78104..76ef5635 100644 --- a/tb_rest_client/models/models_pe/contact_basedobject.py +++ b/tb_rest_client/models/models_pe/contact_basedobject.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/converter.py b/tb_rest_client/models/models_pe/converter.py index 59d43ec3..6d5cbe28 100644 --- a/tb_rest_client/models/models_pe/converter.py +++ b/tb_rest_client/models/models_pe/converter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/converter_id.py b/tb_rest_client/models/models_pe/converter_id.py index 176dd740..e4663957 100644 --- a/tb_rest_client/models/models_pe/converter_id.py +++ b/tb_rest_client/models/models_pe/converter_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/custom_menu.py b/tb_rest_client/models/models_pe/custom_menu.py index 3e239460..c1b5efcb 100644 --- a/tb_rest_client/models/models_pe/custom_menu.py +++ b/tb_rest_client/models/models_pe/custom_menu.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/custom_menu_item.py b/tb_rest_client/models/models_pe/custom_menu_item.py index 3bc4bdd4..3858430a 100644 --- a/tb_rest_client/models/models_pe/custom_menu_item.py +++ b/tb_rest_client/models/models_pe/custom_menu_item.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/custom_time_schedule.py b/tb_rest_client/models/models_pe/custom_time_schedule.py index 6e222153..c8cd4529 100644 --- a/tb_rest_client/models/models_pe/custom_time_schedule.py +++ b/tb_rest_client/models/models_pe/custom_time_schedule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/custom_time_schedule_item.py b/tb_rest_client/models/models_pe/custom_time_schedule_item.py index cd08a30b..4011ddd5 100644 --- a/tb_rest_client/models/models_pe/custom_time_schedule_item.py +++ b/tb_rest_client/models/models_pe/custom_time_schedule_item.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/custom_translation.py b/tb_rest_client/models/models_pe/custom_translation.py index 697c7cd9..e979623f 100644 --- a/tb_rest_client/models/models_pe/custom_translation.py +++ b/tb_rest_client/models/models_pe/custom_translation.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/customer.py b/tb_rest_client/models/models_pe/customer.py index 68d39109..4492a3ce 100644 --- a/tb_rest_client/models/models_pe/customer.py +++ b/tb_rest_client/models/models_pe/customer.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/customer_id.py b/tb_rest_client/models/models_pe/customer_id.py index 974a6cdb..5fe62468 100644 --- a/tb_rest_client/models/models_pe/customer_id.py +++ b/tb_rest_client/models/models_pe/customer_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/customer_info.py b/tb_rest_client/models/models_pe/customer_info.py index 4e00f2ab..9ece70ea 100644 --- a/tb_rest_client/models/models_pe/customer_info.py +++ b/tb_rest_client/models/models_pe/customer_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/customer_users_filter.py b/tb_rest_client/models/models_pe/customer_users_filter.py index 4347d664..86267b17 100644 --- a/tb_rest_client/models/models_pe/customer_users_filter.py +++ b/tb_rest_client/models/models_pe/customer_users_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/dashboard.py b/tb_rest_client/models/models_pe/dashboard.py index fb17887f..56192fbe 100644 --- a/tb_rest_client/models/models_pe/dashboard.py +++ b/tb_rest_client/models/models_pe/dashboard.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/dashboard_id.py b/tb_rest_client/models/models_pe/dashboard_id.py index 967e2e73..d797776f 100644 --- a/tb_rest_client/models/models_pe/dashboard_id.py +++ b/tb_rest_client/models/models_pe/dashboard_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/dashboard_info.py b/tb_rest_client/models/models_pe/dashboard_info.py index a667665e..9470c88b 100644 --- a/tb_rest_client/models/models_pe/dashboard_info.py +++ b/tb_rest_client/models/models_pe/dashboard_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/debug_converter_event_filter.py b/tb_rest_client/models/models_pe/debug_converter_event_filter.py index ac42fe65..2f15669d 100644 --- a/tb_rest_client/models/models_pe/debug_converter_event_filter.py +++ b/tb_rest_client/models/models_pe/debug_converter_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/debug_integration_event_filter.py b/tb_rest_client/models/models_pe/debug_integration_event_filter.py index e09055f6..ff0a09ed 100644 --- a/tb_rest_client/models/models_pe/debug_integration_event_filter.py +++ b/tb_rest_client/models/models_pe/debug_integration_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/debug_rule_chain_event_filter.py b/tb_rest_client/models/models_pe/debug_rule_chain_event_filter.py index a876c0f4..3564e445 100644 --- a/tb_rest_client/models/models_pe/debug_rule_chain_event_filter.py +++ b/tb_rest_client/models/models_pe/debug_rule_chain_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/debug_rule_node_event_filter.py b/tb_rest_client/models/models_pe/debug_rule_node_event_filter.py index e7702f68..8afc612a 100644 --- a/tb_rest_client/models/models_pe/debug_rule_node_event_filter.py +++ b/tb_rest_client/models/models_pe/debug_rule_node_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/default_coap_device_type_configuration.py b/tb_rest_client/models/models_pe/default_coap_device_type_configuration.py index 6d2484ad..1a894f5d 100644 --- a/tb_rest_client/models/models_pe/default_coap_device_type_configuration.py +++ b/tb_rest_client/models/models_pe/default_coap_device_type_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/default_device_configuration.py b/tb_rest_client/models/models_pe/default_device_configuration.py index 2a7d0c5b..dc2ea7fc 100644 --- a/tb_rest_client/models/models_pe/default_device_configuration.py +++ b/tb_rest_client/models/models_pe/default_device_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/default_device_profile_configuration.py b/tb_rest_client/models/models_pe/default_device_profile_configuration.py index a14b8d6d..c172a4d4 100644 --- a/tb_rest_client/models/models_pe/default_device_profile_configuration.py +++ b/tb_rest_client/models/models_pe/default_device_profile_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/default_device_profile_transport_configuration.py b/tb_rest_client/models/models_pe/default_device_profile_transport_configuration.py index d586e059..254ad367 100644 --- a/tb_rest_client/models/models_pe/default_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_pe/default_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/default_device_transport_configuration.py b/tb_rest_client/models/models_pe/default_device_transport_configuration.py index 6ac36da9..d54447a9 100644 --- a/tb_rest_client/models/models_pe/default_device_transport_configuration.py +++ b/tb_rest_client/models/models_pe/default_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/default_rule_chain_create_request.py b/tb_rest_client/models/models_pe/default_rule_chain_create_request.py index 95cabf60..e5114c7a 100644 --- a/tb_rest_client/models/models_pe/default_rule_chain_create_request.py +++ b/tb_rest_client/models/models_pe/default_rule_chain_create_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/default_tenant_profile_configuration.py b/tb_rest_client/models/models_pe/default_tenant_profile_configuration.py index 5aec813f..f0892f0c 100644 --- a/tb_rest_client/models/models_pe/default_tenant_profile_configuration.py +++ b/tb_rest_client/models/models_pe/default_tenant_profile_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/deferred_result_entity_data_diff.py b/tb_rest_client/models/models_pe/deferred_result_entity_data_diff.py index db5b7947..939a9fac 100644 --- a/tb_rest_client/models/models_pe/deferred_result_entity_data_diff.py +++ b/tb_rest_client/models/models_pe/deferred_result_entity_data_diff.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/deferred_result_entity_data_info.py b/tb_rest_client/models/models_pe/deferred_result_entity_data_info.py index 52af2b11..85870695 100644 --- a/tb_rest_client/models/models_pe/deferred_result_entity_data_info.py +++ b/tb_rest_client/models/models_pe/deferred_result_entity_data_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/deferred_result_list_branch_info.py b/tb_rest_client/models/models_pe/deferred_result_list_branch_info.py index da4c55e9..4a61a3c3 100644 --- a/tb_rest_client/models/models_pe/deferred_result_list_branch_info.py +++ b/tb_rest_client/models/models_pe/deferred_result_list_branch_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/deferred_result_list_versioned_entity_info.py b/tb_rest_client/models/models_pe/deferred_result_list_versioned_entity_info.py index 55b0b7b9..3b63eb04 100644 --- a/tb_rest_client/models/models_pe/deferred_result_list_versioned_entity_info.py +++ b/tb_rest_client/models/models_pe/deferred_result_list_versioned_entity_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/deferred_result_page_data_entity_version.py b/tb_rest_client/models/models_pe/deferred_result_page_data_entity_version.py index 076243f3..32816c02 100644 --- a/tb_rest_client/models/models_pe/deferred_result_page_data_entity_version.py +++ b/tb_rest_client/models/models_pe/deferred_result_page_data_entity_version.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/deferred_result_repository_settings.py b/tb_rest_client/models/models_pe/deferred_result_repository_settings.py index 588ff48d..995eaee8 100644 --- a/tb_rest_client/models/models_pe/deferred_result_repository_settings.py +++ b/tb_rest_client/models/models_pe/deferred_result_repository_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/deferred_result_void.py b/tb_rest_client/models/models_pe/deferred_result_void.py index 3c0da84f..4d71738f 100644 --- a/tb_rest_client/models/models_pe/deferred_result_void.py +++ b/tb_rest_client/models/models_pe/deferred_result_void.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/deferred_resultuuid.py b/tb_rest_client/models/models_pe/deferred_resultuuid.py index bb1197c1..31d6fd1b 100644 --- a/tb_rest_client/models/models_pe/deferred_resultuuid.py +++ b/tb_rest_client/models/models_pe/deferred_resultuuid.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/delete_tenant_request.py b/tb_rest_client/models/models_pe/delete_tenant_request.py index 959d0064..c62c4982 100644 --- a/tb_rest_client/models/models_pe/delete_tenant_request.py +++ b/tb_rest_client/models/models_pe/delete_tenant_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/delivery_method_notification_template.py b/tb_rest_client/models/models_pe/delivery_method_notification_template.py index d0c4777f..94af3d75 100644 --- a/tb_rest_client/models/models_pe/delivery_method_notification_template.py +++ b/tb_rest_client/models/models_pe/delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device.py b/tb_rest_client/models/models_pe/device.py index a9c0127d..c2869b30 100644 --- a/tb_rest_client/models/models_pe/device.py +++ b/tb_rest_client/models/models_pe/device.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_activity_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/device_activity_notification_rule_trigger_config.py index 2167e6ac..74f0319b 100644 --- a/tb_rest_client/models/models_pe/device_activity_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/device_activity_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_configuration.py b/tb_rest_client/models/models_pe/device_configuration.py index 750728dd..b92fa474 100644 --- a/tb_rest_client/models/models_pe/device_configuration.py +++ b/tb_rest_client/models/models_pe/device_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_credentials_id.py b/tb_rest_client/models/models_pe/device_credentials_id.py index ca149160..e6ad9c37 100644 --- a/tb_rest_client/models/models_pe/device_credentials_id.py +++ b/tb_rest_client/models/models_pe/device_credentials_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_data.py b/tb_rest_client/models/models_pe/device_data.py index d74a6bba..23983c41 100644 --- a/tb_rest_client/models/models_pe/device_data.py +++ b/tb_rest_client/models/models_pe/device_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_export_data.py b/tb_rest_client/models/models_pe/device_export_data.py index 19ca5ab8..012ecafc 100644 --- a/tb_rest_client/models/models_pe/device_export_data.py +++ b/tb_rest_client/models/models_pe/device_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_group_ota_package.py b/tb_rest_client/models/models_pe/device_group_ota_package.py index 5bc6e572..a02f819e 100644 --- a/tb_rest_client/models/models_pe/device_group_ota_package.py +++ b/tb_rest_client/models/models_pe/device_group_ota_package.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_id.py b/tb_rest_client/models/models_pe/device_id.py index 03d75727..6b726b70 100644 --- a/tb_rest_client/models/models_pe/device_id.py +++ b/tb_rest_client/models/models_pe/device_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_info.py b/tb_rest_client/models/models_pe/device_info.py index 692fff93..4c929345 100644 --- a/tb_rest_client/models/models_pe/device_info.py +++ b/tb_rest_client/models/models_pe/device_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_profile_alarm.py b/tb_rest_client/models/models_pe/device_profile_alarm.py index 5273faf7..847f9c0f 100644 --- a/tb_rest_client/models/models_pe/device_profile_alarm.py +++ b/tb_rest_client/models/models_pe/device_profile_alarm.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_profile_configuration.py b/tb_rest_client/models/models_pe/device_profile_configuration.py index 10e7ca43..8605ae8b 100644 --- a/tb_rest_client/models/models_pe/device_profile_configuration.py +++ b/tb_rest_client/models/models_pe/device_profile_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_profile_data.py b/tb_rest_client/models/models_pe/device_profile_data.py index 343de984..51da870a 100644 --- a/tb_rest_client/models/models_pe/device_profile_data.py +++ b/tb_rest_client/models/models_pe/device_profile_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_profile_id.py b/tb_rest_client/models/models_pe/device_profile_id.py index 38cf3153..f3a8055a 100644 --- a/tb_rest_client/models/models_pe/device_profile_id.py +++ b/tb_rest_client/models/models_pe/device_profile_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_profile_provision_configuration.py b/tb_rest_client/models/models_pe/device_profile_provision_configuration.py index 6721b347..4ca00e92 100644 --- a/tb_rest_client/models/models_pe/device_profile_provision_configuration.py +++ b/tb_rest_client/models/models_pe/device_profile_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_profile_transport_configuration.py b/tb_rest_client/models/models_pe/device_profile_transport_configuration.py index 6e0a1c81..802a9817 100644 --- a/tb_rest_client/models/models_pe/device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_pe/device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_search_query.py b/tb_rest_client/models/models_pe/device_search_query.py index 5e9d665a..66a0079d 100644 --- a/tb_rest_client/models/models_pe/device_search_query.py +++ b/tb_rest_client/models/models_pe/device_search_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_search_query_filter.py b/tb_rest_client/models/models_pe/device_search_query_filter.py index ab7c874b..c9b451d6 100644 --- a/tb_rest_client/models/models_pe/device_search_query_filter.py +++ b/tb_rest_client/models/models_pe/device_search_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_transport_configuration.py b/tb_rest_client/models/models_pe/device_transport_configuration.py index cea4e147..701cebb1 100644 --- a/tb_rest_client/models/models_pe/device_transport_configuration.py +++ b/tb_rest_client/models/models_pe/device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/device_type_filter.py b/tb_rest_client/models/models_pe/device_type_filter.py index f4ccd8da..147c129e 100644 --- a/tb_rest_client/models/models_pe/device_type_filter.py +++ b/tb_rest_client/models/models_pe/device_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/disabled_device_profile_provision_configuration.py b/tb_rest_client/models/models_pe/disabled_device_profile_provision_configuration.py index 458f389d..2c4985d7 100644 --- a/tb_rest_client/models/models_pe/disabled_device_profile_provision_configuration.py +++ b/tb_rest_client/models/models_pe/disabled_device_profile_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/domain_info.py b/tb_rest_client/models/models_pe/domain_info.py index f971a127..59c1b642 100644 --- a/tb_rest_client/models/models_pe/domain_info.py +++ b/tb_rest_client/models/models_pe/domain_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/duration_alarm_condition_spec.py b/tb_rest_client/models/models_pe/duration_alarm_condition_spec.py index d78fa0d3..97f83b85 100644 --- a/tb_rest_client/models/models_pe/duration_alarm_condition_spec.py +++ b/tb_rest_client/models/models_pe/duration_alarm_condition_spec.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/dynamic_valueboolean.py b/tb_rest_client/models/models_pe/dynamic_valueboolean.py index e11a7d12..1df15a22 100644 --- a/tb_rest_client/models/models_pe/dynamic_valueboolean.py +++ b/tb_rest_client/models/models_pe/dynamic_valueboolean.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/dynamic_valuedouble.py b/tb_rest_client/models/models_pe/dynamic_valuedouble.py index fdd9d1e0..f8b016b9 100644 --- a/tb_rest_client/models/models_pe/dynamic_valuedouble.py +++ b/tb_rest_client/models/models_pe/dynamic_valuedouble.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/dynamic_valueint.py b/tb_rest_client/models/models_pe/dynamic_valueint.py index 1997d99d..bbf937b4 100644 --- a/tb_rest_client/models/models_pe/dynamic_valueint.py +++ b/tb_rest_client/models/models_pe/dynamic_valueint.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/dynamic_valuelong.py b/tb_rest_client/models/models_pe/dynamic_valuelong.py index b85bcbb0..ca901f46 100644 --- a/tb_rest_client/models/models_pe/dynamic_valuelong.py +++ b/tb_rest_client/models/models_pe/dynamic_valuelong.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/dynamic_valuestring.py b/tb_rest_client/models/models_pe/dynamic_valuestring.py index f60532e4..a7abee08 100644 --- a/tb_rest_client/models/models_pe/dynamic_valuestring.py +++ b/tb_rest_client/models/models_pe/dynamic_valuestring.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge.py b/tb_rest_client/models/models_pe/edge.py index 77d78d22..f819fa61 100644 --- a/tb_rest_client/models/models_pe/edge.py +++ b/tb_rest_client/models/models_pe/edge.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge_event.py b/tb_rest_client/models/models_pe/edge_event.py index 89a03711..e72eec91 100644 --- a/tb_rest_client/models/models_pe/edge_event.py +++ b/tb_rest_client/models/models_pe/edge_event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge_event_id.py b/tb_rest_client/models/models_pe/edge_event_id.py index 9092500d..36b044eb 100644 --- a/tb_rest_client/models/models_pe/edge_event_id.py +++ b/tb_rest_client/models/models_pe/edge_event_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge_id.py b/tb_rest_client/models/models_pe/edge_id.py index 3b9904d7..8871efb1 100644 --- a/tb_rest_client/models/models_pe/edge_id.py +++ b/tb_rest_client/models/models_pe/edge_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge_info.py b/tb_rest_client/models/models_pe/edge_info.py index f6c04fda..fac6493e 100644 --- a/tb_rest_client/models/models_pe/edge_info.py +++ b/tb_rest_client/models/models_pe/edge_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge_install_instructions.py b/tb_rest_client/models/models_pe/edge_install_instructions.py index 4c9be905..7b6ba1e3 100644 --- a/tb_rest_client/models/models_pe/edge_install_instructions.py +++ b/tb_rest_client/models/models_pe/edge_install_instructions.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge_search_query.py b/tb_rest_client/models/models_pe/edge_search_query.py index f4e94145..d677f219 100644 --- a/tb_rest_client/models/models_pe/edge_search_query.py +++ b/tb_rest_client/models/models_pe/edge_search_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge_search_query_filter.py b/tb_rest_client/models/models_pe/edge_search_query_filter.py index f98f9a60..91ba41f3 100644 --- a/tb_rest_client/models/models_pe/edge_search_query_filter.py +++ b/tb_rest_client/models/models_pe/edge_search_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/edge_type_filter.py b/tb_rest_client/models/models_pe/edge_type_filter.py index c4258363..e5945e69 100644 --- a/tb_rest_client/models/models_pe/edge_type_filter.py +++ b/tb_rest_client/models/models_pe/edge_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/efento_coap_device_type_configuration.py b/tb_rest_client/models/models_pe/efento_coap_device_type_configuration.py index aa3d9862..b350d27e 100644 --- a/tb_rest_client/models/models_pe/efento_coap_device_type_configuration.py +++ b/tb_rest_client/models/models_pe/efento_coap_device_type_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/email_delivery_method_notification_template.py b/tb_rest_client/models/models_pe/email_delivery_method_notification_template.py index bee9dc30..d59a3a3d 100644 --- a/tb_rest_client/models/models_pe/email_delivery_method_notification_template.py +++ b/tb_rest_client/models/models_pe/email_delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/email_two_fa_account_config.py b/tb_rest_client/models/models_pe/email_two_fa_account_config.py index 3d5c31fe..56324895 100644 --- a/tb_rest_client/models/models_pe/email_two_fa_account_config.py +++ b/tb_rest_client/models/models_pe/email_two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/email_two_fa_provider_config.py b/tb_rest_client/models/models_pe/email_two_fa_provider_config.py index 3ebbb4f8..16fb2ff1 100644 --- a/tb_rest_client/models/models_pe/email_two_fa_provider_config.py +++ b/tb_rest_client/models/models_pe/email_two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entities_by_group_name_filter.py b/tb_rest_client/models/models_pe/entities_by_group_name_filter.py index f87e5efd..5bfe1561 100644 --- a/tb_rest_client/models/models_pe/entities_by_group_name_filter.py +++ b/tb_rest_client/models/models_pe/entities_by_group_name_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entities_limit_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/entities_limit_notification_rule_trigger_config.py index afa7cbaf..c19769ca 100644 --- a/tb_rest_client/models/models_pe/entities_limit_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/entities_limit_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_action_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/entity_action_notification_rule_trigger_config.py index 87eed8c4..2a00ee80 100644 --- a/tb_rest_client/models/models_pe/entity_action_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/entity_action_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_count_query.py b/tb_rest_client/models/models_pe/entity_count_query.py index faf68453..f944aaf1 100644 --- a/tb_rest_client/models/models_pe/entity_count_query.py +++ b/tb_rest_client/models/models_pe/entity_count_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_data.py b/tb_rest_client/models/models_pe/entity_data.py index ee62ef65..aec6eccb 100644 --- a/tb_rest_client/models/models_pe/entity_data.py +++ b/tb_rest_client/models/models_pe/entity_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_data_diff.py b/tb_rest_client/models/models_pe/entity_data_diff.py index a61762e9..fef6de12 100644 --- a/tb_rest_client/models/models_pe/entity_data_diff.py +++ b/tb_rest_client/models/models_pe/entity_data_diff.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_data_info.py b/tb_rest_client/models/models_pe/entity_data_info.py index 106874c9..8ba013f6 100644 --- a/tb_rest_client/models/models_pe/entity_data_info.py +++ b/tb_rest_client/models/models_pe/entity_data_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_data_page_link.py b/tb_rest_client/models/models_pe/entity_data_page_link.py index af2947cf..5d67aeee 100644 --- a/tb_rest_client/models/models_pe/entity_data_page_link.py +++ b/tb_rest_client/models/models_pe/entity_data_page_link.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_data_query.py b/tb_rest_client/models/models_pe/entity_data_query.py index 5aabc532..ffa5bdac 100644 --- a/tb_rest_client/models/models_pe/entity_data_query.py +++ b/tb_rest_client/models/models_pe/entity_data_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_data_sort_order.py b/tb_rest_client/models/models_pe/entity_data_sort_order.py index 09f3dd5b..d9b1c471 100644 --- a/tb_rest_client/models/models_pe/entity_data_sort_order.py +++ b/tb_rest_client/models/models_pe/entity_data_sort_order.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_export_dataobject.py b/tb_rest_client/models/models_pe/entity_export_dataobject.py index 885ef11d..efaa1323 100644 --- a/tb_rest_client/models/models_pe/entity_export_dataobject.py +++ b/tb_rest_client/models/models_pe/entity_export_dataobject.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_filter.py b/tb_rest_client/models/models_pe/entity_filter.py index 683a909d..c14d5f69 100644 --- a/tb_rest_client/models/models_pe/entity_filter.py +++ b/tb_rest_client/models/models_pe/entity_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_group.py b/tb_rest_client/models/models_pe/entity_group.py index 3a4c4f03..88763f67 100644 --- a/tb_rest_client/models/models_pe/entity_group.py +++ b/tb_rest_client/models/models_pe/entity_group.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_group_export_data.py b/tb_rest_client/models/models_pe/entity_group_export_data.py index 4a55151d..2ddb134f 100644 --- a/tb_rest_client/models/models_pe/entity_group_export_data.py +++ b/tb_rest_client/models/models_pe/entity_group_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_group_filter.py b/tb_rest_client/models/models_pe/entity_group_filter.py index 22a4c322..f80823e9 100644 --- a/tb_rest_client/models/models_pe/entity_group_filter.py +++ b/tb_rest_client/models/models_pe/entity_group_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_group_id.py b/tb_rest_client/models/models_pe/entity_group_id.py index 653bc6b5..50c0209a 100644 --- a/tb_rest_client/models/models_pe/entity_group_id.py +++ b/tb_rest_client/models/models_pe/entity_group_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_group_info.py b/tb_rest_client/models/models_pe/entity_group_info.py index 4f25e61d..9586dc2b 100644 --- a/tb_rest_client/models/models_pe/entity_group_info.py +++ b/tb_rest_client/models/models_pe/entity_group_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_group_list_filter.py b/tb_rest_client/models/models_pe/entity_group_list_filter.py index edbdc8a8..99a2a3bb 100644 --- a/tb_rest_client/models/models_pe/entity_group_list_filter.py +++ b/tb_rest_client/models/models_pe/entity_group_list_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_group_name_filter.py b/tb_rest_client/models/models_pe/entity_group_name_filter.py index 33ab1b6c..07a16df7 100644 --- a/tb_rest_client/models/models_pe/entity_group_name_filter.py +++ b/tb_rest_client/models/models_pe/entity_group_name_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_id.py b/tb_rest_client/models/models_pe/entity_id.py index b686e9ec..a9aaf9b3 100644 --- a/tb_rest_client/models/models_pe/entity_id.py +++ b/tb_rest_client/models/models_pe/entity_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_key.py b/tb_rest_client/models/models_pe/entity_key.py index abd3422d..5eca8dcd 100644 --- a/tb_rest_client/models/models_pe/entity_key.py +++ b/tb_rest_client/models/models_pe/entity_key.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_list_filter.py b/tb_rest_client/models/models_pe/entity_list_filter.py index 43fcef7c..73d120ac 100644 --- a/tb_rest_client/models/models_pe/entity_list_filter.py +++ b/tb_rest_client/models/models_pe/entity_list_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_load_error.py b/tb_rest_client/models/models_pe/entity_load_error.py index da75cfb5..06e8578b 100644 --- a/tb_rest_client/models/models_pe/entity_load_error.py +++ b/tb_rest_client/models/models_pe/entity_load_error.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_name_filter.py b/tb_rest_client/models/models_pe/entity_name_filter.py index a4fcc539..174ce395 100644 --- a/tb_rest_client/models/models_pe/entity_name_filter.py +++ b/tb_rest_client/models/models_pe/entity_name_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_relation_info.py b/tb_rest_client/models/models_pe/entity_relation_info.py index d950beb8..a5ef38af 100644 --- a/tb_rest_client/models/models_pe/entity_relation_info.py +++ b/tb_rest_client/models/models_pe/entity_relation_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_relations_query.py b/tb_rest_client/models/models_pe/entity_relations_query.py index 7b19e63c..1a436c30 100644 --- a/tb_rest_client/models/models_pe/entity_relations_query.py +++ b/tb_rest_client/models/models_pe/entity_relations_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_subtype.py b/tb_rest_client/models/models_pe/entity_subtype.py index 2f43148d..d42bf940 100644 --- a/tb_rest_client/models/models_pe/entity_subtype.py +++ b/tb_rest_client/models/models_pe/entity_subtype.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_type_filter.py b/tb_rest_client/models/models_pe/entity_type_filter.py index 1b8135a7..28065267 100644 --- a/tb_rest_client/models/models_pe/entity_type_filter.py +++ b/tb_rest_client/models/models_pe/entity_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_type_load_result.py b/tb_rest_client/models/models_pe/entity_type_load_result.py index 6350e22e..d6dbac01 100644 --- a/tb_rest_client/models/models_pe/entity_type_load_result.py +++ b/tb_rest_client/models/models_pe/entity_type_load_result.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_type_version_create_config.py b/tb_rest_client/models/models_pe/entity_type_version_create_config.py index 1a597e36..b738664c 100644 --- a/tb_rest_client/models/models_pe/entity_type_version_create_config.py +++ b/tb_rest_client/models/models_pe/entity_type_version_create_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_type_version_load_config.py b/tb_rest_client/models/models_pe/entity_type_version_load_config.py index 55c8d0ea..8f1975c0 100644 --- a/tb_rest_client/models/models_pe/entity_type_version_load_config.py +++ b/tb_rest_client/models/models_pe/entity_type_version_load_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_type_version_load_request.py b/tb_rest_client/models/models_pe/entity_type_version_load_request.py index 479e222b..7ef10e31 100644 --- a/tb_rest_client/models/models_pe/entity_type_version_load_request.py +++ b/tb_rest_client/models/models_pe/entity_type_version_load_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_version.py b/tb_rest_client/models/models_pe/entity_version.py index 2791a985..f4749ce8 100644 --- a/tb_rest_client/models/models_pe/entity_version.py +++ b/tb_rest_client/models/models_pe/entity_version.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_view.py b/tb_rest_client/models/models_pe/entity_view.py index 4e5a134f..dfdeeed5 100644 --- a/tb_rest_client/models/models_pe/entity_view.py +++ b/tb_rest_client/models/models_pe/entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_view_id.py b/tb_rest_client/models/models_pe/entity_view_id.py index f8243708..629f50f7 100644 --- a/tb_rest_client/models/models_pe/entity_view_id.py +++ b/tb_rest_client/models/models_pe/entity_view_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_view_info.py b/tb_rest_client/models/models_pe/entity_view_info.py index 63551872..9c0a738c 100644 --- a/tb_rest_client/models/models_pe/entity_view_info.py +++ b/tb_rest_client/models/models_pe/entity_view_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_view_search_query.py b/tb_rest_client/models/models_pe/entity_view_search_query.py index e2e4768a..821983ce 100644 --- a/tb_rest_client/models/models_pe/entity_view_search_query.py +++ b/tb_rest_client/models/models_pe/entity_view_search_query.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_view_search_query_filter.py b/tb_rest_client/models/models_pe/entity_view_search_query_filter.py index 92841bdf..eb1243ab 100644 --- a/tb_rest_client/models/models_pe/entity_view_search_query_filter.py +++ b/tb_rest_client/models/models_pe/entity_view_search_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/entity_view_type_filter.py b/tb_rest_client/models/models_pe/entity_view_type_filter.py index c644d32f..0dcccbac 100644 --- a/tb_rest_client/models/models_pe/entity_view_type_filter.py +++ b/tb_rest_client/models/models_pe/entity_view_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/error_event_filter.py b/tb_rest_client/models/models_pe/error_event_filter.py index 24204085..04eb11e4 100644 --- a/tb_rest_client/models/models_pe/error_event_filter.py +++ b/tb_rest_client/models/models_pe/error_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/escalated_notification_rule_recipients_config.py b/tb_rest_client/models/models_pe/escalated_notification_rule_recipients_config.py index 0bba3acd..e3987a50 100644 --- a/tb_rest_client/models/models_pe/escalated_notification_rule_recipients_config.py +++ b/tb_rest_client/models/models_pe/escalated_notification_rule_recipients_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/event.py b/tb_rest_client/models/models_pe/event.py index 2cf03e40..2925e8ab 100644 --- a/tb_rest_client/models/models_pe/event.py +++ b/tb_rest_client/models/models_pe/event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/event_filter.py b/tb_rest_client/models/models_pe/event_filter.py index 659248b4..338afe97 100644 --- a/tb_rest_client/models/models_pe/event_filter.py +++ b/tb_rest_client/models/models_pe/event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/event_id.py b/tb_rest_client/models/models_pe/event_id.py index de882606..63a436e8 100644 --- a/tb_rest_client/models/models_pe/event_id.py +++ b/tb_rest_client/models/models_pe/event_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/event_info.py b/tb_rest_client/models/models_pe/event_info.py index 2b07e67d..22363010 100644 --- a/tb_rest_client/models/models_pe/event_info.py +++ b/tb_rest_client/models/models_pe/event_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/exportable_entity_entity_id.py b/tb_rest_client/models/models_pe/exportable_entity_entity_id.py index 9d21f758..085aff69 100644 --- a/tb_rest_client/models/models_pe/exportable_entity_entity_id.py +++ b/tb_rest_client/models/models_pe/exportable_entity_entity_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/favicon.py b/tb_rest_client/models/models_pe/favicon.py index 2be96af8..a28169dc 100644 --- a/tb_rest_client/models/models_pe/favicon.py +++ b/tb_rest_client/models/models_pe/favicon.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/features_info.py b/tb_rest_client/models/models_pe/features_info.py index 8a6a6037..9e86600d 100644 --- a/tb_rest_client/models/models_pe/features_info.py +++ b/tb_rest_client/models/models_pe/features_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/filter_predicate_valueboolean.py b/tb_rest_client/models/models_pe/filter_predicate_valueboolean.py index 9b2ccf50..fab089ce 100644 --- a/tb_rest_client/models/models_pe/filter_predicate_valueboolean.py +++ b/tb_rest_client/models/models_pe/filter_predicate_valueboolean.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/filter_predicate_valuedouble.py b/tb_rest_client/models/models_pe/filter_predicate_valuedouble.py index a9348f7c..3467a024 100644 --- a/tb_rest_client/models/models_pe/filter_predicate_valuedouble.py +++ b/tb_rest_client/models/models_pe/filter_predicate_valuedouble.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/filter_predicate_valueint.py b/tb_rest_client/models/models_pe/filter_predicate_valueint.py index faec5be0..8def90a7 100644 --- a/tb_rest_client/models/models_pe/filter_predicate_valueint.py +++ b/tb_rest_client/models/models_pe/filter_predicate_valueint.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/filter_predicate_valuelong.py b/tb_rest_client/models/models_pe/filter_predicate_valuelong.py index f10e59cb..915a56a5 100644 --- a/tb_rest_client/models/models_pe/filter_predicate_valuelong.py +++ b/tb_rest_client/models/models_pe/filter_predicate_valuelong.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/filter_predicate_valuestring.py b/tb_rest_client/models/models_pe/filter_predicate_valuestring.py index 7497a1f3..f7598bbc 100644 --- a/tb_rest_client/models/models_pe/filter_predicate_valuestring.py +++ b/tb_rest_client/models/models_pe/filter_predicate_valuestring.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/group_entity_export_data.py b/tb_rest_client/models/models_pe/group_entity_export_data.py index 083872be..f60f8a88 100644 --- a/tb_rest_client/models/models_pe/group_entity_export_data.py +++ b/tb_rest_client/models/models_pe/group_entity_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/group_permission.py b/tb_rest_client/models/models_pe/group_permission.py index 42b3da45..4da9a365 100644 --- a/tb_rest_client/models/models_pe/group_permission.py +++ b/tb_rest_client/models/models_pe/group_permission.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/group_permission_id.py b/tb_rest_client/models/models_pe/group_permission_id.py index ea3620a8..9869cc84 100644 --- a/tb_rest_client/models/models_pe/group_permission_id.py +++ b/tb_rest_client/models/models_pe/group_permission_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/group_permission_info.py b/tb_rest_client/models/models_pe/group_permission_info.py index c1ec70d3..bc84e3ee 100644 --- a/tb_rest_client/models/models_pe/group_permission_info.py +++ b/tb_rest_client/models/models_pe/group_permission_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/home_dashboard.py b/tb_rest_client/models/models_pe/home_dashboard.py index 585f3ae1..2134628a 100644 --- a/tb_rest_client/models/models_pe/home_dashboard.py +++ b/tb_rest_client/models/models_pe/home_dashboard.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/http_routing_key_body.py b/tb_rest_client/models/models_pe/http_routing_key_body.py index a210c003..dfc6388f 100644 --- a/tb_rest_client/models/models_pe/http_routing_key_body.py +++ b/tb_rest_client/models/models_pe/http_routing_key_body.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/input_stream.py b/tb_rest_client/models/models_pe/input_stream.py index a0a1d080..02d378d1 100644 --- a/tb_rest_client/models/models_pe/input_stream.py +++ b/tb_rest_client/models/models_pe/input_stream.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/integration.py b/tb_rest_client/models/models_pe/integration.py index 91a8cf94..6ad69e51 100644 --- a/tb_rest_client/models/models_pe/integration.py +++ b/tb_rest_client/models/models_pe/integration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/integration_id.py b/tb_rest_client/models/models_pe/integration_id.py index 7694ab42..04d0f8c9 100644 --- a/tb_rest_client/models/models_pe/integration_id.py +++ b/tb_rest_client/models/models_pe/integration_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/integration_info.py b/tb_rest_client/models/models_pe/integration_info.py index 6e9c2722..b9804180 100644 --- a/tb_rest_client/models/models_pe/integration_info.py +++ b/tb_rest_client/models/models_pe/integration_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/integration_lifecycle_event_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/integration_lifecycle_event_notification_rule_trigger_config.py index 16af1bfc..0cb1767d 100644 --- a/tb_rest_client/models/models_pe/integration_lifecycle_event_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/integration_lifecycle_event_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/json_node.py b/tb_rest_client/models/models_pe/json_node.py index 2bcef2a6..a476292e 100644 --- a/tb_rest_client/models/models_pe/json_node.py +++ b/tb_rest_client/models/models_pe/json_node.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/json_transport_payload_configuration.py b/tb_rest_client/models/models_pe/json_transport_payload_configuration.py index d0b66a6a..dc88ec5a 100644 --- a/tb_rest_client/models/models_pe/json_transport_payload_configuration.py +++ b/tb_rest_client/models/models_pe/json_transport_payload_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/jwt_settings.py b/tb_rest_client/models/models_pe/jwt_settings.py index bf286c3e..b1af7ceb 100644 --- a/tb_rest_client/models/models_pe/jwt_settings.py +++ b/tb_rest_client/models/models_pe/jwt_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/key_filter.py b/tb_rest_client/models/models_pe/key_filter.py index bf465429..b904bcdb 100644 --- a/tb_rest_client/models/models_pe/key_filter.py +++ b/tb_rest_client/models/models_pe/key_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/key_filter_predicate.py b/tb_rest_client/models/models_pe/key_filter_predicate.py index f3a3533f..c03c5dd2 100644 --- a/tb_rest_client/models/models_pe/key_filter_predicate.py +++ b/tb_rest_client/models/models_pe/key_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/last_visited_dashboard_info.py b/tb_rest_client/models/models_pe/last_visited_dashboard_info.py index abfbd8ad..7ea0a5b8 100644 --- a/tb_rest_client/models/models_pe/last_visited_dashboard_info.py +++ b/tb_rest_client/models/models_pe/last_visited_dashboard_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/license_usage_info.py b/tb_rest_client/models/models_pe/license_usage_info.py index 92332917..5aa179f1 100644 --- a/tb_rest_client/models/models_pe/license_usage_info.py +++ b/tb_rest_client/models/models_pe/license_usage_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/life_cycle_event_filter.py b/tb_rest_client/models/models_pe/life_cycle_event_filter.py index 8bc70ed8..e66f7f10 100644 --- a/tb_rest_client/models/models_pe/life_cycle_event_filter.py +++ b/tb_rest_client/models/models_pe/life_cycle_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/login_request.py b/tb_rest_client/models/models_pe/login_request.py index d81884a8..75bddca3 100644 --- a/tb_rest_client/models/models_pe/login_request.py +++ b/tb_rest_client/models/models_pe/login_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/login_response.py b/tb_rest_client/models/models_pe/login_response.py index 4b5a5aa5..ee500161 100644 --- a/tb_rest_client/models/models_pe/login_response.py +++ b/tb_rest_client/models/models_pe/login_response.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/login_white_labeling_params.py b/tb_rest_client/models/models_pe/login_white_labeling_params.py index bf7ff17f..129c308f 100644 --- a/tb_rest_client/models/models_pe/login_white_labeling_params.py +++ b/tb_rest_client/models/models_pe/login_white_labeling_params.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/lw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_pe/lw_m2_m_bootstrap_server_credential.py index 182f1575..7ec3448f 100644 --- a/tb_rest_client/models/models_pe/lw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_pe/lw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/lw_m2_m_server_security_config_default.py b/tb_rest_client/models/models_pe/lw_m2_m_server_security_config_default.py index e544f24e..31e06fcd 100644 --- a/tb_rest_client/models/models_pe/lw_m2_m_server_security_config_default.py +++ b/tb_rest_client/models/models_pe/lw_m2_m_server_security_config_default.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/lw_m2m_instance.py b/tb_rest_client/models/models_pe/lw_m2m_instance.py index 4505783f..fafd5c00 100644 --- a/tb_rest_client/models/models_pe/lw_m2m_instance.py +++ b/tb_rest_client/models/models_pe/lw_m2m_instance.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/lw_m2m_object.py b/tb_rest_client/models/models_pe/lw_m2m_object.py index 41bff1f0..177b3391 100644 --- a/tb_rest_client/models/models_pe/lw_m2m_object.py +++ b/tb_rest_client/models/models_pe/lw_m2m_object.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/lw_m2m_resource_observe.py b/tb_rest_client/models/models_pe/lw_m2m_resource_observe.py index b5231b94..9cbee35e 100644 --- a/tb_rest_client/models/models_pe/lw_m2m_resource_observe.py +++ b/tb_rest_client/models/models_pe/lw_m2m_resource_observe.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/lwm2m_device_profile_transport_configuration.py b/tb_rest_client/models/models_pe/lwm2m_device_profile_transport_configuration.py index 93dd0e61..08f19327 100644 --- a/tb_rest_client/models/models_pe/lwm2m_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_pe/lwm2m_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/lwm2m_device_transport_configuration.py b/tb_rest_client/models/models_pe/lwm2m_device_transport_configuration.py index b57ebc77..374377fd 100644 --- a/tb_rest_client/models/models_pe/lwm2m_device_transport_configuration.py +++ b/tb_rest_client/models/models_pe/lwm2m_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/mapping.py b/tb_rest_client/models/models_pe/mapping.py index 86cd75d6..5435a368 100644 --- a/tb_rest_client/models/models_pe/mapping.py +++ b/tb_rest_client/models/models_pe/mapping.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/merged_group_permission_info.py b/tb_rest_client/models/models_pe/merged_group_permission_info.py index b86a24f6..67d58395 100644 --- a/tb_rest_client/models/models_pe/merged_group_permission_info.py +++ b/tb_rest_client/models/models_pe/merged_group_permission_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/merged_group_type_permission_info.py b/tb_rest_client/models/models_pe/merged_group_type_permission_info.py index 415a1208..9a034623 100644 --- a/tb_rest_client/models/models_pe/merged_group_type_permission_info.py +++ b/tb_rest_client/models/models_pe/merged_group_type_permission_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/merged_user_permissions.py b/tb_rest_client/models/models_pe/merged_user_permissions.py index 27f3beb2..aef6067a 100644 --- a/tb_rest_client/models/models_pe/merged_user_permissions.py +++ b/tb_rest_client/models/models_pe/merged_user_permissions.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/mqtt_device_profile_transport_configuration.py b/tb_rest_client/models/models_pe/mqtt_device_profile_transport_configuration.py index 81716abb..f5b6bf11 100644 --- a/tb_rest_client/models/models_pe/mqtt_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_pe/mqtt_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/mqtt_device_transport_configuration.py b/tb_rest_client/models/models_pe/mqtt_device_transport_configuration.py index 7bc64dc7..cef731e8 100644 --- a/tb_rest_client/models/models_pe/mqtt_device_transport_configuration.py +++ b/tb_rest_client/models/models_pe/mqtt_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/new_platform_version_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/new_platform_version_notification_rule_trigger_config.py index 1dee1466..a1270752 100644 --- a/tb_rest_client/models/models_pe/new_platform_version_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/new_platform_version_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/no_sec_lw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_pe/no_sec_lw_m2_m_bootstrap_server_credential.py index 7937bb51..a7a923c7 100644 --- a/tb_rest_client/models/models_pe/no_sec_lw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_pe/no_sec_lw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/node_connection_info.py b/tb_rest_client/models/models_pe/node_connection_info.py index 5aa5ef7f..449f6e3b 100644 --- a/tb_rest_client/models/models_pe/node_connection_info.py +++ b/tb_rest_client/models/models_pe/node_connection_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification.py b/tb_rest_client/models/models_pe/notification.py index a87bb22f..f470b378 100644 --- a/tb_rest_client/models/models_pe/notification.py +++ b/tb_rest_client/models/models_pe/notification.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_delivery_method_config.py b/tb_rest_client/models/models_pe/notification_delivery_method_config.py index e37e763f..7077eb51 100644 --- a/tb_rest_client/models/models_pe/notification_delivery_method_config.py +++ b/tb_rest_client/models/models_pe/notification_delivery_method_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_id.py b/tb_rest_client/models/models_pe/notification_id.py index dd7d71e6..02efb37a 100644 --- a/tb_rest_client/models/models_pe/notification_id.py +++ b/tb_rest_client/models/models_pe/notification_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_info.py b/tb_rest_client/models/models_pe/notification_info.py index 79343cfa..0e847ecf 100644 --- a/tb_rest_client/models/models_pe/notification_info.py +++ b/tb_rest_client/models/models_pe/notification_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_request.py b/tb_rest_client/models/models_pe/notification_request.py index c4c0ea84..87c0d17d 100644 --- a/tb_rest_client/models/models_pe/notification_request.py +++ b/tb_rest_client/models/models_pe/notification_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_request_config.py b/tb_rest_client/models/models_pe/notification_request_config.py index 14781ff4..54f9de4b 100644 --- a/tb_rest_client/models/models_pe/notification_request_config.py +++ b/tb_rest_client/models/models_pe/notification_request_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_request_id.py b/tb_rest_client/models/models_pe/notification_request_id.py index f8f2c800..8b9bfd88 100644 --- a/tb_rest_client/models/models_pe/notification_request_id.py +++ b/tb_rest_client/models/models_pe/notification_request_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_request_preview.py b/tb_rest_client/models/models_pe/notification_request_preview.py index 68985a5a..c16ca744 100644 --- a/tb_rest_client/models/models_pe/notification_request_preview.py +++ b/tb_rest_client/models/models_pe/notification_request_preview.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_request_stats.py b/tb_rest_client/models/models_pe/notification_request_stats.py index ea801025..5338f064 100644 --- a/tb_rest_client/models/models_pe/notification_request_stats.py +++ b/tb_rest_client/models/models_pe/notification_request_stats.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_rule_config.py b/tb_rest_client/models/models_pe/notification_rule_config.py index 409752f1..f07ae786 100644 --- a/tb_rest_client/models/models_pe/notification_rule_config.py +++ b/tb_rest_client/models/models_pe/notification_rule_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_rule_id.py b/tb_rest_client/models/models_pe/notification_rule_id.py index aaa5851e..5e847d80 100644 --- a/tb_rest_client/models/models_pe/notification_rule_id.py +++ b/tb_rest_client/models/models_pe/notification_rule_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_rule_recipients_config.py b/tb_rest_client/models/models_pe/notification_rule_recipients_config.py index c628d1cd..29a0d61f 100644 --- a/tb_rest_client/models/models_pe/notification_rule_recipients_config.py +++ b/tb_rest_client/models/models_pe/notification_rule_recipients_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_target_id.py b/tb_rest_client/models/models_pe/notification_target_id.py index 50679bd2..1cbe661a 100644 --- a/tb_rest_client/models/models_pe/notification_target_id.py +++ b/tb_rest_client/models/models_pe/notification_target_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_template_config.py b/tb_rest_client/models/models_pe/notification_template_config.py index 99790100..edb7f351 100644 --- a/tb_rest_client/models/models_pe/notification_template_config.py +++ b/tb_rest_client/models/models_pe/notification_template_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/notification_template_id.py b/tb_rest_client/models/models_pe/notification_template_id.py index b477f8b2..89379cc5 100644 --- a/tb_rest_client/models/models_pe/notification_template_id.py +++ b/tb_rest_client/models/models_pe/notification_template_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/numeric_filter_predicate.py b/tb_rest_client/models/models_pe/numeric_filter_predicate.py index fff6bd94..22eeea7a 100644 --- a/tb_rest_client/models/models_pe/numeric_filter_predicate.py +++ b/tb_rest_client/models/models_pe/numeric_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_basic_mapper_config.py b/tb_rest_client/models/models_pe/o_auth2_basic_mapper_config.py index 0286862e..6fde47a5 100644 --- a/tb_rest_client/models/models_pe/o_auth2_basic_mapper_config.py +++ b/tb_rest_client/models/models_pe/o_auth2_basic_mapper_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_client_info.py b/tb_rest_client/models/models_pe/o_auth2_client_info.py index 46d14486..c0231589 100644 --- a/tb_rest_client/models/models_pe/o_auth2_client_info.py +++ b/tb_rest_client/models/models_pe/o_auth2_client_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_client_registration_template.py b/tb_rest_client/models/models_pe/o_auth2_client_registration_template.py index 6f1aaf86..8238cddf 100644 --- a/tb_rest_client/models/models_pe/o_auth2_client_registration_template.py +++ b/tb_rest_client/models/models_pe/o_auth2_client_registration_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_client_registration_template_id.py b/tb_rest_client/models/models_pe/o_auth2_client_registration_template_id.py index 89bc26e5..93ea6836 100644 --- a/tb_rest_client/models/models_pe/o_auth2_client_registration_template_id.py +++ b/tb_rest_client/models/models_pe/o_auth2_client_registration_template_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_clients_domain_params.py b/tb_rest_client/models/models_pe/o_auth2_clients_domain_params.py index c8c4ee80..4383a89d 100644 --- a/tb_rest_client/models/models_pe/o_auth2_clients_domain_params.py +++ b/tb_rest_client/models/models_pe/o_auth2_clients_domain_params.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_clients_params.py b/tb_rest_client/models/models_pe/o_auth2_clients_params.py index 1b6e289a..a249d83d 100644 --- a/tb_rest_client/models/models_pe/o_auth2_clients_params.py +++ b/tb_rest_client/models/models_pe/o_auth2_clients_params.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_custom_mapper_config.py b/tb_rest_client/models/models_pe/o_auth2_custom_mapper_config.py index 737d1dc9..90ae2c88 100644 --- a/tb_rest_client/models/models_pe/o_auth2_custom_mapper_config.py +++ b/tb_rest_client/models/models_pe/o_auth2_custom_mapper_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_domain_info.py b/tb_rest_client/models/models_pe/o_auth2_domain_info.py index 53c70667..7fe98b1a 100644 --- a/tb_rest_client/models/models_pe/o_auth2_domain_info.py +++ b/tb_rest_client/models/models_pe/o_auth2_domain_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_info.py b/tb_rest_client/models/models_pe/o_auth2_info.py index 8a0c2820..0f1439bb 100644 --- a/tb_rest_client/models/models_pe/o_auth2_info.py +++ b/tb_rest_client/models/models_pe/o_auth2_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_mapper_config.py b/tb_rest_client/models/models_pe/o_auth2_mapper_config.py index 1b64ddb3..d874927a 100644 --- a/tb_rest_client/models/models_pe/o_auth2_mapper_config.py +++ b/tb_rest_client/models/models_pe/o_auth2_mapper_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_mobile_info.py b/tb_rest_client/models/models_pe/o_auth2_mobile_info.py index 355f6a6a..c6c6238f 100644 --- a/tb_rest_client/models/models_pe/o_auth2_mobile_info.py +++ b/tb_rest_client/models/models_pe/o_auth2_mobile_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_params_info.py b/tb_rest_client/models/models_pe/o_auth2_params_info.py index d760c113..879921cb 100644 --- a/tb_rest_client/models/models_pe/o_auth2_params_info.py +++ b/tb_rest_client/models/models_pe/o_auth2_params_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/o_auth2_registration_info.py b/tb_rest_client/models/models_pe/o_auth2_registration_info.py index f40a3df9..553b1b20 100644 --- a/tb_rest_client/models/models_pe/o_auth2_registration_info.py +++ b/tb_rest_client/models/models_pe/o_auth2_registration_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/object_attributes.py b/tb_rest_client/models/models_pe/object_attributes.py index 521b5ab4..61ac821d 100644 --- a/tb_rest_client/models/models_pe/object_attributes.py +++ b/tb_rest_client/models/models_pe/object_attributes.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/object_node.py b/tb_rest_client/models/models_pe/object_node.py index 0a377ac8..ad354da5 100644 --- a/tb_rest_client/models/models_pe/object_node.py +++ b/tb_rest_client/models/models_pe/object_node.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/originator_entity_owner_users_filter.py b/tb_rest_client/models/models_pe/originator_entity_owner_users_filter.py index 5b95c563..9e8a3c85 100644 --- a/tb_rest_client/models/models_pe/originator_entity_owner_users_filter.py +++ b/tb_rest_client/models/models_pe/originator_entity_owner_users_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/ota_package.py b/tb_rest_client/models/models_pe/ota_package.py index fa41f9cc..bf480a5d 100644 --- a/tb_rest_client/models/models_pe/ota_package.py +++ b/tb_rest_client/models/models_pe/ota_package.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/ota_package_id.py b/tb_rest_client/models/models_pe/ota_package_id.py index 8851d9f3..b0144185 100644 --- a/tb_rest_client/models/models_pe/ota_package_id.py +++ b/tb_rest_client/models/models_pe/ota_package_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/ota_package_info.py b/tb_rest_client/models/models_pe/ota_package_info.py index 0c65e60c..1d66159d 100644 --- a/tb_rest_client/models/models_pe/ota_package_info.py +++ b/tb_rest_client/models/models_pe/ota_package_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/ota_package_ota_package_id_body.py b/tb_rest_client/models/models_pe/ota_package_ota_package_id_body.py index 804da8a1..4cde49ff 100644 --- a/tb_rest_client/models/models_pe/ota_package_ota_package_id_body.py +++ b/tb_rest_client/models/models_pe/ota_package_ota_package_id_body.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/other_configuration.py b/tb_rest_client/models/models_pe/other_configuration.py index be97a3d9..3a977953 100644 --- a/tb_rest_client/models/models_pe/other_configuration.py +++ b/tb_rest_client/models/models_pe/other_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_blob_entity_with_customer_info.py b/tb_rest_client/models/models_pe/page_data_blob_entity_with_customer_info.py index f08989cc..af1633a3 100644 --- a/tb_rest_client/models/models_pe/page_data_blob_entity_with_customer_info.py +++ b/tb_rest_client/models/models_pe/page_data_blob_entity_with_customer_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_contact_basedobject.py b/tb_rest_client/models/models_pe/page_data_contact_basedobject.py index 1ff75e66..ea5cf2b7 100644 --- a/tb_rest_client/models/models_pe/page_data_contact_basedobject.py +++ b/tb_rest_client/models/models_pe/page_data_contact_basedobject.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_converter.py b/tb_rest_client/models/models_pe/page_data_converter.py index b09e97e9..bb126337 100644 --- a/tb_rest_client/models/models_pe/page_data_converter.py +++ b/tb_rest_client/models/models_pe/page_data_converter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_customer_info.py b/tb_rest_client/models/models_pe/page_data_customer_info.py index 0f14ef02..70a1668a 100644 --- a/tb_rest_client/models/models_pe/page_data_customer_info.py +++ b/tb_rest_client/models/models_pe/page_data_customer_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_edge.py b/tb_rest_client/models/models_pe/page_data_edge.py index a02653a4..a7b39297 100644 --- a/tb_rest_client/models/models_pe/page_data_edge.py +++ b/tb_rest_client/models/models_pe/page_data_edge.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_edge_event.py b/tb_rest_client/models/models_pe/page_data_edge_event.py index 0f783d20..093296af 100644 --- a/tb_rest_client/models/models_pe/page_data_edge_event.py +++ b/tb_rest_client/models/models_pe/page_data_edge_event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_edge_info.py b/tb_rest_client/models/models_pe/page_data_edge_info.py index f2fc6148..9c0d44f1 100644 --- a/tb_rest_client/models/models_pe/page_data_edge_info.py +++ b/tb_rest_client/models/models_pe/page_data_edge_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_entity_group.py b/tb_rest_client/models/models_pe/page_data_entity_group.py index 321ea142..0bd1f792 100644 --- a/tb_rest_client/models/models_pe/page_data_entity_group.py +++ b/tb_rest_client/models/models_pe/page_data_entity_group.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_entity_group_info.py b/tb_rest_client/models/models_pe/page_data_entity_group_info.py index 851f0d9a..82b39185 100644 --- a/tb_rest_client/models/models_pe/page_data_entity_group_info.py +++ b/tb_rest_client/models/models_pe/page_data_entity_group_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_entity_version.py b/tb_rest_client/models/models_pe/page_data_entity_version.py index 12d9faf6..a26c1db9 100644 --- a/tb_rest_client/models/models_pe/page_data_entity_version.py +++ b/tb_rest_client/models/models_pe/page_data_entity_version.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_entity_view_info.py b/tb_rest_client/models/models_pe/page_data_entity_view_info.py index 3e5999d8..7c7fed29 100644 --- a/tb_rest_client/models/models_pe/page_data_entity_view_info.py +++ b/tb_rest_client/models/models_pe/page_data_entity_view_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_event.py b/tb_rest_client/models/models_pe/page_data_event.py index 53e9cc19..7a4d5f04 100644 --- a/tb_rest_client/models/models_pe/page_data_event.py +++ b/tb_rest_client/models/models_pe/page_data_event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_event_info.py b/tb_rest_client/models/models_pe/page_data_event_info.py index 28285701..4dd244a3 100644 --- a/tb_rest_client/models/models_pe/page_data_event_info.py +++ b/tb_rest_client/models/models_pe/page_data_event_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_integration.py b/tb_rest_client/models/models_pe/page_data_integration.py index 09368e91..2cd4de50 100644 --- a/tb_rest_client/models/models_pe/page_data_integration.py +++ b/tb_rest_client/models/models_pe/page_data_integration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_integration_info.py b/tb_rest_client/models/models_pe/page_data_integration_info.py index 8cda05df..cf532e4f 100644 --- a/tb_rest_client/models/models_pe/page_data_integration_info.py +++ b/tb_rest_client/models/models_pe/page_data_integration_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_ota_package_info.py b/tb_rest_client/models/models_pe/page_data_ota_package_info.py index 2e326672..27170d7d 100644 --- a/tb_rest_client/models/models_pe/page_data_ota_package_info.py +++ b/tb_rest_client/models/models_pe/page_data_ota_package_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_queue.py b/tb_rest_client/models/models_pe/page_data_queue.py index ee542603..ee319f38 100644 --- a/tb_rest_client/models/models_pe/page_data_queue.py +++ b/tb_rest_client/models/models_pe/page_data_queue.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_role.py b/tb_rest_client/models/models_pe/page_data_role.py index bca4fabf..38b734c3 100644 --- a/tb_rest_client/models/models_pe/page_data_role.py +++ b/tb_rest_client/models/models_pe/page_data_role.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_rule_chain.py b/tb_rest_client/models/models_pe/page_data_rule_chain.py index 0b9f1455..d9f93a99 100644 --- a/tb_rest_client/models/models_pe/page_data_rule_chain.py +++ b/tb_rest_client/models/models_pe/page_data_rule_chain.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_scheduler_event_info.py b/tb_rest_client/models/models_pe/page_data_scheduler_event_info.py index 5fe9c83b..6a96fe72 100644 --- a/tb_rest_client/models/models_pe/page_data_scheduler_event_info.py +++ b/tb_rest_client/models/models_pe/page_data_scheduler_event_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_short_entity_view.py b/tb_rest_client/models/models_pe/page_data_short_entity_view.py index 8fd1e1e7..c463e1af 100644 --- a/tb_rest_client/models/models_pe/page_data_short_entity_view.py +++ b/tb_rest_client/models/models_pe/page_data_short_entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_tb_resource_info.py b/tb_rest_client/models/models_pe/page_data_tb_resource_info.py index 49f901e4..23e3b005 100644 --- a/tb_rest_client/models/models_pe/page_data_tb_resource_info.py +++ b/tb_rest_client/models/models_pe/page_data_tb_resource_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_user_email_info.py b/tb_rest_client/models/models_pe/page_data_user_email_info.py index 07eb09eb..3a14aa30 100644 --- a/tb_rest_client/models/models_pe/page_data_user_email_info.py +++ b/tb_rest_client/models/models_pe/page_data_user_email_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/page_data_user_info.py b/tb_rest_client/models/models_pe/page_data_user_info.py index 7bbc81af..60a6106a 100644 --- a/tb_rest_client/models/models_pe/page_data_user_info.py +++ b/tb_rest_client/models/models_pe/page_data_user_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/palette.py b/tb_rest_client/models/models_pe/palette.py index c43cc011..99352144 100644 --- a/tb_rest_client/models/models_pe/palette.py +++ b/tb_rest_client/models/models_pe/palette.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/palette_settings.py b/tb_rest_client/models/models_pe/palette_settings.py index 46b092e8..d50a7e36 100644 --- a/tb_rest_client/models/models_pe/palette_settings.py +++ b/tb_rest_client/models/models_pe/palette_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/platform_two_fa_settings.py b/tb_rest_client/models/models_pe/platform_two_fa_settings.py index 6ef0ef43..18d6d89f 100644 --- a/tb_rest_client/models/models_pe/platform_two_fa_settings.py +++ b/tb_rest_client/models/models_pe/platform_two_fa_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/platform_users_notification_target_config.py b/tb_rest_client/models/models_pe/platform_users_notification_target_config.py index 6c8b8bbf..8754aa28 100644 --- a/tb_rest_client/models/models_pe/platform_users_notification_target_config.py +++ b/tb_rest_client/models/models_pe/platform_users_notification_target_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/power_saving_configuration.py b/tb_rest_client/models/models_pe/power_saving_configuration.py index 2eb8e764..4504589d 100644 --- a/tb_rest_client/models/models_pe/power_saving_configuration.py +++ b/tb_rest_client/models/models_pe/power_saving_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/processing_strategy.py b/tb_rest_client/models/models_pe/processing_strategy.py index 1c33d4ae..831fef89 100644 --- a/tb_rest_client/models/models_pe/processing_strategy.py +++ b/tb_rest_client/models/models_pe/processing_strategy.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/proto_transport_payload_configuration.py b/tb_rest_client/models/models_pe/proto_transport_payload_configuration.py index ac7ed658..3471428c 100644 --- a/tb_rest_client/models/models_pe/proto_transport_payload_configuration.py +++ b/tb_rest_client/models/models_pe/proto_transport_payload_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/psk_lw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_pe/psk_lw_m2_m_bootstrap_server_credential.py index 44cb9e1d..c32b3d8d 100644 --- a/tb_rest_client/models/models_pe/psk_lw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_pe/psk_lw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/psklw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_pe/psklw_m2_m_bootstrap_server_credential.py index 7795e762..04d0d7c1 100644 --- a/tb_rest_client/models/models_pe/psklw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_pe/psklw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/queue.py b/tb_rest_client/models/models_pe/queue.py index 45c449e5..ddc6f1b8 100644 --- a/tb_rest_client/models/models_pe/queue.py +++ b/tb_rest_client/models/models_pe/queue.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/queue_id.py b/tb_rest_client/models/models_pe/queue_id.py index 7fc5375c..66232dbc 100644 --- a/tb_rest_client/models/models_pe/queue_id.py +++ b/tb_rest_client/models/models_pe/queue_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/raw_data_event_filter.py b/tb_rest_client/models/models_pe/raw_data_event_filter.py index c3ef1199..dccd75a8 100644 --- a/tb_rest_client/models/models_pe/raw_data_event_filter.py +++ b/tb_rest_client/models/models_pe/raw_data_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/relation_entity_type_filter.py b/tb_rest_client/models/models_pe/relation_entity_type_filter.py index 80bf14b3..0edd2b60 100644 --- a/tb_rest_client/models/models_pe/relation_entity_type_filter.py +++ b/tb_rest_client/models/models_pe/relation_entity_type_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/relations_query_filter.py b/tb_rest_client/models/models_pe/relations_query_filter.py index bf7326b4..aa8188d9 100644 --- a/tb_rest_client/models/models_pe/relations_query_filter.py +++ b/tb_rest_client/models/models_pe/relations_query_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/relations_search_parameters.py b/tb_rest_client/models/models_pe/relations_search_parameters.py index 6d642c45..c686cf45 100644 --- a/tb_rest_client/models/models_pe/relations_search_parameters.py +++ b/tb_rest_client/models/models_pe/relations_search_parameters.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/repeating_alarm_condition_spec.py b/tb_rest_client/models/models_pe/repeating_alarm_condition_spec.py index 42ed9ea6..593e10e5 100644 --- a/tb_rest_client/models/models_pe/repeating_alarm_condition_spec.py +++ b/tb_rest_client/models/models_pe/repeating_alarm_condition_spec.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/report_config.py b/tb_rest_client/models/models_pe/report_config.py index a6a49987..fc35c8d9 100644 --- a/tb_rest_client/models/models_pe/report_config.py +++ b/tb_rest_client/models/models_pe/report_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/repository_settings.py b/tb_rest_client/models/models_pe/repository_settings.py index 36f63fee..82375e75 100644 --- a/tb_rest_client/models/models_pe/repository_settings.py +++ b/tb_rest_client/models/models_pe/repository_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/repository_settings_info.py b/tb_rest_client/models/models_pe/repository_settings_info.py index 186d5820..f45d24da 100644 --- a/tb_rest_client/models/models_pe/repository_settings_info.py +++ b/tb_rest_client/models/models_pe/repository_settings_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/reset_password_email_request.py b/tb_rest_client/models/models_pe/reset_password_email_request.py index 219779f3..4ec3127d 100644 --- a/tb_rest_client/models/models_pe/reset_password_email_request.py +++ b/tb_rest_client/models/models_pe/reset_password_email_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/reset_password_request.py b/tb_rest_client/models/models_pe/reset_password_request.py index 1108a7dd..e5cbe9e7 100644 --- a/tb_rest_client/models/models_pe/reset_password_request.py +++ b/tb_rest_client/models/models_pe/reset_password_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/resource.py b/tb_rest_client/models/models_pe/resource.py index c02b6660..df141587 100644 --- a/tb_rest_client/models/models_pe/resource.py +++ b/tb_rest_client/models/models_pe/resource.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/response_entity.py b/tb_rest_client/models/models_pe/response_entity.py index 7f1bc67d..64d542e0 100644 --- a/tb_rest_client/models/models_pe/response_entity.py +++ b/tb_rest_client/models/models_pe/response_entity.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/role.py b/tb_rest_client/models/models_pe/role.py index 5aead32d..48ab3a24 100644 --- a/tb_rest_client/models/models_pe/role.py +++ b/tb_rest_client/models/models_pe/role.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/role_id.py b/tb_rest_client/models/models_pe/role_id.py index d02dea2b..b238d532 100644 --- a/tb_rest_client/models/models_pe/role_id.py +++ b/tb_rest_client/models/models_pe/role_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rpc.py b/tb_rest_client/models/models_pe/rpc.py index 19cf0736..8ad8c7ef 100644 --- a/tb_rest_client/models/models_pe/rpc.py +++ b/tb_rest_client/models/models_pe/rpc.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rpc_id.py b/tb_rest_client/models/models_pe/rpc_id.py index f3f700f7..00197f2d 100644 --- a/tb_rest_client/models/models_pe/rpc_id.py +++ b/tb_rest_client/models/models_pe/rpc_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rpk_lw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_pe/rpk_lw_m2_m_bootstrap_server_credential.py index 62779dc1..0be87108 100644 --- a/tb_rest_client/models/models_pe/rpk_lw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_pe/rpk_lw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rpklw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_pe/rpklw_m2_m_bootstrap_server_credential.py index d76f6be6..9aa502e2 100644 --- a/tb_rest_client/models/models_pe/rpklw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_pe/rpklw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain.py b/tb_rest_client/models/models_pe/rule_chain.py index b57c666d..7f57525f 100644 --- a/tb_rest_client/models/models_pe/rule_chain.py +++ b/tb_rest_client/models/models_pe/rule_chain.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain_connection_info.py b/tb_rest_client/models/models_pe/rule_chain_connection_info.py index 1171692a..3973a0fe 100644 --- a/tb_rest_client/models/models_pe/rule_chain_connection_info.py +++ b/tb_rest_client/models/models_pe/rule_chain_connection_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain_data.py b/tb_rest_client/models/models_pe/rule_chain_data.py index d9d36476..04520578 100644 --- a/tb_rest_client/models/models_pe/rule_chain_data.py +++ b/tb_rest_client/models/models_pe/rule_chain_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain_debug_event_filter.py b/tb_rest_client/models/models_pe/rule_chain_debug_event_filter.py index bd81b980..227bc4fa 100644 --- a/tb_rest_client/models/models_pe/rule_chain_debug_event_filter.py +++ b/tb_rest_client/models/models_pe/rule_chain_debug_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain_export_data.py b/tb_rest_client/models/models_pe/rule_chain_export_data.py index a2f8566d..11da9be9 100644 --- a/tb_rest_client/models/models_pe/rule_chain_export_data.py +++ b/tb_rest_client/models/models_pe/rule_chain_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain_id.py b/tb_rest_client/models/models_pe/rule_chain_id.py index 3f58c182..d42b9884 100644 --- a/tb_rest_client/models/models_pe/rule_chain_id.py +++ b/tb_rest_client/models/models_pe/rule_chain_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain_import_result.py b/tb_rest_client/models/models_pe/rule_chain_import_result.py index 8dba5f2d..b69387d3 100644 --- a/tb_rest_client/models/models_pe/rule_chain_import_result.py +++ b/tb_rest_client/models/models_pe/rule_chain_import_result.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain_meta_data.py b/tb_rest_client/models/models_pe/rule_chain_meta_data.py index f23ecf89..43b42d75 100644 --- a/tb_rest_client/models/models_pe/rule_chain_meta_data.py +++ b/tb_rest_client/models/models_pe/rule_chain_meta_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_chain_output_labels_usage.py b/tb_rest_client/models/models_pe/rule_chain_output_labels_usage.py index bd7eea74..3b23ad24 100644 --- a/tb_rest_client/models/models_pe/rule_chain_output_labels_usage.py +++ b/tb_rest_client/models/models_pe/rule_chain_output_labels_usage.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py b/tb_rest_client/models/models_pe/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py index a9206b7b..3d341a52 100644 --- a/tb_rest_client/models/models_pe/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py +++ b/tb_rest_client/models/models_pe/rule_engine_component_lifecycle_event_notification_rule_trigger_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_node.py b/tb_rest_client/models/models_pe/rule_node.py index da3484cf..3d66394f 100644 --- a/tb_rest_client/models/models_pe/rule_node.py +++ b/tb_rest_client/models/models_pe/rule_node.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_node_debug_event_filter.py b/tb_rest_client/models/models_pe/rule_node_debug_event_filter.py index 69610f9d..e7d76589 100644 --- a/tb_rest_client/models/models_pe/rule_node_debug_event_filter.py +++ b/tb_rest_client/models/models_pe/rule_node_debug_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/rule_node_id.py b/tb_rest_client/models/models_pe/rule_node_id.py index 1bc71296..7d3b8ba9 100644 --- a/tb_rest_client/models/models_pe/rule_node_id.py +++ b/tb_rest_client/models/models_pe/rule_node_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/save_device_with_credentials_request.py b/tb_rest_client/models/models_pe/save_device_with_credentials_request.py index 0336b0f7..7ad0047a 100644 --- a/tb_rest_client/models/models_pe/save_device_with_credentials_request.py +++ b/tb_rest_client/models/models_pe/save_device_with_credentials_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/save_ota_package_info_request.py b/tb_rest_client/models/models_pe/save_ota_package_info_request.py index ef09ce54..63a3a6fd 100644 --- a/tb_rest_client/models/models_pe/save_ota_package_info_request.py +++ b/tb_rest_client/models/models_pe/save_ota_package_info_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/scheduler_event.py b/tb_rest_client/models/models_pe/scheduler_event.py index eb92dfee..53655bcd 100644 --- a/tb_rest_client/models/models_pe/scheduler_event.py +++ b/tb_rest_client/models/models_pe/scheduler_event.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/scheduler_event_filter.py b/tb_rest_client/models/models_pe/scheduler_event_filter.py index 6b6bc0ab..cc5d73ba 100644 --- a/tb_rest_client/models/models_pe/scheduler_event_filter.py +++ b/tb_rest_client/models/models_pe/scheduler_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/scheduler_event_id.py b/tb_rest_client/models/models_pe/scheduler_event_id.py index aaf9a7a2..f9514d43 100644 --- a/tb_rest_client/models/models_pe/scheduler_event_id.py +++ b/tb_rest_client/models/models_pe/scheduler_event_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/scheduler_event_info.py b/tb_rest_client/models/models_pe/scheduler_event_info.py index 50a67b31..8218fe1e 100644 --- a/tb_rest_client/models/models_pe/scheduler_event_info.py +++ b/tb_rest_client/models/models_pe/scheduler_event_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/scheduler_event_with_customer_info.py b/tb_rest_client/models/models_pe/scheduler_event_with_customer_info.py index 2e443f9d..e919a2a4 100644 --- a/tb_rest_client/models/models_pe/scheduler_event_with_customer_info.py +++ b/tb_rest_client/models/models_pe/scheduler_event_with_customer_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/security_settings.py b/tb_rest_client/models/models_pe/security_settings.py index b65de7ed..9bb96b61 100644 --- a/tb_rest_client/models/models_pe/security_settings.py +++ b/tb_rest_client/models/models_pe/security_settings.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/self_registration_params.py b/tb_rest_client/models/models_pe/self_registration_params.py index a5834f69..ad2092ee 100644 --- a/tb_rest_client/models/models_pe/self_registration_params.py +++ b/tb_rest_client/models/models_pe/self_registration_params.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/server_security_config.py b/tb_rest_client/models/models_pe/server_security_config.py index a70a8b6b..c41c95f5 100644 --- a/tb_rest_client/models/models_pe/server_security_config.py +++ b/tb_rest_client/models/models_pe/server_security_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/share_group_request.py b/tb_rest_client/models/models_pe/share_group_request.py index f67d338f..d8748ea2 100644 --- a/tb_rest_client/models/models_pe/share_group_request.py +++ b/tb_rest_client/models/models_pe/share_group_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/shared_attributes_setting_snmp_communication_config.py b/tb_rest_client/models/models_pe/shared_attributes_setting_snmp_communication_config.py index 92c361eb..a0e2d736 100644 --- a/tb_rest_client/models/models_pe/shared_attributes_setting_snmp_communication_config.py +++ b/tb_rest_client/models/models_pe/shared_attributes_setting_snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/short_customer_info.py b/tb_rest_client/models/models_pe/short_customer_info.py index 1d363857..37e5b87a 100644 --- a/tb_rest_client/models/models_pe/short_customer_info.py +++ b/tb_rest_client/models/models_pe/short_customer_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/short_entity_view.py b/tb_rest_client/models/models_pe/short_entity_view.py index d4f22040..fb8eed88 100644 --- a/tb_rest_client/models/models_pe/short_entity_view.py +++ b/tb_rest_client/models/models_pe/short_entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/sign_up_request.py b/tb_rest_client/models/models_pe/sign_up_request.py index 25f73f8e..c27d374a 100644 --- a/tb_rest_client/models/models_pe/sign_up_request.py +++ b/tb_rest_client/models/models_pe/sign_up_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/sign_up_self_registration_params.py b/tb_rest_client/models/models_pe/sign_up_self_registration_params.py index 46679f28..24878b0e 100644 --- a/tb_rest_client/models/models_pe/sign_up_self_registration_params.py +++ b/tb_rest_client/models/models_pe/sign_up_self_registration_params.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/simple_alarm_condition_spec.py b/tb_rest_client/models/models_pe/simple_alarm_condition_spec.py index 19562035..f9a68338 100644 --- a/tb_rest_client/models/models_pe/simple_alarm_condition_spec.py +++ b/tb_rest_client/models/models_pe/simple_alarm_condition_spec.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/single_entity_filter.py b/tb_rest_client/models/models_pe/single_entity_filter.py index 432e7e1f..5edc2a7c 100644 --- a/tb_rest_client/models/models_pe/single_entity_filter.py +++ b/tb_rest_client/models/models_pe/single_entity_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/single_entity_version_create_request.py b/tb_rest_client/models/models_pe/single_entity_version_create_request.py index bb51ab75..896aa324 100644 --- a/tb_rest_client/models/models_pe/single_entity_version_create_request.py +++ b/tb_rest_client/models/models_pe/single_entity_version_create_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/single_entity_version_load_request.py b/tb_rest_client/models/models_pe/single_entity_version_load_request.py index 26ffc365..fb4d344e 100644 --- a/tb_rest_client/models/models_pe/single_entity_version_load_request.py +++ b/tb_rest_client/models/models_pe/single_entity_version_load_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/slack_conversation.py b/tb_rest_client/models/models_pe/slack_conversation.py index 177cacb4..320e74dc 100644 --- a/tb_rest_client/models/models_pe/slack_conversation.py +++ b/tb_rest_client/models/models_pe/slack_conversation.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/slack_delivery_method_notification_template.py b/tb_rest_client/models/models_pe/slack_delivery_method_notification_template.py index 631eebc8..3f24ab3e 100644 --- a/tb_rest_client/models/models_pe/slack_delivery_method_notification_template.py +++ b/tb_rest_client/models/models_pe/slack_delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/slack_notification_delivery_method_config.py b/tb_rest_client/models/models_pe/slack_notification_delivery_method_config.py index 63a19628..81fe50e4 100644 --- a/tb_rest_client/models/models_pe/slack_notification_delivery_method_config.py +++ b/tb_rest_client/models/models_pe/slack_notification_delivery_method_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/slack_notification_target_config.py b/tb_rest_client/models/models_pe/slack_notification_target_config.py index cae8313f..fa8f57a1 100644 --- a/tb_rest_client/models/models_pe/slack_notification_target_config.py +++ b/tb_rest_client/models/models_pe/slack_notification_target_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/smpp_sms_provider_configuration.py b/tb_rest_client/models/models_pe/smpp_sms_provider_configuration.py index c1fb7a2d..f9253818 100644 --- a/tb_rest_client/models/models_pe/smpp_sms_provider_configuration.py +++ b/tb_rest_client/models/models_pe/smpp_sms_provider_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/sms_delivery_method_notification_template.py b/tb_rest_client/models/models_pe/sms_delivery_method_notification_template.py index a544099d..a8cd25fa 100644 --- a/tb_rest_client/models/models_pe/sms_delivery_method_notification_template.py +++ b/tb_rest_client/models/models_pe/sms_delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/sms_provider_configuration.py b/tb_rest_client/models/models_pe/sms_provider_configuration.py index 1d9c6f68..d60a33de 100644 --- a/tb_rest_client/models/models_pe/sms_provider_configuration.py +++ b/tb_rest_client/models/models_pe/sms_provider_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/sms_two_fa_account_config.py b/tb_rest_client/models/models_pe/sms_two_fa_account_config.py index 87dfef9a..9bf96c78 100644 --- a/tb_rest_client/models/models_pe/sms_two_fa_account_config.py +++ b/tb_rest_client/models/models_pe/sms_two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/sms_two_fa_provider_config.py b/tb_rest_client/models/models_pe/sms_two_fa_provider_config.py index 4ba5ec9e..bfb6ed08 100644 --- a/tb_rest_client/models/models_pe/sms_two_fa_provider_config.py +++ b/tb_rest_client/models/models_pe/sms_two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/snmp_communication_config.py b/tb_rest_client/models/models_pe/snmp_communication_config.py index 91412c0b..31ce853f 100644 --- a/tb_rest_client/models/models_pe/snmp_communication_config.py +++ b/tb_rest_client/models/models_pe/snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/snmp_device_profile_transport_configuration.py b/tb_rest_client/models/models_pe/snmp_device_profile_transport_configuration.py index f17d5b1d..b8da5b51 100644 --- a/tb_rest_client/models/models_pe/snmp_device_profile_transport_configuration.py +++ b/tb_rest_client/models/models_pe/snmp_device_profile_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/snmp_device_transport_configuration.py b/tb_rest_client/models/models_pe/snmp_device_transport_configuration.py index 9bc710c5..20bde4eb 100644 --- a/tb_rest_client/models/models_pe/snmp_device_transport_configuration.py +++ b/tb_rest_client/models/models_pe/snmp_device_transport_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/snmp_mapping.py b/tb_rest_client/models/models_pe/snmp_mapping.py index 15777bb8..58571649 100644 --- a/tb_rest_client/models/models_pe/snmp_mapping.py +++ b/tb_rest_client/models/models_pe/snmp_mapping.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/solution_install_response.py b/tb_rest_client/models/models_pe/solution_install_response.py index e705c640..acb33dc8 100644 --- a/tb_rest_client/models/models_pe/solution_install_response.py +++ b/tb_rest_client/models/models_pe/solution_install_response.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/specific_time_schedule.py b/tb_rest_client/models/models_pe/specific_time_schedule.py index 59c8e748..2c57b291 100644 --- a/tb_rest_client/models/models_pe/specific_time_schedule.py +++ b/tb_rest_client/models/models_pe/specific_time_schedule.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/starred_dashboard_info.py b/tb_rest_client/models/models_pe/starred_dashboard_info.py index d344db6c..efa50805 100644 --- a/tb_rest_client/models/models_pe/starred_dashboard_info.py +++ b/tb_rest_client/models/models_pe/starred_dashboard_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/state_entity_owner_filter.py b/tb_rest_client/models/models_pe/state_entity_owner_filter.py index 67a0be80..a9e0524e 100644 --- a/tb_rest_client/models/models_pe/state_entity_owner_filter.py +++ b/tb_rest_client/models/models_pe/state_entity_owner_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/statistics_event_filter.py b/tb_rest_client/models/models_pe/statistics_event_filter.py index 3001c0b9..1de44625 100644 --- a/tb_rest_client/models/models_pe/statistics_event_filter.py +++ b/tb_rest_client/models/models_pe/statistics_event_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/string_filter_predicate.py b/tb_rest_client/models/models_pe/string_filter_predicate.py index 33042a2b..61b692d6 100644 --- a/tb_rest_client/models/models_pe/string_filter_predicate.py +++ b/tb_rest_client/models/models_pe/string_filter_predicate.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/submit_strategy.py b/tb_rest_client/models/models_pe/submit_strategy.py index 0d0ebfb6..0b3706cd 100644 --- a/tb_rest_client/models/models_pe/submit_strategy.py +++ b/tb_rest_client/models/models_pe/submit_strategy.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/subscription_usage.py b/tb_rest_client/models/models_pe/subscription_usage.py index bf6f8ca9..2c5b3580 100644 --- a/tb_rest_client/models/models_pe/subscription_usage.py +++ b/tb_rest_client/models/models_pe/subscription_usage.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/system_administrators_filter.py b/tb_rest_client/models/models_pe/system_administrators_filter.py index 170051c3..795789af 100644 --- a/tb_rest_client/models/models_pe/system_administrators_filter.py +++ b/tb_rest_client/models/models_pe/system_administrators_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/system_info.py b/tb_rest_client/models/models_pe/system_info.py index 728937c6..ac5ca7f3 100644 --- a/tb_rest_client/models/models_pe/system_info.py +++ b/tb_rest_client/models/models_pe/system_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/system_info_data.py b/tb_rest_client/models/models_pe/system_info_data.py index e8b9ebfd..0067e392 100644 --- a/tb_rest_client/models/models_pe/system_info_data.py +++ b/tb_rest_client/models/models_pe/system_info_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tb_resource.py b/tb_rest_client/models/models_pe/tb_resource.py index 1fed4b5b..beeb6572 100644 --- a/tb_rest_client/models/models_pe/tb_resource.py +++ b/tb_rest_client/models/models_pe/tb_resource.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tb_resource_id.py b/tb_rest_client/models/models_pe/tb_resource_id.py index c4d2769a..16ac0e4b 100644 --- a/tb_rest_client/models/models_pe/tb_resource_id.py +++ b/tb_rest_client/models/models_pe/tb_resource_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tb_resource_info.py b/tb_rest_client/models/models_pe/tb_resource_info.py index 5bf70c91..beed8be5 100644 --- a/tb_rest_client/models/models_pe/tb_resource_info.py +++ b/tb_rest_client/models/models_pe/tb_resource_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/telemetry_entity_view.py b/tb_rest_client/models/models_pe/telemetry_entity_view.py index 37dc73cd..bd264843 100644 --- a/tb_rest_client/models/models_pe/telemetry_entity_view.py +++ b/tb_rest_client/models/models_pe/telemetry_entity_view.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/telemetry_mapping_configuration.py b/tb_rest_client/models/models_pe/telemetry_mapping_configuration.py index 7c0d0698..393d74dd 100644 --- a/tb_rest_client/models/models_pe/telemetry_mapping_configuration.py +++ b/tb_rest_client/models/models_pe/telemetry_mapping_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/telemetry_querying_snmp_communication_config.py b/tb_rest_client/models/models_pe/telemetry_querying_snmp_communication_config.py index 143947de..9e41084a 100644 --- a/tb_rest_client/models/models_pe/telemetry_querying_snmp_communication_config.py +++ b/tb_rest_client/models/models_pe/telemetry_querying_snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_administrators_filter.py b/tb_rest_client/models/models_pe/tenant_administrators_filter.py index 41071d00..68cf9b02 100644 --- a/tb_rest_client/models/models_pe/tenant_administrators_filter.py +++ b/tb_rest_client/models/models_pe/tenant_administrators_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_id.py b/tb_rest_client/models/models_pe/tenant_id.py index 4682483c..97106e5e 100644 --- a/tb_rest_client/models/models_pe/tenant_id.py +++ b/tb_rest_client/models/models_pe/tenant_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_profile_configuration.py b/tb_rest_client/models/models_pe/tenant_profile_configuration.py index f9dcbd85..3b9bb452 100644 --- a/tb_rest_client/models/models_pe/tenant_profile_configuration.py +++ b/tb_rest_client/models/models_pe/tenant_profile_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_profile_data.py b/tb_rest_client/models/models_pe/tenant_profile_data.py index 657f0c97..0d8bbe67 100644 --- a/tb_rest_client/models/models_pe/tenant_profile_data.py +++ b/tb_rest_client/models/models_pe/tenant_profile_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_profile_id.py b/tb_rest_client/models/models_pe/tenant_profile_id.py index 985f32b7..def17589 100644 --- a/tb_rest_client/models/models_pe/tenant_profile_id.py +++ b/tb_rest_client/models/models_pe/tenant_profile_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_profile_queue_configuration.py b/tb_rest_client/models/models_pe/tenant_profile_queue_configuration.py index b64cfb52..e8009dca 100644 --- a/tb_rest_client/models/models_pe/tenant_profile_queue_configuration.py +++ b/tb_rest_client/models/models_pe/tenant_profile_queue_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_solution_template_details.py b/tb_rest_client/models/models_pe/tenant_solution_template_details.py index 1612c587..dff6c1bf 100644 --- a/tb_rest_client/models/models_pe/tenant_solution_template_details.py +++ b/tb_rest_client/models/models_pe/tenant_solution_template_details.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_solution_template_info.py b/tb_rest_client/models/models_pe/tenant_solution_template_info.py index f50fdb19..e48998bd 100644 --- a/tb_rest_client/models/models_pe/tenant_solution_template_info.py +++ b/tb_rest_client/models/models_pe/tenant_solution_template_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/tenant_solution_template_instructions.py b/tb_rest_client/models/models_pe/tenant_solution_template_instructions.py index 1b628b3b..8c8169e7 100644 --- a/tb_rest_client/models/models_pe/tenant_solution_template_instructions.py +++ b/tb_rest_client/models/models_pe/tenant_solution_template_instructions.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/test_sms_request.py b/tb_rest_client/models/models_pe/test_sms_request.py index b1a71a30..5be2ec14 100644 --- a/tb_rest_client/models/models_pe/test_sms_request.py +++ b/tb_rest_client/models/models_pe/test_sms_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/thingsboard_credentials_expired_response.py b/tb_rest_client/models/models_pe/thingsboard_credentials_expired_response.py index 31141142..8203161b 100644 --- a/tb_rest_client/models/models_pe/thingsboard_credentials_expired_response.py +++ b/tb_rest_client/models/models_pe/thingsboard_credentials_expired_response.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/thingsboard_error_response.py b/tb_rest_client/models/models_pe/thingsboard_error_response.py index 73e42a17..64669519 100644 --- a/tb_rest_client/models/models_pe/thingsboard_error_response.py +++ b/tb_rest_client/models/models_pe/thingsboard_error_response.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/to_device_rpc_request_snmp_communication_config.py b/tb_rest_client/models/models_pe/to_device_rpc_request_snmp_communication_config.py index 81f29271..5715783d 100644 --- a/tb_rest_client/models/models_pe/to_device_rpc_request_snmp_communication_config.py +++ b/tb_rest_client/models/models_pe/to_device_rpc_request_snmp_communication_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/totp_two_fa_account_config.py b/tb_rest_client/models/models_pe/totp_two_fa_account_config.py index 937e5ea1..fc97a60c 100644 --- a/tb_rest_client/models/models_pe/totp_two_fa_account_config.py +++ b/tb_rest_client/models/models_pe/totp_two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/totp_two_fa_provider_config.py b/tb_rest_client/models/models_pe/totp_two_fa_provider_config.py index 4fdc28f1..9a7d2e0c 100644 --- a/tb_rest_client/models/models_pe/totp_two_fa_provider_config.py +++ b/tb_rest_client/models/models_pe/totp_two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/transport_payload_type_configuration.py b/tb_rest_client/models/models_pe/transport_payload_type_configuration.py index acda5cc0..2581ed60 100644 --- a/tb_rest_client/models/models_pe/transport_payload_type_configuration.py +++ b/tb_rest_client/models/models_pe/transport_payload_type_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/ts_value.py b/tb_rest_client/models/models_pe/ts_value.py index c12324cd..0aacd09b 100644 --- a/tb_rest_client/models/models_pe/ts_value.py +++ b/tb_rest_client/models/models_pe/ts_value.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/twilio_sms_provider_configuration.py b/tb_rest_client/models/models_pe/twilio_sms_provider_configuration.py index 5ecd076d..93b199a1 100644 --- a/tb_rest_client/models/models_pe/twilio_sms_provider_configuration.py +++ b/tb_rest_client/models/models_pe/twilio_sms_provider_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/two_fa_account_config.py b/tb_rest_client/models/models_pe/two_fa_account_config.py index 1e08cb59..3f122d32 100644 --- a/tb_rest_client/models/models_pe/two_fa_account_config.py +++ b/tb_rest_client/models/models_pe/two_fa_account_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/two_fa_account_config_update_request.py b/tb_rest_client/models/models_pe/two_fa_account_config_update_request.py index d02ce0ab..38c98b14 100644 --- a/tb_rest_client/models/models_pe/two_fa_account_config_update_request.py +++ b/tb_rest_client/models/models_pe/two_fa_account_config_update_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/two_fa_provider_config.py b/tb_rest_client/models/models_pe/two_fa_provider_config.py index 5880d9b6..d94f4281 100644 --- a/tb_rest_client/models/models_pe/two_fa_provider_config.py +++ b/tb_rest_client/models/models_pe/two_fa_provider_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/two_fa_provider_info.py b/tb_rest_client/models/models_pe/two_fa_provider_info.py index e3318626..3628b321 100644 --- a/tb_rest_client/models/models_pe/two_fa_provider_info.py +++ b/tb_rest_client/models/models_pe/two_fa_provider_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/update_message.py b/tb_rest_client/models/models_pe/update_message.py index 47b5f070..0aad87d1 100644 --- a/tb_rest_client/models/models_pe/update_message.py +++ b/tb_rest_client/models/models_pe/update_message.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user.py b/tb_rest_client/models/models_pe/user.py index 276d9ccb..03fa28b6 100644 --- a/tb_rest_client/models/models_pe/user.py +++ b/tb_rest_client/models/models_pe/user.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user_dashboards_info.py b/tb_rest_client/models/models_pe/user_dashboards_info.py index aae8bb8e..7a08fb43 100644 --- a/tb_rest_client/models/models_pe/user_dashboards_info.py +++ b/tb_rest_client/models/models_pe/user_dashboards_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user_email_info.py b/tb_rest_client/models/models_pe/user_email_info.py index 426a2c16..efa2db79 100644 --- a/tb_rest_client/models/models_pe/user_email_info.py +++ b/tb_rest_client/models/models_pe/user_email_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user_group_list_filter.py b/tb_rest_client/models/models_pe/user_group_list_filter.py index 3d21d0bd..0ba91dcb 100644 --- a/tb_rest_client/models/models_pe/user_group_list_filter.py +++ b/tb_rest_client/models/models_pe/user_group_list_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user_id.py b/tb_rest_client/models/models_pe/user_id.py index 2dafc0ab..594add08 100644 --- a/tb_rest_client/models/models_pe/user_id.py +++ b/tb_rest_client/models/models_pe/user_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user_info.py b/tb_rest_client/models/models_pe/user_info.py index e06b508e..840f5f4b 100644 --- a/tb_rest_client/models/models_pe/user_info.py +++ b/tb_rest_client/models/models_pe/user_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user_list_filter.py b/tb_rest_client/models/models_pe/user_list_filter.py index e0615d59..74207f90 100644 --- a/tb_rest_client/models/models_pe/user_list_filter.py +++ b/tb_rest_client/models/models_pe/user_list_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user_password_policy.py b/tb_rest_client/models/models_pe/user_password_policy.py index 574713ab..6558c6c1 100644 --- a/tb_rest_client/models/models_pe/user_password_policy.py +++ b/tb_rest_client/models/models_pe/user_password_policy.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/user_role_filter.py b/tb_rest_client/models/models_pe/user_role_filter.py index 7bd08c49..26306046 100644 --- a/tb_rest_client/models/models_pe/user_role_filter.py +++ b/tb_rest_client/models/models_pe/user_role_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/users_filter.py b/tb_rest_client/models/models_pe/users_filter.py index 71026654..ad1e5c82 100644 --- a/tb_rest_client/models/models_pe/users_filter.py +++ b/tb_rest_client/models/models_pe/users_filter.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/version_create_config.py b/tb_rest_client/models/models_pe/version_create_config.py index c9c73db5..d04fa00a 100644 --- a/tb_rest_client/models/models_pe/version_create_config.py +++ b/tb_rest_client/models/models_pe/version_create_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/version_create_request.py b/tb_rest_client/models/models_pe/version_create_request.py index f38fbd97..c3211580 100644 --- a/tb_rest_client/models/models_pe/version_create_request.py +++ b/tb_rest_client/models/models_pe/version_create_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/version_creation_result.py b/tb_rest_client/models/models_pe/version_creation_result.py index 1de42640..20df78fb 100644 --- a/tb_rest_client/models/models_pe/version_creation_result.py +++ b/tb_rest_client/models/models_pe/version_creation_result.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/version_load_config.py b/tb_rest_client/models/models_pe/version_load_config.py index f483190a..fb0529f2 100644 --- a/tb_rest_client/models/models_pe/version_load_config.py +++ b/tb_rest_client/models/models_pe/version_load_config.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/version_load_request.py b/tb_rest_client/models/models_pe/version_load_request.py index c0cd759f..a1239b23 100644 --- a/tb_rest_client/models/models_pe/version_load_request.py +++ b/tb_rest_client/models/models_pe/version_load_request.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/version_load_result.py b/tb_rest_client/models/models_pe/version_load_result.py index e97f0cd8..f21fdc24 100644 --- a/tb_rest_client/models/models_pe/version_load_result.py +++ b/tb_rest_client/models/models_pe/version_load_result.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/versioned_entity_info.py b/tb_rest_client/models/models_pe/versioned_entity_info.py index 884ff6a1..7ef82516 100644 --- a/tb_rest_client/models/models_pe/versioned_entity_info.py +++ b/tb_rest_client/models/models_pe/versioned_entity_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/web_delivery_method_notification_template.py b/tb_rest_client/models/models_pe/web_delivery_method_notification_template.py index 67eb3caa..6e407827 100644 --- a/tb_rest_client/models/models_pe/web_delivery_method_notification_template.py +++ b/tb_rest_client/models/models_pe/web_delivery_method_notification_template.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/white_labeling_params.py b/tb_rest_client/models/models_pe/white_labeling_params.py index a2e14d49..8cc0c21c 100644 --- a/tb_rest_client/models/models_pe/white_labeling_params.py +++ b/tb_rest_client/models/models_pe/white_labeling_params.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/widget_type_id.py b/tb_rest_client/models/models_pe/widget_type_id.py index 9c94284d..3afb09cf 100644 --- a/tb_rest_client/models/models_pe/widget_type_id.py +++ b/tb_rest_client/models/models_pe/widget_type_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/widget_type_info.py b/tb_rest_client/models/models_pe/widget_type_info.py index 44745f98..9cd3427f 100644 --- a/tb_rest_client/models/models_pe/widget_type_info.py +++ b/tb_rest_client/models/models_pe/widget_type_info.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/widgets_bundle_export_data.py b/tb_rest_client/models/models_pe/widgets_bundle_export_data.py index a836c638..8cefc9a9 100644 --- a/tb_rest_client/models/models_pe/widgets_bundle_export_data.py +++ b/tb_rest_client/models/models_pe/widgets_bundle_export_data.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/widgets_bundle_id.py b/tb_rest_client/models/models_pe/widgets_bundle_id.py index 37ffa1c5..7e91e2ff 100644 --- a/tb_rest_client/models/models_pe/widgets_bundle_id.py +++ b/tb_rest_client/models/models_pe/widgets_bundle_id.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/x509_certificate_chain_provision_configuration.py b/tb_rest_client/models/models_pe/x509_certificate_chain_provision_configuration.py index de82b417..880f9c7f 100644 --- a/tb_rest_client/models/models_pe/x509_certificate_chain_provision_configuration.py +++ b/tb_rest_client/models/models_pe/x509_certificate_chain_provision_configuration.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/models/models_pe/x509_lw_m2_m_bootstrap_server_credential.py b/tb_rest_client/models/models_pe/x509_lw_m2_m_bootstrap_server_credential.py index 69de3fa6..30531f79 100644 --- a/tb_rest_client/models/models_pe/x509_lw_m2_m_bootstrap_server_credential.py +++ b/tb_rest_client/models/models_pe/x509_lw_m2_m_bootstrap_server_credential.py @@ -10,6 +10,20 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git """ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import pprint import re # noqa: F401 diff --git a/tb_rest_client/rest.py b/tb_rest_client/rest.py index ce208d50..e7a990a1 100644 --- a/tb_rest_client/rest.py +++ b/tb_rest_client/rest.py @@ -1,4 +1,29 @@ -# coding: utf-8 +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + """ ThingsBoard REST API diff --git a/tb_rest_client/rest_client_base.py b/tb_rest_client/rest_client_base.py index abdb2035..12ab2d89 100644 --- a/tb_rest_client/rest_client_base.py +++ b/tb_rest_client/rest_client_base.py @@ -1,18 +1,17 @@ -# coding: utf-8 -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import jwt from time import time, sleep diff --git a/tb_rest_client/rest_client_ce.py b/tb_rest_client/rest_client_ce.py index 614ec738..1a8f799e 100644 --- a/tb_rest_client/rest_client_ce.py +++ b/tb_rest_client/rest_client_ce.py @@ -1,18 +1,17 @@ -# coding: utf-8 -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from tb_rest_client.rest_client_base import * diff --git a/tb_rest_client/rest_client_pe.py b/tb_rest_client/rest_client_pe.py index 8924393c..59daf637 100644 --- a/tb_rest_client/rest_client_pe.py +++ b/tb_rest_client/rest_client_pe.py @@ -1,18 +1,17 @@ -# coding: utf-8 -# Copyright 2020. ThingsBoard -# # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# # -# http://www.apache.org/licenses/LICENSE-2.0 -# # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2023. ThingsBoard # +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from tb_rest_client.rest_client_base import * from tb_rest_client.api.api_pe import * diff --git a/test/__init__.py b/test/__init__.py index e69de29b..51546460 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/test/tests.py b/test/tests.py index 557e4948..9dd3849b 100644 --- a/test/tests.py +++ b/test/tests.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import unittest diff --git a/test/tests_ce.py b/test/tests_ce.py index 94f90a94..d669ddfe 100644 --- a/test/tests_ce.py +++ b/test/tests_ce.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import unittest from tb_rest_client.rest_client_ce import * diff --git a/test/tests_pe.py b/test/tests_pe.py index 6234f12f..7ed1526b 100644 --- a/test/tests_pe.py +++ b/test/tests_pe.py @@ -1,3 +1,17 @@ +# Copyright 2023. ThingsBoard +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import unittest from tb_rest_client.rest_client_pe import *