Skip to content

Commit

Permalink
v3.3.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jun 16, 2021
1 parent 20036ee commit eaa757f
Show file tree
Hide file tree
Showing 25 changed files with 273 additions and 127 deletions.
23 changes: 0 additions & 23 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -515,27 +515,4 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_argument_type.py
test/test_create_path_quota_request.py
test/test_elements_version.py
test/test_email_preview.py
test/test_file_delete_endpoint_request.py
test/test_generate_proxies_request.py
test/test_global_alert.py
test/test_impersonation_endpoint_request.py
test/test_inline_response2001.py
test/test_inline_response2002.py
test/test_kapacitor_alert.py
test/test_media_library_delete_request.py
test/test_move_workspace_request.py
test/test_ntp_server.py
test/test_ntp_server_partial_update.py
test/test_password_reset_endpoint_request.py
test/test_queue.py
test/test_rename_custom_field_request.py
test/test_task_type.py
test/test_type_documentation.py
test/test_update_quota_request.py
test/test_workflow_transition_request.py
test/test_workflow_transition_response.py
tox.ini
4 changes: 2 additions & 2 deletions docs/Asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional] [readonly]
**urls** | [**Proxy**](Proxy.md) | | [optional]
**urls** | **dict(str, str)** | | [optional] [readonly]
**proxies** | [**list[Proxy]**](Proxy.md) | | [optional] [readonly]
**default_proxy** | [**Proxy**](Proxy.md) | | [optional]
**info** | **dict(str, str)** | | [optional] [readonly]
**proxy_info** | **dict(str, str)** | | [optional] [readonly]
**custom_fields** | **dict(str, str)** | |
**tags** | [**list[Tag]**](Tag.md) | |
**resolved_permission** | [**MediaRootPermission**](MediaRootPermission.md) | | [optional]
**bundles** | **str** | | [optional] [readonly]
**bundles** | **list[dict(str, str)]** | | [optional] [readonly]
**backups** | **str** | | [optional] [readonly]
**proxies_generated** | **bool** | | [optional] [readonly]
**proxies_failed** | **bool** | | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion docs/AssetMini.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**id** | **int** | | [optional] [readonly]
**sync_id** | **str** | | [optional] [readonly]
**default_proxy** | [**Proxy**](Proxy.md) | | [optional]
**urls** | [**Proxy**](Proxy.md) | | [optional]
**urls** | **dict(str, str)** | | [optional] [readonly]
**type** | **str** | | [optional] [readonly]
**display_name** | **str** | | [optional] [readonly]
**info** | **str** | | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion docs/AuthApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Name | Type | Description | Notes



### Required permissions * <class 'rest_framework.permissions.AllowAny'>
### Required permissions * Authenticated user

### Example

Expand Down
2 changes: 1 addition & 1 deletion docs/AutomationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ Name | Type | Description | Notes



### Required permissions * <class 'rest_framework.permissions.AllowAny'>
### Required permissions * User account permission: `tasks:manage`

### Example

Expand Down
3 changes: 3 additions & 0 deletions docs/License.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ Name | Type | Description | Notes
**product** | **str** | |
**serial** | **str** | |
**partner** | **str** | |
**hardware** | **str** | | [optional]
**hardware_key** | **str** | | [optional]
**expiry** | **datetime** | |
**components** | **dict(str, bool)** | |
**components_expiry** | **dict(str, datetime)** | |
**components_enabled** | **dict(str, bool)** | |
**rdc_slots** | **int** | |
**users** | **int** | |
**third_party_capacity** | **int** | |
Expand Down
2 changes: 1 addition & 1 deletion docs/MainApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Method | HTTP request | Description



### Required permissions * <class 'rest_framework.permissions.AllowAny'>
### Required permissions * Authenticated user

### Example

Expand Down
62 changes: 38 additions & 24 deletions docs/MediaLibraryApi.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/TaskType.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Name | Type | Description | Notes
**icon_class** | **str** | |
**is_available** | **bool** | | [optional] [readonly]
**allow_in_jobs** | **bool** | |
**new_since_version** | **str** | |

[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)

Expand Down
4 changes: 2 additions & 2 deletions elements_sdk/api/auth_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def delete_access_token_with_http_info(self, id, **kwargs): # noqa: E501
def generate_password(self, **kwargs): # noqa: E501
"""generate_password # noqa: E501
### Required permissions * <class 'rest_framework.permissions.AllowAny'> # noqa: E501
### Required permissions * Authenticated user # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.generate_password(async_req=True)
Expand All @@ -381,7 +381,7 @@ def generate_password(self, **kwargs): # noqa: E501
def generate_password_with_http_info(self, **kwargs): # noqa: E501
"""generate_password # noqa: E501
### Required permissions * <class 'rest_framework.permissions.AllowAny'> # noqa: E501
### Required permissions * Authenticated user # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.generate_password_with_http_info(async_req=True)
Expand Down
4 changes: 2 additions & 2 deletions elements_sdk/api/automation_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2597,7 +2597,7 @@ def get_pending_tasks_with_http_info(self, **kwargs): # noqa: E501
def get_python_environments(self, **kwargs): # noqa: E501
"""get_python_environments # noqa: E501
### Required permissions * <class 'rest_framework.permissions.AllowAny'> # noqa: E501
### Required permissions * User account permission: `tasks:manage` # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_python_environments(async_req=True)
Expand All @@ -2621,7 +2621,7 @@ def get_python_environments(self, **kwargs): # noqa: E501
def get_python_environments_with_http_info(self, **kwargs): # noqa: E501
"""get_python_environments # noqa: E501
### Required permissions * <class 'rest_framework.permissions.AllowAny'> # noqa: E501
### Required permissions * User account permission: `tasks:manage` # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.get_python_environments_with_http_info(async_req=True)
Expand Down
4 changes: 2 additions & 2 deletions elements_sdk/api/main_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, api_client=None):
def apply_configuration(self, **kwargs): # noqa: E501
"""apply_configuration # noqa: E501
### Required permissions * <class 'rest_framework.permissions.AllowAny'> # noqa: E501
### Required permissions * Authenticated user # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.apply_configuration(async_req=True)
Expand All @@ -61,7 +61,7 @@ def apply_configuration(self, **kwargs): # noqa: E501
def apply_configuration_with_http_info(self, **kwargs): # noqa: E501
"""apply_configuration # noqa: E501
### Required permissions * <class 'rest_framework.permissions.AllowAny'> # noqa: E501
### Required permissions * Authenticated user # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
>>> thread = api.apply_configuration_with_http_info(async_req=True)
Expand Down
Loading

0 comments on commit eaa757f

Please sign in to comment.