From ca57388e722ab3f2bd4b7ff0368ce3f783254b81 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Fri, 11 Sep 2026 09:56:13 +0300 Subject: [PATCH] Update specs and clients for 4.3.1.5 --- ce/spec/openapi.json | 2 +- ce/tb_ce_client/api/admin_controller_api.py | 2 +- ce/tb_ce_client/api/ai_model_controller_api.py | 2 +- ce/tb_ce_client/api/alarm_comment_controller_api.py | 2 +- ce/tb_ce_client/api/alarm_controller_api.py | 2 +- ce/tb_ce_client/api/alarm_rule_controller_api.py | 2 +- ce/tb_ce_client/api/api_key_controller_api.py | 2 +- ce/tb_ce_client/api/asset_controller_api.py | 2 +- ce/tb_ce_client/api/asset_profile_controller_api.py | 2 +- ce/tb_ce_client/api/audit_log_controller_api.py | 2 +- ce/tb_ce_client/api/auth_controller_api.py | 2 +- ce/tb_ce_client/api/calculated_field_controller_api.py | 2 +- ce/tb_ce_client/api/component_descriptor_controller_api.py | 2 +- ce/tb_ce_client/api/customer_controller_api.py | 2 +- ce/tb_ce_client/api/dashboard_controller_api.py | 2 +- ce/tb_ce_client/api/device_connectivity_controller_api.py | 2 +- ce/tb_ce_client/api/device_controller_api.py | 2 +- ce/tb_ce_client/api/device_profile_controller_api.py | 2 +- ce/tb_ce_client/api/domain_controller_api.py | 2 +- ce/tb_ce_client/api/edge_controller_api.py | 2 +- ce/tb_ce_client/api/edge_event_controller_api.py | 2 +- .../api/entities_version_control_controller_api.py | 2 +- ce/tb_ce_client/api/entity_query_controller_api.py | 2 +- ce/tb_ce_client/api/entity_relation_controller_api.py | 2 +- ce/tb_ce_client/api/entity_view_controller_api.py | 2 +- ce/tb_ce_client/api/event_controller_api.py | 2 +- ce/tb_ce_client/api/image_controller_api.py | 2 +- ce/tb_ce_client/api/job_controller_api.py | 2 +- ce/tb_ce_client/api/login_endpoint_api.py | 2 +- ce/tb_ce_client/api/lwm2m_controller_api.py | 2 +- ce/tb_ce_client/api/mail_config_template_controller_api.py | 2 +- ce/tb_ce_client/api/mobile_app_bundle_controller_api.py | 2 +- ce/tb_ce_client/api/mobile_app_controller_api.py | 2 +- ce/tb_ce_client/api/notification_controller_api.py | 2 +- ce/tb_ce_client/api/notification_rule_controller_api.py | 2 +- ce/tb_ce_client/api/notification_target_controller_api.py | 2 +- ce/tb_ce_client/api/notification_template_controller_api.py | 2 +- ce/tb_ce_client/api/o_auth2_config_template_controller_api.py | 2 +- ce/tb_ce_client/api/o_auth2_controller_api.py | 2 +- ce/tb_ce_client/api/ota_package_controller_api.py | 2 +- ce/tb_ce_client/api/qr_code_settings_controller_api.py | 2 +- ce/tb_ce_client/api/queue_controller_api.py | 2 +- ce/tb_ce_client/api/queue_stats_controller_api.py | 2 +- ce/tb_ce_client/api/rpc_v1_controller_api.py | 2 +- ce/tb_ce_client/api/rpc_v2_controller_api.py | 2 +- ce/tb_ce_client/api/rule_chain_controller_api.py | 2 +- ce/tb_ce_client/api/rule_engine_controller_api.py | 2 +- ce/tb_ce_client/api/tb_resource_controller_api.py | 2 +- ce/tb_ce_client/api/telemetry_controller_api.py | 2 +- ce/tb_ce_client/api/tenant_controller_api.py | 2 +- ce/tb_ce_client/api/tenant_profile_controller_api.py | 2 +- ce/tb_ce_client/api/trendz_controller_api.py | 2 +- ce/tb_ce_client/api/two_factor_auth_config_controller_api.py | 2 +- ce/tb_ce_client/api/two_factor_auth_controller_api.py | 2 +- ce/tb_ce_client/api/ui_settings_controller_api.py | 2 +- ce/tb_ce_client/api/usage_info_controller_api.py | 2 +- ce/tb_ce_client/api/user_controller_api.py | 2 +- ce/tb_ce_client/api/widget_type_controller_api.py | 2 +- ce/tb_ce_client/api/widgets_bundle_controller_api.py | 2 +- ce/tb_ce_client/api_client.py | 2 +- ce/tb_ce_client/configuration.py | 4 ++-- ce/tb_ce_client/exceptions.py | 2 +- paas/spec/openapi.json | 2 +- paas/tb_paas_client/api/admin_controller_api.py | 2 +- paas/tb_paas_client/api/ai_chat_controller_api.py | 2 +- paas/tb_paas_client/api/ai_device_dashboard_controller_api.py | 2 +- paas/tb_paas_client/api/ai_model_controller_api.py | 2 +- paas/tb_paas_client/api/ai_solution_controller_api.py | 2 +- paas/tb_paas_client/api/ai_tool_controller_api.py | 2 +- paas/tb_paas_client/api/alarm_comment_controller_api.py | 2 +- paas/tb_paas_client/api/alarm_controller_api.py | 2 +- paas/tb_paas_client/api/alarm_rule_controller_api.py | 2 +- paas/tb_paas_client/api/api_key_controller_api.py | 2 +- paas/tb_paas_client/api/asset_controller_api.py | 2 +- paas/tb_paas_client/api/asset_profile_controller_api.py | 2 +- paas/tb_paas_client/api/audit_log_controller_api.py | 2 +- paas/tb_paas_client/api/auth_controller_api.py | 2 +- paas/tb_paas_client/api/billing_endpoint_controller_api.py | 2 +- paas/tb_paas_client/api/blob_entity_controller_api.py | 2 +- paas/tb_paas_client/api/calculated_field_controller_api.py | 2 +- paas/tb_paas_client/api/cloud_endpoint_controller_api.py | 2 +- .../tb_paas_client/api/component_descriptor_controller_api.py | 2 +- paas/tb_paas_client/api/converter_controller_api.py | 2 +- paas/tb_paas_client/api/converter_library_controller_api.py | 2 +- paas/tb_paas_client/api/custom_menu_controller_api.py | 2 +- paas/tb_paas_client/api/custom_translation_controller_api.py | 2 +- paas/tb_paas_client/api/customer_controller_api.py | 2 +- paas/tb_paas_client/api/dashboard_controller_api.py | 2 +- paas/tb_paas_client/api/dashboard_report_controller_api.py | 2 +- paas/tb_paas_client/api/device_connectivity_controller_api.py | 2 +- paas/tb_paas_client/api/device_controller_api.py | 2 +- .../api/device_group_ota_package_controller_api.py | 2 +- paas/tb_paas_client/api/device_profile_controller_api.py | 2 +- paas/tb_paas_client/api/domain_controller_api.py | 2 +- paas/tb_paas_client/api/edge_controller_api.py | 2 +- paas/tb_paas_client/api/edge_event_controller_api.py | 2 +- .../api/entities_version_control_controller_api.py | 2 +- paas/tb_paas_client/api/entity_group_controller_api.py | 2 +- paas/tb_paas_client/api/entity_query_controller_api.py | 2 +- paas/tb_paas_client/api/entity_relation_controller_api.py | 2 +- paas/tb_paas_client/api/entity_view_controller_api.py | 2 +- paas/tb_paas_client/api/event_controller_api.py | 2 +- paas/tb_paas_client/api/group_permission_controller_api.py | 2 +- paas/tb_paas_client/api/image_controller_api.py | 2 +- paas/tb_paas_client/api/integration_controller_api.py | 2 +- paas/tb_paas_client/api/job_controller_api.py | 2 +- paas/tb_paas_client/api/login_endpoint_api.py | 2 +- paas/tb_paas_client/api/lwm2m_controller_api.py | 2 +- .../tb_paas_client/api/mail_config_template_controller_api.py | 2 +- paas/tb_paas_client/api/mobile_app_bundle_controller_api.py | 2 +- paas/tb_paas_client/api/mobile_app_controller_api.py | 2 +- paas/tb_paas_client/api/notification_controller_api.py | 2 +- paas/tb_paas_client/api/notification_rule_controller_api.py | 2 +- paas/tb_paas_client/api/notification_target_controller_api.py | 2 +- .../api/notification_template_controller_api.py | 2 +- .../api/o_auth2_config_template_controller_api.py | 2 +- paas/tb_paas_client/api/o_auth2_controller_api.py | 2 +- paas/tb_paas_client/api/ota_package_controller_api.py | 2 +- paas/tb_paas_client/api/owner_controller_api.py | 2 +- paas/tb_paas_client/api/qr_code_settings_controller_api.py | 2 +- paas/tb_paas_client/api/queue_controller_api.py | 2 +- paas/tb_paas_client/api/queue_stats_controller_api.py | 2 +- paas/tb_paas_client/api/report_controller_api.py | 2 +- paas/tb_paas_client/api/report_template_controller_api.py | 2 +- paas/tb_paas_client/api/role_controller_api.py | 2 +- paas/tb_paas_client/api/rpc_v1_controller_api.py | 2 +- paas/tb_paas_client/api/rpc_v2_controller_api.py | 2 +- paas/tb_paas_client/api/rule_chain_controller_api.py | 2 +- paas/tb_paas_client/api/rule_engine_controller_api.py | 2 +- paas/tb_paas_client/api/scheduler_event_controller_api.py | 2 +- paas/tb_paas_client/api/secret_controller_api.py | 2 +- paas/tb_paas_client/api/self_registration_controller_api.py | 2 +- paas/tb_paas_client/api/sign_up_controller_api.py | 2 +- .../api/solution_export_import_controller_api.py | 2 +- paas/tb_paas_client/api/subscription_controller_api.py | 2 +- paas/tb_paas_client/api/tb_resource_controller_api.py | 2 +- paas/tb_paas_client/api/telemetry_controller_api.py | 2 +- paas/tb_paas_client/api/tenant_controller_api.py | 2 +- paas/tb_paas_client/api/tenant_profile_controller_api.py | 2 +- paas/tb_paas_client/api/translation_controller_api.py | 2 +- paas/tb_paas_client/api/trendz_api_controller_api.py | 2 +- paas/tb_paas_client/api/trendz_controller_api.py | 2 +- .../api/two_factor_auth_config_controller_api.py | 2 +- paas/tb_paas_client/api/two_factor_auth_controller_api.py | 2 +- paas/tb_paas_client/api/ui_settings_controller_api.py | 2 +- paas/tb_paas_client/api/usage_info_controller_api.py | 2 +- paas/tb_paas_client/api/user_controller_api.py | 2 +- paas/tb_paas_client/api/user_permissions_controller_api.py | 2 +- paas/tb_paas_client/api/white_labeling_controller_api.py | 2 +- paas/tb_paas_client/api/widget_type_controller_api.py | 2 +- paas/tb_paas_client/api/widgets_bundle_controller_api.py | 2 +- paas/tb_paas_client/api_client.py | 2 +- paas/tb_paas_client/configuration.py | 4 ++-- paas/tb_paas_client/exceptions.py | 2 +- pe/spec/openapi.json | 2 +- pe/tb_pe_client/api/admin_controller_api.py | 2 +- pe/tb_pe_client/api/ai_chat_controller_api.py | 2 +- pe/tb_pe_client/api/ai_device_dashboard_controller_api.py | 2 +- pe/tb_pe_client/api/ai_model_controller_api.py | 2 +- pe/tb_pe_client/api/ai_solution_controller_api.py | 2 +- pe/tb_pe_client/api/ai_tool_controller_api.py | 2 +- pe/tb_pe_client/api/alarm_comment_controller_api.py | 2 +- pe/tb_pe_client/api/alarm_controller_api.py | 2 +- pe/tb_pe_client/api/alarm_rule_controller_api.py | 2 +- pe/tb_pe_client/api/api_key_controller_api.py | 2 +- pe/tb_pe_client/api/asset_controller_api.py | 2 +- pe/tb_pe_client/api/asset_profile_controller_api.py | 2 +- pe/tb_pe_client/api/audit_log_controller_api.py | 2 +- pe/tb_pe_client/api/auth_controller_api.py | 2 +- pe/tb_pe_client/api/blob_entity_controller_api.py | 2 +- pe/tb_pe_client/api/calculated_field_controller_api.py | 2 +- pe/tb_pe_client/api/component_descriptor_controller_api.py | 2 +- pe/tb_pe_client/api/converter_controller_api.py | 2 +- pe/tb_pe_client/api/converter_library_controller_api.py | 2 +- pe/tb_pe_client/api/custom_menu_controller_api.py | 2 +- pe/tb_pe_client/api/custom_translation_controller_api.py | 2 +- pe/tb_pe_client/api/customer_controller_api.py | 2 +- pe/tb_pe_client/api/dashboard_controller_api.py | 2 +- pe/tb_pe_client/api/dashboard_report_controller_api.py | 2 +- pe/tb_pe_client/api/device_connectivity_controller_api.py | 2 +- pe/tb_pe_client/api/device_controller_api.py | 2 +- .../api/device_group_ota_package_controller_api.py | 2 +- pe/tb_pe_client/api/device_profile_controller_api.py | 2 +- pe/tb_pe_client/api/domain_controller_api.py | 2 +- pe/tb_pe_client/api/edge_controller_api.py | 2 +- pe/tb_pe_client/api/edge_event_controller_api.py | 2 +- .../api/entities_version_control_controller_api.py | 2 +- pe/tb_pe_client/api/entity_group_controller_api.py | 2 +- pe/tb_pe_client/api/entity_query_controller_api.py | 2 +- pe/tb_pe_client/api/entity_relation_controller_api.py | 2 +- pe/tb_pe_client/api/entity_view_controller_api.py | 2 +- pe/tb_pe_client/api/event_controller_api.py | 2 +- pe/tb_pe_client/api/group_permission_controller_api.py | 2 +- pe/tb_pe_client/api/image_controller_api.py | 2 +- pe/tb_pe_client/api/integration_controller_api.py | 2 +- pe/tb_pe_client/api/job_controller_api.py | 2 +- pe/tb_pe_client/api/login_endpoint_api.py | 2 +- pe/tb_pe_client/api/lwm2m_controller_api.py | 2 +- pe/tb_pe_client/api/mail_config_template_controller_api.py | 2 +- pe/tb_pe_client/api/mobile_app_bundle_controller_api.py | 2 +- pe/tb_pe_client/api/mobile_app_controller_api.py | 2 +- pe/tb_pe_client/api/notification_controller_api.py | 2 +- pe/tb_pe_client/api/notification_rule_controller_api.py | 2 +- pe/tb_pe_client/api/notification_target_controller_api.py | 2 +- pe/tb_pe_client/api/notification_template_controller_api.py | 2 +- pe/tb_pe_client/api/o_auth2_config_template_controller_api.py | 2 +- pe/tb_pe_client/api/o_auth2_controller_api.py | 2 +- pe/tb_pe_client/api/ota_package_controller_api.py | 2 +- pe/tb_pe_client/api/owner_controller_api.py | 2 +- pe/tb_pe_client/api/qr_code_settings_controller_api.py | 2 +- pe/tb_pe_client/api/queue_controller_api.py | 2 +- pe/tb_pe_client/api/queue_stats_controller_api.py | 2 +- pe/tb_pe_client/api/report_controller_api.py | 2 +- pe/tb_pe_client/api/report_template_controller_api.py | 2 +- pe/tb_pe_client/api/role_controller_api.py | 2 +- pe/tb_pe_client/api/rpc_v1_controller_api.py | 2 +- pe/tb_pe_client/api/rpc_v2_controller_api.py | 2 +- pe/tb_pe_client/api/rule_chain_controller_api.py | 2 +- pe/tb_pe_client/api/rule_engine_controller_api.py | 2 +- pe/tb_pe_client/api/scheduler_event_controller_api.py | 2 +- pe/tb_pe_client/api/secret_controller_api.py | 2 +- pe/tb_pe_client/api/self_registration_controller_api.py | 2 +- pe/tb_pe_client/api/sign_up_controller_api.py | 2 +- pe/tb_pe_client/api/solution_export_import_controller_api.py | 2 +- pe/tb_pe_client/api/tb_resource_controller_api.py | 2 +- pe/tb_pe_client/api/telemetry_controller_api.py | 2 +- pe/tb_pe_client/api/tenant_controller_api.py | 2 +- pe/tb_pe_client/api/tenant_profile_controller_api.py | 2 +- pe/tb_pe_client/api/translation_controller_api.py | 2 +- pe/tb_pe_client/api/trendz_api_controller_api.py | 2 +- pe/tb_pe_client/api/trendz_controller_api.py | 2 +- pe/tb_pe_client/api/two_factor_auth_config_controller_api.py | 2 +- pe/tb_pe_client/api/two_factor_auth_controller_api.py | 2 +- pe/tb_pe_client/api/ui_settings_controller_api.py | 2 +- pe/tb_pe_client/api/usage_info_controller_api.py | 2 +- pe/tb_pe_client/api/user_controller_api.py | 2 +- pe/tb_pe_client/api/user_permissions_controller_api.py | 2 +- pe/tb_pe_client/api/white_labeling_controller_api.py | 2 +- pe/tb_pe_client/api/widget_type_controller_api.py | 2 +- pe/tb_pe_client/api/widgets_bundle_controller_api.py | 2 +- pe/tb_pe_client/api_client.py | 2 +- pe/tb_pe_client/configuration.py | 4 ++-- pe/tb_pe_client/exceptions.py | 2 +- 243 files changed, 246 insertions(+), 246 deletions(-) diff --git a/ce/spec/openapi.json b/ce/spec/openapi.json index d2cb6930..badd8830 100644 --- a/ce/spec/openapi.json +++ b/ce/spec/openapi.json @@ -12,7 +12,7 @@ "name": "Apache License Version 2.0", "url": "https://github.com/thingsboard/thingsboard/blob/master/LICENSE" }, - "version": "4.3.1.4" + "version": "4.3.1.5" }, "servers": [ { diff --git a/ce/tb_ce_client/api/admin_controller_api.py b/ce/tb_ce_client/api/admin_controller_api.py index 0643c5dc..c00fdb7b 100644 --- a/ce/tb_ce_client/api/admin_controller_api.py +++ b/ce/tb_ce_client/api/admin_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/ai_model_controller_api.py b/ce/tb_ce_client/api/ai_model_controller_api.py index b37a251f..a92b4427 100644 --- a/ce/tb_ce_client/api/ai_model_controller_api.py +++ b/ce/tb_ce_client/api/ai_model_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/alarm_comment_controller_api.py b/ce/tb_ce_client/api/alarm_comment_controller_api.py index b05c98a3..dbeda51c 100644 --- a/ce/tb_ce_client/api/alarm_comment_controller_api.py +++ b/ce/tb_ce_client/api/alarm_comment_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/alarm_controller_api.py b/ce/tb_ce_client/api/alarm_controller_api.py index 9b2ccc90..3fd7adc2 100644 --- a/ce/tb_ce_client/api/alarm_controller_api.py +++ b/ce/tb_ce_client/api/alarm_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/alarm_rule_controller_api.py b/ce/tb_ce_client/api/alarm_rule_controller_api.py index b8e7372a..71e91462 100644 --- a/ce/tb_ce_client/api/alarm_rule_controller_api.py +++ b/ce/tb_ce_client/api/alarm_rule_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/api_key_controller_api.py b/ce/tb_ce_client/api/api_key_controller_api.py index 64c753ff..679392fe 100644 --- a/ce/tb_ce_client/api/api_key_controller_api.py +++ b/ce/tb_ce_client/api/api_key_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/asset_controller_api.py b/ce/tb_ce_client/api/asset_controller_api.py index 1b018129..8eebc131 100644 --- a/ce/tb_ce_client/api/asset_controller_api.py +++ b/ce/tb_ce_client/api/asset_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/asset_profile_controller_api.py b/ce/tb_ce_client/api/asset_profile_controller_api.py index 55f1e8d4..e695c7e8 100644 --- a/ce/tb_ce_client/api/asset_profile_controller_api.py +++ b/ce/tb_ce_client/api/asset_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/audit_log_controller_api.py b/ce/tb_ce_client/api/audit_log_controller_api.py index 7a953639..b4f8e3c0 100644 --- a/ce/tb_ce_client/api/audit_log_controller_api.py +++ b/ce/tb_ce_client/api/audit_log_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/auth_controller_api.py b/ce/tb_ce_client/api/auth_controller_api.py index 2d0f8e96..9da1971a 100644 --- a/ce/tb_ce_client/api/auth_controller_api.py +++ b/ce/tb_ce_client/api/auth_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/calculated_field_controller_api.py b/ce/tb_ce_client/api/calculated_field_controller_api.py index 6b8ef23a..cc55733d 100644 --- a/ce/tb_ce_client/api/calculated_field_controller_api.py +++ b/ce/tb_ce_client/api/calculated_field_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/component_descriptor_controller_api.py b/ce/tb_ce_client/api/component_descriptor_controller_api.py index e153fb0b..3ebfae24 100644 --- a/ce/tb_ce_client/api/component_descriptor_controller_api.py +++ b/ce/tb_ce_client/api/component_descriptor_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/customer_controller_api.py b/ce/tb_ce_client/api/customer_controller_api.py index 9c593258..c714cc22 100644 --- a/ce/tb_ce_client/api/customer_controller_api.py +++ b/ce/tb_ce_client/api/customer_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/dashboard_controller_api.py b/ce/tb_ce_client/api/dashboard_controller_api.py index 2f43a97c..942ff0f4 100644 --- a/ce/tb_ce_client/api/dashboard_controller_api.py +++ b/ce/tb_ce_client/api/dashboard_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/device_connectivity_controller_api.py b/ce/tb_ce_client/api/device_connectivity_controller_api.py index 3e4501ea..49ed2de3 100644 --- a/ce/tb_ce_client/api/device_connectivity_controller_api.py +++ b/ce/tb_ce_client/api/device_connectivity_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/device_controller_api.py b/ce/tb_ce_client/api/device_controller_api.py index 09d8596d..0103fc34 100644 --- a/ce/tb_ce_client/api/device_controller_api.py +++ b/ce/tb_ce_client/api/device_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/device_profile_controller_api.py b/ce/tb_ce_client/api/device_profile_controller_api.py index 885e54d3..2c485d10 100644 --- a/ce/tb_ce_client/api/device_profile_controller_api.py +++ b/ce/tb_ce_client/api/device_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/domain_controller_api.py b/ce/tb_ce_client/api/domain_controller_api.py index 24a3206c..6e1a5246 100644 --- a/ce/tb_ce_client/api/domain_controller_api.py +++ b/ce/tb_ce_client/api/domain_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/edge_controller_api.py b/ce/tb_ce_client/api/edge_controller_api.py index 1b0f7467..8bdc0ae6 100644 --- a/ce/tb_ce_client/api/edge_controller_api.py +++ b/ce/tb_ce_client/api/edge_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/edge_event_controller_api.py b/ce/tb_ce_client/api/edge_event_controller_api.py index 76e30f77..4acc277b 100644 --- a/ce/tb_ce_client/api/edge_event_controller_api.py +++ b/ce/tb_ce_client/api/edge_event_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/entities_version_control_controller_api.py b/ce/tb_ce_client/api/entities_version_control_controller_api.py index e4c1b9f8..a6022058 100644 --- a/ce/tb_ce_client/api/entities_version_control_controller_api.py +++ b/ce/tb_ce_client/api/entities_version_control_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/entity_query_controller_api.py b/ce/tb_ce_client/api/entity_query_controller_api.py index b3b0dcd6..a64dfef5 100644 --- a/ce/tb_ce_client/api/entity_query_controller_api.py +++ b/ce/tb_ce_client/api/entity_query_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/entity_relation_controller_api.py b/ce/tb_ce_client/api/entity_relation_controller_api.py index 2457d292..3e579814 100644 --- a/ce/tb_ce_client/api/entity_relation_controller_api.py +++ b/ce/tb_ce_client/api/entity_relation_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/entity_view_controller_api.py b/ce/tb_ce_client/api/entity_view_controller_api.py index 7d3798f4..073b99d9 100644 --- a/ce/tb_ce_client/api/entity_view_controller_api.py +++ b/ce/tb_ce_client/api/entity_view_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/event_controller_api.py b/ce/tb_ce_client/api/event_controller_api.py index 941d11aa..6b1a0e68 100644 --- a/ce/tb_ce_client/api/event_controller_api.py +++ b/ce/tb_ce_client/api/event_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/image_controller_api.py b/ce/tb_ce_client/api/image_controller_api.py index 718f12da..1290ae43 100644 --- a/ce/tb_ce_client/api/image_controller_api.py +++ b/ce/tb_ce_client/api/image_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/job_controller_api.py b/ce/tb_ce_client/api/job_controller_api.py index 0661fade..e95fe751 100644 --- a/ce/tb_ce_client/api/job_controller_api.py +++ b/ce/tb_ce_client/api/job_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/login_endpoint_api.py b/ce/tb_ce_client/api/login_endpoint_api.py index 7136078e..2f4a7f55 100644 --- a/ce/tb_ce_client/api/login_endpoint_api.py +++ b/ce/tb_ce_client/api/login_endpoint_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/lwm2m_controller_api.py b/ce/tb_ce_client/api/lwm2m_controller_api.py index d89b16a0..738d9674 100644 --- a/ce/tb_ce_client/api/lwm2m_controller_api.py +++ b/ce/tb_ce_client/api/lwm2m_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/mail_config_template_controller_api.py b/ce/tb_ce_client/api/mail_config_template_controller_api.py index 055620b2..32e05144 100644 --- a/ce/tb_ce_client/api/mail_config_template_controller_api.py +++ b/ce/tb_ce_client/api/mail_config_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/mobile_app_bundle_controller_api.py b/ce/tb_ce_client/api/mobile_app_bundle_controller_api.py index 165795ff..26d978bc 100644 --- a/ce/tb_ce_client/api/mobile_app_bundle_controller_api.py +++ b/ce/tb_ce_client/api/mobile_app_bundle_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/mobile_app_controller_api.py b/ce/tb_ce_client/api/mobile_app_controller_api.py index c73275e7..0351a650 100644 --- a/ce/tb_ce_client/api/mobile_app_controller_api.py +++ b/ce/tb_ce_client/api/mobile_app_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/notification_controller_api.py b/ce/tb_ce_client/api/notification_controller_api.py index 848ba69b..176d8e7a 100644 --- a/ce/tb_ce_client/api/notification_controller_api.py +++ b/ce/tb_ce_client/api/notification_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/notification_rule_controller_api.py b/ce/tb_ce_client/api/notification_rule_controller_api.py index 886edb49..6b587136 100644 --- a/ce/tb_ce_client/api/notification_rule_controller_api.py +++ b/ce/tb_ce_client/api/notification_rule_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/notification_target_controller_api.py b/ce/tb_ce_client/api/notification_target_controller_api.py index 2fa3caea..81698b18 100644 --- a/ce/tb_ce_client/api/notification_target_controller_api.py +++ b/ce/tb_ce_client/api/notification_target_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/notification_template_controller_api.py b/ce/tb_ce_client/api/notification_template_controller_api.py index 8b5e6789..e1d8e5fd 100644 --- a/ce/tb_ce_client/api/notification_template_controller_api.py +++ b/ce/tb_ce_client/api/notification_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/o_auth2_config_template_controller_api.py b/ce/tb_ce_client/api/o_auth2_config_template_controller_api.py index c5862f08..28596da4 100644 --- a/ce/tb_ce_client/api/o_auth2_config_template_controller_api.py +++ b/ce/tb_ce_client/api/o_auth2_config_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/o_auth2_controller_api.py b/ce/tb_ce_client/api/o_auth2_controller_api.py index 68c201da..c11768d7 100644 --- a/ce/tb_ce_client/api/o_auth2_controller_api.py +++ b/ce/tb_ce_client/api/o_auth2_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/ota_package_controller_api.py b/ce/tb_ce_client/api/ota_package_controller_api.py index e29f0e66..395eca7b 100644 --- a/ce/tb_ce_client/api/ota_package_controller_api.py +++ b/ce/tb_ce_client/api/ota_package_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/qr_code_settings_controller_api.py b/ce/tb_ce_client/api/qr_code_settings_controller_api.py index 404839b5..1714f8bd 100644 --- a/ce/tb_ce_client/api/qr_code_settings_controller_api.py +++ b/ce/tb_ce_client/api/qr_code_settings_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/queue_controller_api.py b/ce/tb_ce_client/api/queue_controller_api.py index 3f249a6f..3dbc3168 100644 --- a/ce/tb_ce_client/api/queue_controller_api.py +++ b/ce/tb_ce_client/api/queue_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/queue_stats_controller_api.py b/ce/tb_ce_client/api/queue_stats_controller_api.py index ca0b4b36..c187db56 100644 --- a/ce/tb_ce_client/api/queue_stats_controller_api.py +++ b/ce/tb_ce_client/api/queue_stats_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/rpc_v1_controller_api.py b/ce/tb_ce_client/api/rpc_v1_controller_api.py index 0d840369..53de7855 100644 --- a/ce/tb_ce_client/api/rpc_v1_controller_api.py +++ b/ce/tb_ce_client/api/rpc_v1_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/rpc_v2_controller_api.py b/ce/tb_ce_client/api/rpc_v2_controller_api.py index 8cf89e70..8342f3e1 100644 --- a/ce/tb_ce_client/api/rpc_v2_controller_api.py +++ b/ce/tb_ce_client/api/rpc_v2_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/rule_chain_controller_api.py b/ce/tb_ce_client/api/rule_chain_controller_api.py index 978f4dcb..1bcdb3b9 100644 --- a/ce/tb_ce_client/api/rule_chain_controller_api.py +++ b/ce/tb_ce_client/api/rule_chain_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/rule_engine_controller_api.py b/ce/tb_ce_client/api/rule_engine_controller_api.py index fc66647f..c605d18d 100644 --- a/ce/tb_ce_client/api/rule_engine_controller_api.py +++ b/ce/tb_ce_client/api/rule_engine_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/tb_resource_controller_api.py b/ce/tb_ce_client/api/tb_resource_controller_api.py index 10f4436b..43ac6353 100644 --- a/ce/tb_ce_client/api/tb_resource_controller_api.py +++ b/ce/tb_ce_client/api/tb_resource_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/telemetry_controller_api.py b/ce/tb_ce_client/api/telemetry_controller_api.py index d4a85a85..39139f55 100644 --- a/ce/tb_ce_client/api/telemetry_controller_api.py +++ b/ce/tb_ce_client/api/telemetry_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/tenant_controller_api.py b/ce/tb_ce_client/api/tenant_controller_api.py index db2422ce..7e41e583 100644 --- a/ce/tb_ce_client/api/tenant_controller_api.py +++ b/ce/tb_ce_client/api/tenant_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/tenant_profile_controller_api.py b/ce/tb_ce_client/api/tenant_profile_controller_api.py index 35ad20aa..26a65739 100644 --- a/ce/tb_ce_client/api/tenant_profile_controller_api.py +++ b/ce/tb_ce_client/api/tenant_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/trendz_controller_api.py b/ce/tb_ce_client/api/trendz_controller_api.py index 19e43fbb..6150abc0 100644 --- a/ce/tb_ce_client/api/trendz_controller_api.py +++ b/ce/tb_ce_client/api/trendz_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/two_factor_auth_config_controller_api.py b/ce/tb_ce_client/api/two_factor_auth_config_controller_api.py index 991fbd0a..8a50e731 100644 --- a/ce/tb_ce_client/api/two_factor_auth_config_controller_api.py +++ b/ce/tb_ce_client/api/two_factor_auth_config_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/two_factor_auth_controller_api.py b/ce/tb_ce_client/api/two_factor_auth_controller_api.py index 9e9e3165..4f15c3f7 100644 --- a/ce/tb_ce_client/api/two_factor_auth_controller_api.py +++ b/ce/tb_ce_client/api/two_factor_auth_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/ui_settings_controller_api.py b/ce/tb_ce_client/api/ui_settings_controller_api.py index 1e6b9d6e..c0abac71 100644 --- a/ce/tb_ce_client/api/ui_settings_controller_api.py +++ b/ce/tb_ce_client/api/ui_settings_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/usage_info_controller_api.py b/ce/tb_ce_client/api/usage_info_controller_api.py index 6e84dcfe..1a027766 100644 --- a/ce/tb_ce_client/api/usage_info_controller_api.py +++ b/ce/tb_ce_client/api/usage_info_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/user_controller_api.py b/ce/tb_ce_client/api/user_controller_api.py index b35a15e7..40412bfe 100644 --- a/ce/tb_ce_client/api/user_controller_api.py +++ b/ce/tb_ce_client/api/user_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/widget_type_controller_api.py b/ce/tb_ce_client/api/widget_type_controller_api.py index 13207355..d8f32c8d 100644 --- a/ce/tb_ce_client/api/widget_type_controller_api.py +++ b/ce/tb_ce_client/api/widget_type_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api/widgets_bundle_controller_api.py b/ce/tb_ce_client/api/widgets_bundle_controller_api.py index fcf687d4..dfa98f14 100644 --- a/ce/tb_ce_client/api/widgets_bundle_controller_api.py +++ b/ce/tb_ce_client/api/widgets_bundle_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/api_client.py b/ce/tb_ce_client/api_client.py index da135267..a8cbd427 100644 --- a/ce/tb_ce_client/api_client.py +++ b/ce/tb_ce_client/api_client.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ce/tb_ce_client/configuration.py b/ce/tb_ce_client/configuration.py index 53f85a7d..ff741a47 100644 --- a/ce/tb_ce_client/configuration.py +++ b/ce/tb_ce_client/configuration.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -549,7 +549,7 @@ def to_debug_report(self) -> str: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 4.3.1.4\n"\ + "Version of the API: 4.3.1.5\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/ce/tb_ce_client/exceptions.py b/ce/tb_ce_client/exceptions.py index e3cb9fa8..9dd8dbac 100644 --- a/ce/tb_ce_client/exceptions.py +++ b/ce/tb_ce_client/exceptions.py @@ -18,7 +18,7 @@ ThingsBoard open-source IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4 + The version of the OpenAPI document: 4.3.1.5 Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/spec/openapi.json b/paas/spec/openapi.json index b5fdbc77..1d7cbaff 100644 --- a/paas/spec/openapi.json +++ b/paas/spec/openapi.json @@ -12,7 +12,7 @@ "name": "Apache License Version 2.0", "url": "https://github.com/thingsboard/thingsboard/blob/master/LICENSE" }, - "version": "4.3.1.4.0PAAS" + "version": "4.3.1.5.0PAAS" }, "servers": [ { diff --git a/paas/tb_paas_client/api/admin_controller_api.py b/paas/tb_paas_client/api/admin_controller_api.py index 88d35487..bde1de1c 100644 --- a/paas/tb_paas_client/api/admin_controller_api.py +++ b/paas/tb_paas_client/api/admin_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/ai_chat_controller_api.py b/paas/tb_paas_client/api/ai_chat_controller_api.py index 5eca6d53..04f7218a 100644 --- a/paas/tb_paas_client/api/ai_chat_controller_api.py +++ b/paas/tb_paas_client/api/ai_chat_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/ai_device_dashboard_controller_api.py b/paas/tb_paas_client/api/ai_device_dashboard_controller_api.py index d2a3a4b7..73339b9d 100644 --- a/paas/tb_paas_client/api/ai_device_dashboard_controller_api.py +++ b/paas/tb_paas_client/api/ai_device_dashboard_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/ai_model_controller_api.py b/paas/tb_paas_client/api/ai_model_controller_api.py index 7496d564..53348852 100644 --- a/paas/tb_paas_client/api/ai_model_controller_api.py +++ b/paas/tb_paas_client/api/ai_model_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/ai_solution_controller_api.py b/paas/tb_paas_client/api/ai_solution_controller_api.py index 30fd092e..6a8d1c10 100644 --- a/paas/tb_paas_client/api/ai_solution_controller_api.py +++ b/paas/tb_paas_client/api/ai_solution_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/ai_tool_controller_api.py b/paas/tb_paas_client/api/ai_tool_controller_api.py index de549040..246d1792 100644 --- a/paas/tb_paas_client/api/ai_tool_controller_api.py +++ b/paas/tb_paas_client/api/ai_tool_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/alarm_comment_controller_api.py b/paas/tb_paas_client/api/alarm_comment_controller_api.py index c12d369b..fac1d0b4 100644 --- a/paas/tb_paas_client/api/alarm_comment_controller_api.py +++ b/paas/tb_paas_client/api/alarm_comment_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/alarm_controller_api.py b/paas/tb_paas_client/api/alarm_controller_api.py index 1ab22ff2..d3477b67 100644 --- a/paas/tb_paas_client/api/alarm_controller_api.py +++ b/paas/tb_paas_client/api/alarm_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/alarm_rule_controller_api.py b/paas/tb_paas_client/api/alarm_rule_controller_api.py index 232060c8..fe18d470 100644 --- a/paas/tb_paas_client/api/alarm_rule_controller_api.py +++ b/paas/tb_paas_client/api/alarm_rule_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/api_key_controller_api.py b/paas/tb_paas_client/api/api_key_controller_api.py index a9208c50..ce6d66e2 100644 --- a/paas/tb_paas_client/api/api_key_controller_api.py +++ b/paas/tb_paas_client/api/api_key_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/asset_controller_api.py b/paas/tb_paas_client/api/asset_controller_api.py index 6750bcf0..b84cf4cd 100644 --- a/paas/tb_paas_client/api/asset_controller_api.py +++ b/paas/tb_paas_client/api/asset_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/asset_profile_controller_api.py b/paas/tb_paas_client/api/asset_profile_controller_api.py index 9ec89459..30d9a1a6 100644 --- a/paas/tb_paas_client/api/asset_profile_controller_api.py +++ b/paas/tb_paas_client/api/asset_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/audit_log_controller_api.py b/paas/tb_paas_client/api/audit_log_controller_api.py index 3dd198f7..c3bbc2b2 100644 --- a/paas/tb_paas_client/api/audit_log_controller_api.py +++ b/paas/tb_paas_client/api/audit_log_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/auth_controller_api.py b/paas/tb_paas_client/api/auth_controller_api.py index f6cdc291..06dfbf9f 100644 --- a/paas/tb_paas_client/api/auth_controller_api.py +++ b/paas/tb_paas_client/api/auth_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/billing_endpoint_controller_api.py b/paas/tb_paas_client/api/billing_endpoint_controller_api.py index a80d2312..1e681322 100644 --- a/paas/tb_paas_client/api/billing_endpoint_controller_api.py +++ b/paas/tb_paas_client/api/billing_endpoint_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/blob_entity_controller_api.py b/paas/tb_paas_client/api/blob_entity_controller_api.py index f07c8146..e778dabb 100644 --- a/paas/tb_paas_client/api/blob_entity_controller_api.py +++ b/paas/tb_paas_client/api/blob_entity_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/calculated_field_controller_api.py b/paas/tb_paas_client/api/calculated_field_controller_api.py index 6b2cb7ef..d1273bd7 100644 --- a/paas/tb_paas_client/api/calculated_field_controller_api.py +++ b/paas/tb_paas_client/api/calculated_field_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/cloud_endpoint_controller_api.py b/paas/tb_paas_client/api/cloud_endpoint_controller_api.py index 97aeceee..b63d2b97 100644 --- a/paas/tb_paas_client/api/cloud_endpoint_controller_api.py +++ b/paas/tb_paas_client/api/cloud_endpoint_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/component_descriptor_controller_api.py b/paas/tb_paas_client/api/component_descriptor_controller_api.py index 27be74b1..c2903f45 100644 --- a/paas/tb_paas_client/api/component_descriptor_controller_api.py +++ b/paas/tb_paas_client/api/component_descriptor_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/converter_controller_api.py b/paas/tb_paas_client/api/converter_controller_api.py index 97120883..1b5427cb 100644 --- a/paas/tb_paas_client/api/converter_controller_api.py +++ b/paas/tb_paas_client/api/converter_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/converter_library_controller_api.py b/paas/tb_paas_client/api/converter_library_controller_api.py index 5aa79718..18dae1ea 100644 --- a/paas/tb_paas_client/api/converter_library_controller_api.py +++ b/paas/tb_paas_client/api/converter_library_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/custom_menu_controller_api.py b/paas/tb_paas_client/api/custom_menu_controller_api.py index 51d29507..409d3d5b 100644 --- a/paas/tb_paas_client/api/custom_menu_controller_api.py +++ b/paas/tb_paas_client/api/custom_menu_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/custom_translation_controller_api.py b/paas/tb_paas_client/api/custom_translation_controller_api.py index 653fc504..7c539400 100644 --- a/paas/tb_paas_client/api/custom_translation_controller_api.py +++ b/paas/tb_paas_client/api/custom_translation_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/customer_controller_api.py b/paas/tb_paas_client/api/customer_controller_api.py index fcbbb9eb..9ff632c2 100644 --- a/paas/tb_paas_client/api/customer_controller_api.py +++ b/paas/tb_paas_client/api/customer_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/dashboard_controller_api.py b/paas/tb_paas_client/api/dashboard_controller_api.py index c4f1ca6b..44f0f3bd 100644 --- a/paas/tb_paas_client/api/dashboard_controller_api.py +++ b/paas/tb_paas_client/api/dashboard_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/dashboard_report_controller_api.py b/paas/tb_paas_client/api/dashboard_report_controller_api.py index c4bce27b..6f55d8ca 100644 --- a/paas/tb_paas_client/api/dashboard_report_controller_api.py +++ b/paas/tb_paas_client/api/dashboard_report_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/device_connectivity_controller_api.py b/paas/tb_paas_client/api/device_connectivity_controller_api.py index 2b0868ef..24be6c9b 100644 --- a/paas/tb_paas_client/api/device_connectivity_controller_api.py +++ b/paas/tb_paas_client/api/device_connectivity_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/device_controller_api.py b/paas/tb_paas_client/api/device_controller_api.py index 86d9e4b9..d97355e2 100644 --- a/paas/tb_paas_client/api/device_controller_api.py +++ b/paas/tb_paas_client/api/device_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/device_group_ota_package_controller_api.py b/paas/tb_paas_client/api/device_group_ota_package_controller_api.py index c70b70e7..91dad1a1 100644 --- a/paas/tb_paas_client/api/device_group_ota_package_controller_api.py +++ b/paas/tb_paas_client/api/device_group_ota_package_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/device_profile_controller_api.py b/paas/tb_paas_client/api/device_profile_controller_api.py index 1e8fbd63..caec0703 100644 --- a/paas/tb_paas_client/api/device_profile_controller_api.py +++ b/paas/tb_paas_client/api/device_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/domain_controller_api.py b/paas/tb_paas_client/api/domain_controller_api.py index ab1816fe..69ada55d 100644 --- a/paas/tb_paas_client/api/domain_controller_api.py +++ b/paas/tb_paas_client/api/domain_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/edge_controller_api.py b/paas/tb_paas_client/api/edge_controller_api.py index 0a8a3276..69b06c19 100644 --- a/paas/tb_paas_client/api/edge_controller_api.py +++ b/paas/tb_paas_client/api/edge_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/edge_event_controller_api.py b/paas/tb_paas_client/api/edge_event_controller_api.py index 9bf32b28..99ab5dea 100644 --- a/paas/tb_paas_client/api/edge_event_controller_api.py +++ b/paas/tb_paas_client/api/edge_event_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/entities_version_control_controller_api.py b/paas/tb_paas_client/api/entities_version_control_controller_api.py index 351c1c61..990d1102 100644 --- a/paas/tb_paas_client/api/entities_version_control_controller_api.py +++ b/paas/tb_paas_client/api/entities_version_control_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/entity_group_controller_api.py b/paas/tb_paas_client/api/entity_group_controller_api.py index 797e5829..ef3f3b4d 100644 --- a/paas/tb_paas_client/api/entity_group_controller_api.py +++ b/paas/tb_paas_client/api/entity_group_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/entity_query_controller_api.py b/paas/tb_paas_client/api/entity_query_controller_api.py index 92b68ba8..4126ce5d 100644 --- a/paas/tb_paas_client/api/entity_query_controller_api.py +++ b/paas/tb_paas_client/api/entity_query_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/entity_relation_controller_api.py b/paas/tb_paas_client/api/entity_relation_controller_api.py index d4a6962d..d791fc22 100644 --- a/paas/tb_paas_client/api/entity_relation_controller_api.py +++ b/paas/tb_paas_client/api/entity_relation_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/entity_view_controller_api.py b/paas/tb_paas_client/api/entity_view_controller_api.py index 8c9cc711..293f700e 100644 --- a/paas/tb_paas_client/api/entity_view_controller_api.py +++ b/paas/tb_paas_client/api/entity_view_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/event_controller_api.py b/paas/tb_paas_client/api/event_controller_api.py index e5834541..e95967ee 100644 --- a/paas/tb_paas_client/api/event_controller_api.py +++ b/paas/tb_paas_client/api/event_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/group_permission_controller_api.py b/paas/tb_paas_client/api/group_permission_controller_api.py index fd7aa3d7..c98343d2 100644 --- a/paas/tb_paas_client/api/group_permission_controller_api.py +++ b/paas/tb_paas_client/api/group_permission_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/image_controller_api.py b/paas/tb_paas_client/api/image_controller_api.py index 08bcb1d0..7f3582c8 100644 --- a/paas/tb_paas_client/api/image_controller_api.py +++ b/paas/tb_paas_client/api/image_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/integration_controller_api.py b/paas/tb_paas_client/api/integration_controller_api.py index 30fbec44..42f37ba8 100644 --- a/paas/tb_paas_client/api/integration_controller_api.py +++ b/paas/tb_paas_client/api/integration_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/job_controller_api.py b/paas/tb_paas_client/api/job_controller_api.py index ea66e930..5c744e54 100644 --- a/paas/tb_paas_client/api/job_controller_api.py +++ b/paas/tb_paas_client/api/job_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/login_endpoint_api.py b/paas/tb_paas_client/api/login_endpoint_api.py index 96d6232c..e51d0d84 100644 --- a/paas/tb_paas_client/api/login_endpoint_api.py +++ b/paas/tb_paas_client/api/login_endpoint_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/lwm2m_controller_api.py b/paas/tb_paas_client/api/lwm2m_controller_api.py index 7335e9d7..1e4a3717 100644 --- a/paas/tb_paas_client/api/lwm2m_controller_api.py +++ b/paas/tb_paas_client/api/lwm2m_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/mail_config_template_controller_api.py b/paas/tb_paas_client/api/mail_config_template_controller_api.py index 7e2889fa..42df5aca 100644 --- a/paas/tb_paas_client/api/mail_config_template_controller_api.py +++ b/paas/tb_paas_client/api/mail_config_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/mobile_app_bundle_controller_api.py b/paas/tb_paas_client/api/mobile_app_bundle_controller_api.py index 728d06a6..9ce3eeaf 100644 --- a/paas/tb_paas_client/api/mobile_app_bundle_controller_api.py +++ b/paas/tb_paas_client/api/mobile_app_bundle_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/mobile_app_controller_api.py b/paas/tb_paas_client/api/mobile_app_controller_api.py index adc38e43..0b85b366 100644 --- a/paas/tb_paas_client/api/mobile_app_controller_api.py +++ b/paas/tb_paas_client/api/mobile_app_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/notification_controller_api.py b/paas/tb_paas_client/api/notification_controller_api.py index 149119aa..319a5679 100644 --- a/paas/tb_paas_client/api/notification_controller_api.py +++ b/paas/tb_paas_client/api/notification_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/notification_rule_controller_api.py b/paas/tb_paas_client/api/notification_rule_controller_api.py index 1f669aea..780e8800 100644 --- a/paas/tb_paas_client/api/notification_rule_controller_api.py +++ b/paas/tb_paas_client/api/notification_rule_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/notification_target_controller_api.py b/paas/tb_paas_client/api/notification_target_controller_api.py index 813ecf19..089b858a 100644 --- a/paas/tb_paas_client/api/notification_target_controller_api.py +++ b/paas/tb_paas_client/api/notification_target_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/notification_template_controller_api.py b/paas/tb_paas_client/api/notification_template_controller_api.py index c8fc8299..6da4a0a6 100644 --- a/paas/tb_paas_client/api/notification_template_controller_api.py +++ b/paas/tb_paas_client/api/notification_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/o_auth2_config_template_controller_api.py b/paas/tb_paas_client/api/o_auth2_config_template_controller_api.py index 9e0500da..db618c6c 100644 --- a/paas/tb_paas_client/api/o_auth2_config_template_controller_api.py +++ b/paas/tb_paas_client/api/o_auth2_config_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/o_auth2_controller_api.py b/paas/tb_paas_client/api/o_auth2_controller_api.py index d447a0af..3bc2994d 100644 --- a/paas/tb_paas_client/api/o_auth2_controller_api.py +++ b/paas/tb_paas_client/api/o_auth2_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/ota_package_controller_api.py b/paas/tb_paas_client/api/ota_package_controller_api.py index 6678299c..8ce10c75 100644 --- a/paas/tb_paas_client/api/ota_package_controller_api.py +++ b/paas/tb_paas_client/api/ota_package_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/owner_controller_api.py b/paas/tb_paas_client/api/owner_controller_api.py index b1be888b..d04ab088 100644 --- a/paas/tb_paas_client/api/owner_controller_api.py +++ b/paas/tb_paas_client/api/owner_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/qr_code_settings_controller_api.py b/paas/tb_paas_client/api/qr_code_settings_controller_api.py index 46373adb..6f15bc98 100644 --- a/paas/tb_paas_client/api/qr_code_settings_controller_api.py +++ b/paas/tb_paas_client/api/qr_code_settings_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/queue_controller_api.py b/paas/tb_paas_client/api/queue_controller_api.py index cdc9cc58..740dfe75 100644 --- a/paas/tb_paas_client/api/queue_controller_api.py +++ b/paas/tb_paas_client/api/queue_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/queue_stats_controller_api.py b/paas/tb_paas_client/api/queue_stats_controller_api.py index 89048298..4ac311ee 100644 --- a/paas/tb_paas_client/api/queue_stats_controller_api.py +++ b/paas/tb_paas_client/api/queue_stats_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/report_controller_api.py b/paas/tb_paas_client/api/report_controller_api.py index 1f1fd41f..2d3f88c9 100644 --- a/paas/tb_paas_client/api/report_controller_api.py +++ b/paas/tb_paas_client/api/report_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/report_template_controller_api.py b/paas/tb_paas_client/api/report_template_controller_api.py index 36aa3bef..d7207366 100644 --- a/paas/tb_paas_client/api/report_template_controller_api.py +++ b/paas/tb_paas_client/api/report_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/role_controller_api.py b/paas/tb_paas_client/api/role_controller_api.py index 5d9c24e2..f44d313b 100644 --- a/paas/tb_paas_client/api/role_controller_api.py +++ b/paas/tb_paas_client/api/role_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/rpc_v1_controller_api.py b/paas/tb_paas_client/api/rpc_v1_controller_api.py index e2ad37f1..7fcec2c4 100644 --- a/paas/tb_paas_client/api/rpc_v1_controller_api.py +++ b/paas/tb_paas_client/api/rpc_v1_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/rpc_v2_controller_api.py b/paas/tb_paas_client/api/rpc_v2_controller_api.py index 7cbb3d1b..6ad8401f 100644 --- a/paas/tb_paas_client/api/rpc_v2_controller_api.py +++ b/paas/tb_paas_client/api/rpc_v2_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/rule_chain_controller_api.py b/paas/tb_paas_client/api/rule_chain_controller_api.py index 4a5080a7..2826cce8 100644 --- a/paas/tb_paas_client/api/rule_chain_controller_api.py +++ b/paas/tb_paas_client/api/rule_chain_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/rule_engine_controller_api.py b/paas/tb_paas_client/api/rule_engine_controller_api.py index 1e244c65..5bca7d76 100644 --- a/paas/tb_paas_client/api/rule_engine_controller_api.py +++ b/paas/tb_paas_client/api/rule_engine_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/scheduler_event_controller_api.py b/paas/tb_paas_client/api/scheduler_event_controller_api.py index 04fb1dc9..995e8274 100644 --- a/paas/tb_paas_client/api/scheduler_event_controller_api.py +++ b/paas/tb_paas_client/api/scheduler_event_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/secret_controller_api.py b/paas/tb_paas_client/api/secret_controller_api.py index 608e6c18..1de218b4 100644 --- a/paas/tb_paas_client/api/secret_controller_api.py +++ b/paas/tb_paas_client/api/secret_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/self_registration_controller_api.py b/paas/tb_paas_client/api/self_registration_controller_api.py index 61af5a96..7b219267 100644 --- a/paas/tb_paas_client/api/self_registration_controller_api.py +++ b/paas/tb_paas_client/api/self_registration_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/sign_up_controller_api.py b/paas/tb_paas_client/api/sign_up_controller_api.py index 2750e64a..60a43a7c 100644 --- a/paas/tb_paas_client/api/sign_up_controller_api.py +++ b/paas/tb_paas_client/api/sign_up_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/solution_export_import_controller_api.py b/paas/tb_paas_client/api/solution_export_import_controller_api.py index 32504ac7..8dc9500e 100644 --- a/paas/tb_paas_client/api/solution_export_import_controller_api.py +++ b/paas/tb_paas_client/api/solution_export_import_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/subscription_controller_api.py b/paas/tb_paas_client/api/subscription_controller_api.py index 659fe0a3..c98470b9 100644 --- a/paas/tb_paas_client/api/subscription_controller_api.py +++ b/paas/tb_paas_client/api/subscription_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/tb_resource_controller_api.py b/paas/tb_paas_client/api/tb_resource_controller_api.py index 2fa6c328..4ef1bd8a 100644 --- a/paas/tb_paas_client/api/tb_resource_controller_api.py +++ b/paas/tb_paas_client/api/tb_resource_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/telemetry_controller_api.py b/paas/tb_paas_client/api/telemetry_controller_api.py index 53df3a48..c0865ee7 100644 --- a/paas/tb_paas_client/api/telemetry_controller_api.py +++ b/paas/tb_paas_client/api/telemetry_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/tenant_controller_api.py b/paas/tb_paas_client/api/tenant_controller_api.py index f7ecfee9..99d8a98d 100644 --- a/paas/tb_paas_client/api/tenant_controller_api.py +++ b/paas/tb_paas_client/api/tenant_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/tenant_profile_controller_api.py b/paas/tb_paas_client/api/tenant_profile_controller_api.py index 165d0c62..492757e1 100644 --- a/paas/tb_paas_client/api/tenant_profile_controller_api.py +++ b/paas/tb_paas_client/api/tenant_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/translation_controller_api.py b/paas/tb_paas_client/api/translation_controller_api.py index 389c6ea6..053bd9d8 100644 --- a/paas/tb_paas_client/api/translation_controller_api.py +++ b/paas/tb_paas_client/api/translation_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/trendz_api_controller_api.py b/paas/tb_paas_client/api/trendz_api_controller_api.py index f941f33f..45fbf267 100644 --- a/paas/tb_paas_client/api/trendz_api_controller_api.py +++ b/paas/tb_paas_client/api/trendz_api_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/trendz_controller_api.py b/paas/tb_paas_client/api/trendz_controller_api.py index 918850c4..9b7d14c6 100644 --- a/paas/tb_paas_client/api/trendz_controller_api.py +++ b/paas/tb_paas_client/api/trendz_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/two_factor_auth_config_controller_api.py b/paas/tb_paas_client/api/two_factor_auth_config_controller_api.py index bfa0b57c..f539b877 100644 --- a/paas/tb_paas_client/api/two_factor_auth_config_controller_api.py +++ b/paas/tb_paas_client/api/two_factor_auth_config_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/two_factor_auth_controller_api.py b/paas/tb_paas_client/api/two_factor_auth_controller_api.py index 90aa2efe..f1a62dee 100644 --- a/paas/tb_paas_client/api/two_factor_auth_controller_api.py +++ b/paas/tb_paas_client/api/two_factor_auth_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/ui_settings_controller_api.py b/paas/tb_paas_client/api/ui_settings_controller_api.py index 71558294..46ee9ede 100644 --- a/paas/tb_paas_client/api/ui_settings_controller_api.py +++ b/paas/tb_paas_client/api/ui_settings_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/usage_info_controller_api.py b/paas/tb_paas_client/api/usage_info_controller_api.py index 693bef10..794cbd37 100644 --- a/paas/tb_paas_client/api/usage_info_controller_api.py +++ b/paas/tb_paas_client/api/usage_info_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/user_controller_api.py b/paas/tb_paas_client/api/user_controller_api.py index 8ca194f9..20fa57d1 100644 --- a/paas/tb_paas_client/api/user_controller_api.py +++ b/paas/tb_paas_client/api/user_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/user_permissions_controller_api.py b/paas/tb_paas_client/api/user_permissions_controller_api.py index 2eb83dc1..dc831b45 100644 --- a/paas/tb_paas_client/api/user_permissions_controller_api.py +++ b/paas/tb_paas_client/api/user_permissions_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/white_labeling_controller_api.py b/paas/tb_paas_client/api/white_labeling_controller_api.py index 07b9730d..fcc5cce6 100644 --- a/paas/tb_paas_client/api/white_labeling_controller_api.py +++ b/paas/tb_paas_client/api/white_labeling_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/widget_type_controller_api.py b/paas/tb_paas_client/api/widget_type_controller_api.py index 719a60a0..39785646 100644 --- a/paas/tb_paas_client/api/widget_type_controller_api.py +++ b/paas/tb_paas_client/api/widget_type_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api/widgets_bundle_controller_api.py b/paas/tb_paas_client/api/widgets_bundle_controller_api.py index 8ed54826..6e2b2a7b 100644 --- a/paas/tb_paas_client/api/widgets_bundle_controller_api.py +++ b/paas/tb_paas_client/api/widgets_bundle_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/api_client.py b/paas/tb_paas_client/api_client.py index 243e0dc0..8ef1dab5 100644 --- a/paas/tb_paas_client/api_client.py +++ b/paas/tb_paas_client/api_client.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/paas/tb_paas_client/configuration.py b/paas/tb_paas_client/configuration.py index 2ed558f1..a0cc91c8 100644 --- a/paas/tb_paas_client/configuration.py +++ b/paas/tb_paas_client/configuration.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -549,7 +549,7 @@ def to_debug_report(self) -> str: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 4.3.1.4.0PAAS\n"\ + "Version of the API: 4.3.1.5.0PAAS\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/paas/tb_paas_client/exceptions.py b/paas/tb_paas_client/exceptions.py index cf058e9d..d719d6ac 100644 --- a/paas/tb_paas_client/exceptions.py +++ b/paas/tb_paas_client/exceptions.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4.0PAAS + The version of the OpenAPI document: 4.3.1.5.0PAAS Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/spec/openapi.json b/pe/spec/openapi.json index aee95c49..a70176c9 100644 --- a/pe/spec/openapi.json +++ b/pe/spec/openapi.json @@ -12,7 +12,7 @@ "name": "Apache License Version 2.0", "url": "https://github.com/thingsboard/thingsboard/blob/master/LICENSE" }, - "version": "4.3.1.4PE" + "version": "4.3.1.5PE" }, "servers": [ { diff --git a/pe/tb_pe_client/api/admin_controller_api.py b/pe/tb_pe_client/api/admin_controller_api.py index 81a4e2e1..64427a68 100644 --- a/pe/tb_pe_client/api/admin_controller_api.py +++ b/pe/tb_pe_client/api/admin_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/ai_chat_controller_api.py b/pe/tb_pe_client/api/ai_chat_controller_api.py index 21c3a3b0..b5042ea0 100644 --- a/pe/tb_pe_client/api/ai_chat_controller_api.py +++ b/pe/tb_pe_client/api/ai_chat_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/ai_device_dashboard_controller_api.py b/pe/tb_pe_client/api/ai_device_dashboard_controller_api.py index 7e008d99..421f8795 100644 --- a/pe/tb_pe_client/api/ai_device_dashboard_controller_api.py +++ b/pe/tb_pe_client/api/ai_device_dashboard_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/ai_model_controller_api.py b/pe/tb_pe_client/api/ai_model_controller_api.py index 0fa5baa4..695eadcc 100644 --- a/pe/tb_pe_client/api/ai_model_controller_api.py +++ b/pe/tb_pe_client/api/ai_model_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/ai_solution_controller_api.py b/pe/tb_pe_client/api/ai_solution_controller_api.py index 5f625f1a..8ff3b081 100644 --- a/pe/tb_pe_client/api/ai_solution_controller_api.py +++ b/pe/tb_pe_client/api/ai_solution_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/ai_tool_controller_api.py b/pe/tb_pe_client/api/ai_tool_controller_api.py index d021d97b..37a0b5ac 100644 --- a/pe/tb_pe_client/api/ai_tool_controller_api.py +++ b/pe/tb_pe_client/api/ai_tool_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/alarm_comment_controller_api.py b/pe/tb_pe_client/api/alarm_comment_controller_api.py index 7950ae60..7ee2c0e4 100644 --- a/pe/tb_pe_client/api/alarm_comment_controller_api.py +++ b/pe/tb_pe_client/api/alarm_comment_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/alarm_controller_api.py b/pe/tb_pe_client/api/alarm_controller_api.py index c7460107..1cded0e5 100644 --- a/pe/tb_pe_client/api/alarm_controller_api.py +++ b/pe/tb_pe_client/api/alarm_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/alarm_rule_controller_api.py b/pe/tb_pe_client/api/alarm_rule_controller_api.py index ed60e060..742048cb 100644 --- a/pe/tb_pe_client/api/alarm_rule_controller_api.py +++ b/pe/tb_pe_client/api/alarm_rule_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/api_key_controller_api.py b/pe/tb_pe_client/api/api_key_controller_api.py index 2a4f662c..5dcd4dc6 100644 --- a/pe/tb_pe_client/api/api_key_controller_api.py +++ b/pe/tb_pe_client/api/api_key_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/asset_controller_api.py b/pe/tb_pe_client/api/asset_controller_api.py index acbc6f61..bab7805b 100644 --- a/pe/tb_pe_client/api/asset_controller_api.py +++ b/pe/tb_pe_client/api/asset_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/asset_profile_controller_api.py b/pe/tb_pe_client/api/asset_profile_controller_api.py index f0263dbd..257e3b71 100644 --- a/pe/tb_pe_client/api/asset_profile_controller_api.py +++ b/pe/tb_pe_client/api/asset_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/audit_log_controller_api.py b/pe/tb_pe_client/api/audit_log_controller_api.py index 15115de9..a84fa1d0 100644 --- a/pe/tb_pe_client/api/audit_log_controller_api.py +++ b/pe/tb_pe_client/api/audit_log_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/auth_controller_api.py b/pe/tb_pe_client/api/auth_controller_api.py index a3d751ff..ea69a040 100644 --- a/pe/tb_pe_client/api/auth_controller_api.py +++ b/pe/tb_pe_client/api/auth_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/blob_entity_controller_api.py b/pe/tb_pe_client/api/blob_entity_controller_api.py index 0154f748..49e94258 100644 --- a/pe/tb_pe_client/api/blob_entity_controller_api.py +++ b/pe/tb_pe_client/api/blob_entity_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/calculated_field_controller_api.py b/pe/tb_pe_client/api/calculated_field_controller_api.py index 385c4a17..d596c093 100644 --- a/pe/tb_pe_client/api/calculated_field_controller_api.py +++ b/pe/tb_pe_client/api/calculated_field_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/component_descriptor_controller_api.py b/pe/tb_pe_client/api/component_descriptor_controller_api.py index d26e11d3..ffeb1743 100644 --- a/pe/tb_pe_client/api/component_descriptor_controller_api.py +++ b/pe/tb_pe_client/api/component_descriptor_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/converter_controller_api.py b/pe/tb_pe_client/api/converter_controller_api.py index 70a62461..8ef3ce23 100644 --- a/pe/tb_pe_client/api/converter_controller_api.py +++ b/pe/tb_pe_client/api/converter_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/converter_library_controller_api.py b/pe/tb_pe_client/api/converter_library_controller_api.py index 50a2ade2..28f069ed 100644 --- a/pe/tb_pe_client/api/converter_library_controller_api.py +++ b/pe/tb_pe_client/api/converter_library_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/custom_menu_controller_api.py b/pe/tb_pe_client/api/custom_menu_controller_api.py index e98535c6..af09744e 100644 --- a/pe/tb_pe_client/api/custom_menu_controller_api.py +++ b/pe/tb_pe_client/api/custom_menu_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/custom_translation_controller_api.py b/pe/tb_pe_client/api/custom_translation_controller_api.py index 5c81409d..adc708bf 100644 --- a/pe/tb_pe_client/api/custom_translation_controller_api.py +++ b/pe/tb_pe_client/api/custom_translation_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/customer_controller_api.py b/pe/tb_pe_client/api/customer_controller_api.py index 624148c6..05943209 100644 --- a/pe/tb_pe_client/api/customer_controller_api.py +++ b/pe/tb_pe_client/api/customer_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/dashboard_controller_api.py b/pe/tb_pe_client/api/dashboard_controller_api.py index 4fde297a..7d5641e2 100644 --- a/pe/tb_pe_client/api/dashboard_controller_api.py +++ b/pe/tb_pe_client/api/dashboard_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/dashboard_report_controller_api.py b/pe/tb_pe_client/api/dashboard_report_controller_api.py index cda991f0..e9c57606 100644 --- a/pe/tb_pe_client/api/dashboard_report_controller_api.py +++ b/pe/tb_pe_client/api/dashboard_report_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/device_connectivity_controller_api.py b/pe/tb_pe_client/api/device_connectivity_controller_api.py index 578105bf..61a9c1de 100644 --- a/pe/tb_pe_client/api/device_connectivity_controller_api.py +++ b/pe/tb_pe_client/api/device_connectivity_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/device_controller_api.py b/pe/tb_pe_client/api/device_controller_api.py index df5a89a2..e3cbc5dd 100644 --- a/pe/tb_pe_client/api/device_controller_api.py +++ b/pe/tb_pe_client/api/device_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/device_group_ota_package_controller_api.py b/pe/tb_pe_client/api/device_group_ota_package_controller_api.py index 37247987..8fe4bb81 100644 --- a/pe/tb_pe_client/api/device_group_ota_package_controller_api.py +++ b/pe/tb_pe_client/api/device_group_ota_package_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/device_profile_controller_api.py b/pe/tb_pe_client/api/device_profile_controller_api.py index 97f73177..bb984e9d 100644 --- a/pe/tb_pe_client/api/device_profile_controller_api.py +++ b/pe/tb_pe_client/api/device_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/domain_controller_api.py b/pe/tb_pe_client/api/domain_controller_api.py index 9af1a364..79bcf46b 100644 --- a/pe/tb_pe_client/api/domain_controller_api.py +++ b/pe/tb_pe_client/api/domain_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/edge_controller_api.py b/pe/tb_pe_client/api/edge_controller_api.py index cccba03c..b553e653 100644 --- a/pe/tb_pe_client/api/edge_controller_api.py +++ b/pe/tb_pe_client/api/edge_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/edge_event_controller_api.py b/pe/tb_pe_client/api/edge_event_controller_api.py index 75cbbf30..8d62a605 100644 --- a/pe/tb_pe_client/api/edge_event_controller_api.py +++ b/pe/tb_pe_client/api/edge_event_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/entities_version_control_controller_api.py b/pe/tb_pe_client/api/entities_version_control_controller_api.py index 5ee44b43..ca36d2fe 100644 --- a/pe/tb_pe_client/api/entities_version_control_controller_api.py +++ b/pe/tb_pe_client/api/entities_version_control_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/entity_group_controller_api.py b/pe/tb_pe_client/api/entity_group_controller_api.py index 70acc272..8e8f3464 100644 --- a/pe/tb_pe_client/api/entity_group_controller_api.py +++ b/pe/tb_pe_client/api/entity_group_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/entity_query_controller_api.py b/pe/tb_pe_client/api/entity_query_controller_api.py index 5afccfe5..622d5df7 100644 --- a/pe/tb_pe_client/api/entity_query_controller_api.py +++ b/pe/tb_pe_client/api/entity_query_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/entity_relation_controller_api.py b/pe/tb_pe_client/api/entity_relation_controller_api.py index 38299b55..d5cefaa7 100644 --- a/pe/tb_pe_client/api/entity_relation_controller_api.py +++ b/pe/tb_pe_client/api/entity_relation_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/entity_view_controller_api.py b/pe/tb_pe_client/api/entity_view_controller_api.py index 4ede7a0d..0b7f077f 100644 --- a/pe/tb_pe_client/api/entity_view_controller_api.py +++ b/pe/tb_pe_client/api/entity_view_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/event_controller_api.py b/pe/tb_pe_client/api/event_controller_api.py index 5e8770ce..5584f63d 100644 --- a/pe/tb_pe_client/api/event_controller_api.py +++ b/pe/tb_pe_client/api/event_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/group_permission_controller_api.py b/pe/tb_pe_client/api/group_permission_controller_api.py index b97d4656..0828b6da 100644 --- a/pe/tb_pe_client/api/group_permission_controller_api.py +++ b/pe/tb_pe_client/api/group_permission_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/image_controller_api.py b/pe/tb_pe_client/api/image_controller_api.py index f699cc75..8ec95950 100644 --- a/pe/tb_pe_client/api/image_controller_api.py +++ b/pe/tb_pe_client/api/image_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/integration_controller_api.py b/pe/tb_pe_client/api/integration_controller_api.py index db9d460c..f7b6f452 100644 --- a/pe/tb_pe_client/api/integration_controller_api.py +++ b/pe/tb_pe_client/api/integration_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/job_controller_api.py b/pe/tb_pe_client/api/job_controller_api.py index 181ae87a..90263ff4 100644 --- a/pe/tb_pe_client/api/job_controller_api.py +++ b/pe/tb_pe_client/api/job_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/login_endpoint_api.py b/pe/tb_pe_client/api/login_endpoint_api.py index 904631fb..9a4911f4 100644 --- a/pe/tb_pe_client/api/login_endpoint_api.py +++ b/pe/tb_pe_client/api/login_endpoint_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/lwm2m_controller_api.py b/pe/tb_pe_client/api/lwm2m_controller_api.py index 4e04f2f0..dce77634 100644 --- a/pe/tb_pe_client/api/lwm2m_controller_api.py +++ b/pe/tb_pe_client/api/lwm2m_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/mail_config_template_controller_api.py b/pe/tb_pe_client/api/mail_config_template_controller_api.py index b75871bf..85a21ee8 100644 --- a/pe/tb_pe_client/api/mail_config_template_controller_api.py +++ b/pe/tb_pe_client/api/mail_config_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/mobile_app_bundle_controller_api.py b/pe/tb_pe_client/api/mobile_app_bundle_controller_api.py index 6b935f4c..5cda6d70 100644 --- a/pe/tb_pe_client/api/mobile_app_bundle_controller_api.py +++ b/pe/tb_pe_client/api/mobile_app_bundle_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/mobile_app_controller_api.py b/pe/tb_pe_client/api/mobile_app_controller_api.py index 68abe2c6..4805a323 100644 --- a/pe/tb_pe_client/api/mobile_app_controller_api.py +++ b/pe/tb_pe_client/api/mobile_app_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/notification_controller_api.py b/pe/tb_pe_client/api/notification_controller_api.py index 6d6d0bfb..c1d8a256 100644 --- a/pe/tb_pe_client/api/notification_controller_api.py +++ b/pe/tb_pe_client/api/notification_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/notification_rule_controller_api.py b/pe/tb_pe_client/api/notification_rule_controller_api.py index 0453d7d8..724d68a1 100644 --- a/pe/tb_pe_client/api/notification_rule_controller_api.py +++ b/pe/tb_pe_client/api/notification_rule_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/notification_target_controller_api.py b/pe/tb_pe_client/api/notification_target_controller_api.py index ec718138..9d617fca 100644 --- a/pe/tb_pe_client/api/notification_target_controller_api.py +++ b/pe/tb_pe_client/api/notification_target_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/notification_template_controller_api.py b/pe/tb_pe_client/api/notification_template_controller_api.py index cf267d27..055d777e 100644 --- a/pe/tb_pe_client/api/notification_template_controller_api.py +++ b/pe/tb_pe_client/api/notification_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/o_auth2_config_template_controller_api.py b/pe/tb_pe_client/api/o_auth2_config_template_controller_api.py index aea8cc82..444fbb3c 100644 --- a/pe/tb_pe_client/api/o_auth2_config_template_controller_api.py +++ b/pe/tb_pe_client/api/o_auth2_config_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/o_auth2_controller_api.py b/pe/tb_pe_client/api/o_auth2_controller_api.py index c7655649..ade404d8 100644 --- a/pe/tb_pe_client/api/o_auth2_controller_api.py +++ b/pe/tb_pe_client/api/o_auth2_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/ota_package_controller_api.py b/pe/tb_pe_client/api/ota_package_controller_api.py index 0ae53039..8c280417 100644 --- a/pe/tb_pe_client/api/ota_package_controller_api.py +++ b/pe/tb_pe_client/api/ota_package_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/owner_controller_api.py b/pe/tb_pe_client/api/owner_controller_api.py index 1532346e..cf99e607 100644 --- a/pe/tb_pe_client/api/owner_controller_api.py +++ b/pe/tb_pe_client/api/owner_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/qr_code_settings_controller_api.py b/pe/tb_pe_client/api/qr_code_settings_controller_api.py index 6e86763d..9ecfa44f 100644 --- a/pe/tb_pe_client/api/qr_code_settings_controller_api.py +++ b/pe/tb_pe_client/api/qr_code_settings_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/queue_controller_api.py b/pe/tb_pe_client/api/queue_controller_api.py index 861b8c52..76674b4f 100644 --- a/pe/tb_pe_client/api/queue_controller_api.py +++ b/pe/tb_pe_client/api/queue_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/queue_stats_controller_api.py b/pe/tb_pe_client/api/queue_stats_controller_api.py index 90db8c0f..09089663 100644 --- a/pe/tb_pe_client/api/queue_stats_controller_api.py +++ b/pe/tb_pe_client/api/queue_stats_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/report_controller_api.py b/pe/tb_pe_client/api/report_controller_api.py index 0570e4f1..ad23fc20 100644 --- a/pe/tb_pe_client/api/report_controller_api.py +++ b/pe/tb_pe_client/api/report_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/report_template_controller_api.py b/pe/tb_pe_client/api/report_template_controller_api.py index 793bac62..51d0a4ac 100644 --- a/pe/tb_pe_client/api/report_template_controller_api.py +++ b/pe/tb_pe_client/api/report_template_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/role_controller_api.py b/pe/tb_pe_client/api/role_controller_api.py index f2843127..a3113c9c 100644 --- a/pe/tb_pe_client/api/role_controller_api.py +++ b/pe/tb_pe_client/api/role_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/rpc_v1_controller_api.py b/pe/tb_pe_client/api/rpc_v1_controller_api.py index 41702df8..bc13367d 100644 --- a/pe/tb_pe_client/api/rpc_v1_controller_api.py +++ b/pe/tb_pe_client/api/rpc_v1_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/rpc_v2_controller_api.py b/pe/tb_pe_client/api/rpc_v2_controller_api.py index 51a210bb..f6f5ae68 100644 --- a/pe/tb_pe_client/api/rpc_v2_controller_api.py +++ b/pe/tb_pe_client/api/rpc_v2_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/rule_chain_controller_api.py b/pe/tb_pe_client/api/rule_chain_controller_api.py index 4cba61dd..4c4a582b 100644 --- a/pe/tb_pe_client/api/rule_chain_controller_api.py +++ b/pe/tb_pe_client/api/rule_chain_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/rule_engine_controller_api.py b/pe/tb_pe_client/api/rule_engine_controller_api.py index d198b367..6929b33d 100644 --- a/pe/tb_pe_client/api/rule_engine_controller_api.py +++ b/pe/tb_pe_client/api/rule_engine_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/scheduler_event_controller_api.py b/pe/tb_pe_client/api/scheduler_event_controller_api.py index 2b4ef25e..88aca0e0 100644 --- a/pe/tb_pe_client/api/scheduler_event_controller_api.py +++ b/pe/tb_pe_client/api/scheduler_event_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/secret_controller_api.py b/pe/tb_pe_client/api/secret_controller_api.py index 8d5bf256..f2f82502 100644 --- a/pe/tb_pe_client/api/secret_controller_api.py +++ b/pe/tb_pe_client/api/secret_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/self_registration_controller_api.py b/pe/tb_pe_client/api/self_registration_controller_api.py index 5ddb1d9d..3a131f92 100644 --- a/pe/tb_pe_client/api/self_registration_controller_api.py +++ b/pe/tb_pe_client/api/self_registration_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/sign_up_controller_api.py b/pe/tb_pe_client/api/sign_up_controller_api.py index cc7bd346..494d4417 100644 --- a/pe/tb_pe_client/api/sign_up_controller_api.py +++ b/pe/tb_pe_client/api/sign_up_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/solution_export_import_controller_api.py b/pe/tb_pe_client/api/solution_export_import_controller_api.py index 8bc2a706..87b43b76 100644 --- a/pe/tb_pe_client/api/solution_export_import_controller_api.py +++ b/pe/tb_pe_client/api/solution_export_import_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/tb_resource_controller_api.py b/pe/tb_pe_client/api/tb_resource_controller_api.py index 24ea7dc6..b07e4c8b 100644 --- a/pe/tb_pe_client/api/tb_resource_controller_api.py +++ b/pe/tb_pe_client/api/tb_resource_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/telemetry_controller_api.py b/pe/tb_pe_client/api/telemetry_controller_api.py index d7eda70c..da74301f 100644 --- a/pe/tb_pe_client/api/telemetry_controller_api.py +++ b/pe/tb_pe_client/api/telemetry_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/tenant_controller_api.py b/pe/tb_pe_client/api/tenant_controller_api.py index fa09f919..8e31d0b9 100644 --- a/pe/tb_pe_client/api/tenant_controller_api.py +++ b/pe/tb_pe_client/api/tenant_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/tenant_profile_controller_api.py b/pe/tb_pe_client/api/tenant_profile_controller_api.py index 55851c17..2fd1d4f5 100644 --- a/pe/tb_pe_client/api/tenant_profile_controller_api.py +++ b/pe/tb_pe_client/api/tenant_profile_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/translation_controller_api.py b/pe/tb_pe_client/api/translation_controller_api.py index a9109af2..73c232d3 100644 --- a/pe/tb_pe_client/api/translation_controller_api.py +++ b/pe/tb_pe_client/api/translation_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/trendz_api_controller_api.py b/pe/tb_pe_client/api/trendz_api_controller_api.py index 9f47fe69..742576af 100644 --- a/pe/tb_pe_client/api/trendz_api_controller_api.py +++ b/pe/tb_pe_client/api/trendz_api_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/trendz_controller_api.py b/pe/tb_pe_client/api/trendz_controller_api.py index a9b6715d..3a434320 100644 --- a/pe/tb_pe_client/api/trendz_controller_api.py +++ b/pe/tb_pe_client/api/trendz_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/two_factor_auth_config_controller_api.py b/pe/tb_pe_client/api/two_factor_auth_config_controller_api.py index 399e3118..cd8ecc6a 100644 --- a/pe/tb_pe_client/api/two_factor_auth_config_controller_api.py +++ b/pe/tb_pe_client/api/two_factor_auth_config_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/two_factor_auth_controller_api.py b/pe/tb_pe_client/api/two_factor_auth_controller_api.py index cf1c711b..4e657aa0 100644 --- a/pe/tb_pe_client/api/two_factor_auth_controller_api.py +++ b/pe/tb_pe_client/api/two_factor_auth_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/ui_settings_controller_api.py b/pe/tb_pe_client/api/ui_settings_controller_api.py index 45764dc5..cfbbdadf 100644 --- a/pe/tb_pe_client/api/ui_settings_controller_api.py +++ b/pe/tb_pe_client/api/ui_settings_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/usage_info_controller_api.py b/pe/tb_pe_client/api/usage_info_controller_api.py index 513fb6d4..4572ac5f 100644 --- a/pe/tb_pe_client/api/usage_info_controller_api.py +++ b/pe/tb_pe_client/api/usage_info_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/user_controller_api.py b/pe/tb_pe_client/api/user_controller_api.py index 0ace5809..dfdcbc60 100644 --- a/pe/tb_pe_client/api/user_controller_api.py +++ b/pe/tb_pe_client/api/user_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/user_permissions_controller_api.py b/pe/tb_pe_client/api/user_permissions_controller_api.py index ebf04968..8bec4c5e 100644 --- a/pe/tb_pe_client/api/user_permissions_controller_api.py +++ b/pe/tb_pe_client/api/user_permissions_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/white_labeling_controller_api.py b/pe/tb_pe_client/api/white_labeling_controller_api.py index 30733eb8..62699f7f 100644 --- a/pe/tb_pe_client/api/white_labeling_controller_api.py +++ b/pe/tb_pe_client/api/white_labeling_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/widget_type_controller_api.py b/pe/tb_pe_client/api/widget_type_controller_api.py index 797109ac..7b239add 100644 --- a/pe/tb_pe_client/api/widget_type_controller_api.py +++ b/pe/tb_pe_client/api/widget_type_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api/widgets_bundle_controller_api.py b/pe/tb_pe_client/api/widgets_bundle_controller_api.py index e6b3c940..69eb5462 100644 --- a/pe/tb_pe_client/api/widgets_bundle_controller_api.py +++ b/pe/tb_pe_client/api/widgets_bundle_controller_api.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/api_client.py b/pe/tb_pe_client/api_client.py index 96dbd8ff..4066feba 100644 --- a/pe/tb_pe_client/api_client.py +++ b/pe/tb_pe_client/api_client.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pe/tb_pe_client/configuration.py b/pe/tb_pe_client/configuration.py index 5fef5463..6ce28ff8 100644 --- a/pe/tb_pe_client/configuration.py +++ b/pe/tb_pe_client/configuration.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -549,7 +549,7 @@ def to_debug_report(self) -> str: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 4.3.1.4PE\n"\ + "Version of the API: 4.3.1.5PE\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/pe/tb_pe_client/exceptions.py b/pe/tb_pe_client/exceptions.py index 490a0335..c738937e 100644 --- a/pe/tb_pe_client/exceptions.py +++ b/pe/tb_pe_client/exceptions.py @@ -18,7 +18,7 @@ ThingsBoard Professional Edition IoT platform REST API documentation. - The version of the OpenAPI document: 4.3.1.4PE + The version of the OpenAPI document: 4.3.1.5PE Contact: info@thingsboard.io Generated by OpenAPI Generator (https://openapi-generator.tech)