Skip to content

Commit eaa757f

Browse files
committed
v3.3.0 update
1 parent 20036ee commit eaa757f

25 files changed

+273
-127
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -515,27 +515,4 @@ setup.cfg
515515
setup.py
516516
test-requirements.txt
517517
test/__init__.py
518-
test/test_argument_type.py
519-
test/test_create_path_quota_request.py
520-
test/test_elements_version.py
521-
test/test_email_preview.py
522-
test/test_file_delete_endpoint_request.py
523-
test/test_generate_proxies_request.py
524-
test/test_global_alert.py
525-
test/test_impersonation_endpoint_request.py
526-
test/test_inline_response2001.py
527-
test/test_inline_response2002.py
528-
test/test_kapacitor_alert.py
529-
test/test_media_library_delete_request.py
530-
test/test_move_workspace_request.py
531-
test/test_ntp_server.py
532-
test/test_ntp_server_partial_update.py
533-
test/test_password_reset_endpoint_request.py
534-
test/test_queue.py
535-
test/test_rename_custom_field_request.py
536-
test/test_task_type.py
537-
test/test_type_documentation.py
538-
test/test_update_quota_request.py
539-
test/test_workflow_transition_request.py
540-
test/test_workflow_transition_response.py
541518
tox.ini

docs/Asset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**id** | **int** | | [optional] [readonly]
8-
**urls** | [**Proxy**](Proxy.md) | | [optional]
8+
**urls** | **dict(str, str)** | | [optional] [readonly]
99
**proxies** | [**list[Proxy]**](Proxy.md) | | [optional] [readonly]
1010
**default_proxy** | [**Proxy**](Proxy.md) | | [optional]
1111
**info** | **dict(str, str)** | | [optional] [readonly]
1212
**proxy_info** | **dict(str, str)** | | [optional] [readonly]
1313
**custom_fields** | **dict(str, str)** | |
1414
**tags** | [**list[Tag]**](Tag.md) | |
1515
**resolved_permission** | [**MediaRootPermission**](MediaRootPermission.md) | | [optional]
16-
**bundles** | **str** | | [optional] [readonly]
16+
**bundles** | **list[dict(str, str)]** | | [optional] [readonly]
1717
**backups** | **str** | | [optional] [readonly]
1818
**proxies_generated** | **bool** | | [optional] [readonly]
1919
**proxies_failed** | **bool** | | [optional] [readonly]

docs/AssetMini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**id** | **int** | | [optional] [readonly]
88
**sync_id** | **str** | | [optional] [readonly]
99
**default_proxy** | [**Proxy**](Proxy.md) | | [optional]
10-
**urls** | [**Proxy**](Proxy.md) | | [optional]
10+
**urls** | **dict(str, str)** | | [optional] [readonly]
1111
**type** | **str** | | [optional] [readonly]
1212
**display_name** | **str** | | [optional] [readonly]
1313
**info** | **str** | | [optional] [readonly]

docs/AuthApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
182182

183183

184184

185-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
185+
### Required permissions * Authenticated user
186186

187187
### Example
188188

docs/AutomationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ Name | Type | Description | Notes
13251325

13261326

13271327

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

13301330
### Example
13311331

docs/License.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ Name | Type | Description | Notes
88
**product** | **str** | |
99
**serial** | **str** | |
1010
**partner** | **str** | |
11+
**hardware** | **str** | | [optional]
12+
**hardware_key** | **str** | | [optional]
1113
**expiry** | **datetime** | |
1214
**components** | **dict(str, bool)** | |
1315
**components_expiry** | **dict(str, datetime)** | |
16+
**components_enabled** | **dict(str, bool)** | |
1417
**rdc_slots** | **int** | |
1518
**users** | **int** | |
1619
**third_party_capacity** | **int** | |

docs/MainApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Method | HTTP request | Description
112112

113113

114114

115-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
115+
### Required permissions * Authenticated user
116116

117117
### Example
118118

docs/MediaLibraryApi.md

Lines changed: 38 additions & 24 deletions
Large diffs are not rendered by default.

docs/TaskType.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
1919
**icon_class** | **str** | |
2020
**is_available** | **bool** | | [optional] [readonly]
2121
**allow_in_jobs** | **bool** | |
22+
**new_since_version** | **str** | |
2223

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

elements_sdk/api/auth_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def delete_access_token_with_http_info(self, id, **kwargs): # noqa: E501
357357
def generate_password(self, **kwargs): # noqa: E501
358358
"""generate_password # noqa: E501
359359
360-
### Required permissions * <class 'rest_framework.permissions.AllowAny'> # noqa: E501
360+
### Required permissions * Authenticated user # noqa: E501
361361
This method makes a synchronous HTTP request by default. To make an
362362
asynchronous HTTP request, please pass async_req=True
363363
>>> thread = api.generate_password(async_req=True)
@@ -381,7 +381,7 @@ def generate_password(self, **kwargs): # noqa: E501
381381
def generate_password_with_http_info(self, **kwargs): # noqa: E501
382382
"""generate_password # noqa: E501
383383
384-
### Required permissions * <class 'rest_framework.permissions.AllowAny'> # noqa: E501
384+
### Required permissions * Authenticated user # noqa: E501
385385
This method makes a synchronous HTTP request by default. To make an
386386
asynchronous HTTP request, please pass async_req=True
387387
>>> thread = api.generate_password_with_http_info(async_req=True)

0 commit comments

Comments
 (0)