Skip to content

Commit 7a4df5b

Browse files
committed
v3.2.1
1 parent 659e042 commit 7a4df5b

File tree

330 files changed

+28689
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+28689
-455
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ docs/ElementsUserDetailPartialUpdate.md
5252
docs/ElementsUserMini.md
5353
docs/ElementsUserProfile.md
5454
docs/ElementsUserProfilePartialUpdate.md
55+
docs/ElementsVersion.md
5556
docs/EnableTOTPRequest.md
5657
docs/Event.md
5758
docs/ExternalTranscoder.md
@@ -189,7 +190,6 @@ docs/TapePartialUpdate.md
189190
docs/TaskInfo.md
190191
docs/TaskLog.md
191192
docs/TaskProgress.md
192-
docs/TasksApi.md
193193
docs/TasksSummary.md
194194
docs/TeamsConnection.md
195195
docs/TeamsConnectionPartialUpdate.md
@@ -244,7 +244,6 @@ elements_sdk/api/media_library_api.py
244244
elements_sdk/api/status_api.py
245245
elements_sdk/api/storage_api.py
246246
elements_sdk/api/tape_archive_api.py
247-
elements_sdk/api/tasks_api.py
248247
elements_sdk/api_client.py
249248
elements_sdk/configuration.py
250249
elements_sdk/exceptions.py
@@ -296,6 +295,7 @@ elements_sdk/models/elements_user_detail_partial_update.py
296295
elements_sdk/models/elements_user_mini.py
297296
elements_sdk/models/elements_user_profile.py
298297
elements_sdk/models/elements_user_profile_partial_update.py
298+
elements_sdk/models/elements_version.py
299299
elements_sdk/models/enable_totp_request.py
300300
elements_sdk/models/event.py
301301
elements_sdk/models/external_transcoder.py

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- API version: 2
44
- Python 2.7 and 3.4+
5-
- Latest build: 3.2.0
5+
- Latest build: 3.2.1
66

77
## Installation & Usage
88

@@ -64,6 +64,7 @@ Class | Method | HTTP request | Description
6464
*AutomationApi* | [**create_job**](docs/AutomationApi#create_job) | **POST** `/api/2/jobs` |
6565
*AutomationApi* | [**create_schedule**](docs/AutomationApi#create_schedule) | **POST** `/api/2/schedules` |
6666
*AutomationApi* | [**create_subtask**](docs/AutomationApi#create_subtask) | **POST** `/api/2/subtasks` |
67+
*AutomationApi* | [**delete_finished_tasks**](docs/AutomationApi#delete_finished_tasks) | **DELETE** `/api/2/tasks/finished` |
6768
*AutomationApi* | [**delete_job**](docs/AutomationApi#delete_job) | **DELETE** `/api/2/jobs/{id}` |
6869
*AutomationApi* | [**delete_schedule**](docs/AutomationApi#delete_schedule) | **DELETE** `/api/2/schedules/{id}` |
6970
*AutomationApi* | [**delete_subtask**](docs/AutomationApi#delete_subtask) | **DELETE** `/api/2/subtasks/{id}` |
@@ -79,6 +80,7 @@ Class | Method | HTTP request | Description
7980
*AutomationApi* | [**get_finished_tasks**](docs/AutomationApi#get_finished_tasks) | **GET** `/api/2/tasks/finished` |
8081
*AutomationApi* | [**get_job**](docs/AutomationApi#get_job) | **GET** `/api/2/jobs/{id}` |
8182
*AutomationApi* | [**get_pending_tasks**](docs/AutomationApi#get_pending_tasks) | **GET** `/api/2/tasks/pending` |
83+
*AutomationApi* | [**get_python_environments**](docs/AutomationApi#get_python_environments) | **GET** `/api/2/python/environments` |
8284
*AutomationApi* | [**get_schedule**](docs/AutomationApi#get_schedule) | **GET** `/api/2/schedules/{id}` |
8385
*AutomationApi* | [**get_subtask**](docs/AutomationApi#get_subtask) | **GET** `/api/2/subtasks/{id}` |
8486
*AutomationApi* | [**get_task**](docs/AutomationApi#get_task) | **GET** `/api/2/tasks/{id}` |
@@ -399,7 +401,6 @@ Class | Method | HTTP request | Description
399401
*TapeArchiveApi* | [**patch_tape_group**](docs/TapeArchiveApi#patch_tape_group) | **PATCH** `/api/2/archive/tape/groups/{id}` |
400402
*TapeArchiveApi* | [**update_tape**](docs/TapeArchiveApi#update_tape) | **PUT** `/api/2/archive/tape/tapes/{id}` |
401403
*TapeArchiveApi* | [**update_tape_group**](docs/TapeArchiveApi#update_tape_group) | **PUT** `/api/2/archive/tape/groups/{id}` |
402-
*TasksApi* | [**get_python_environments**](docs/TasksApi#get_python_environments) | **GET** `/api/2/python/environments` |
403404

404405

405406
## Models
@@ -451,6 +452,7 @@ Class | Method | HTTP request | Description
451452
- [ElementsUserMini](docs/ElementsUserMini)
452453
- [ElementsUserProfile](docs/ElementsUserProfile)
453454
- [ElementsUserProfilePartialUpdate](docs/ElementsUserProfilePartialUpdate)
455+
- [ElementsVersion](docs/ElementsVersion)
454456
- [EnableTOTPRequest](docs/EnableTOTPRequest)
455457
- [Event](docs/Event)
456458
- [ExternalTranscoder](docs/ExternalTranscoder)

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</section>
2727
<footer>
2828
<p>
29-
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><a href='versions/3.2.0'>3.2.0</a> &#183; <a href='versions/3.1.1'>3.1.1</a> &#183; <a href='versions/3.0.4'>3.0.4</a><!--VERSIONS-END-->
29+
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><a href='versions/3.2.1'>3.2.1</a> &#183; <a href='versions/3.2.0'>3.2.0</a> &#183; <a href='versions/3.1.1'>3.1.1</a> &#183; <a href='versions/3.0.4'>3.0.4</a><!--VERSIONS-END-->
3030
</p>
3131
<p>Maintained by <a href="https://github.com/elements-storage">elements-storage</a> on GitHub.</p>
3232
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>

docs/AWSApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# elements_sdk.AWSApi
22

3-
All URIs are relative to *https://elements.local*
3+
All URIs are relative to *http://localhost*
44
>
55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -40,7 +40,7 @@ configuration = elements_sdk.Configuration()
4040
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
4141
configuration.api_key_prefix['Authorization'] = 'Bearer'
4242

43-
configuration.host = "https://elements.local"
43+
configuration.host = "http://localhost"
4444

4545
# Enter a context with an instance of the API client
4646
with elements_sdk.ApiClient(configuration) as api_client:
@@ -93,7 +93,7 @@ configuration = elements_sdk.Configuration()
9393
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
9494
configuration.api_key_prefix['Authorization'] = 'Bearer'
9595

96-
configuration.host = "https://elements.local"
96+
configuration.host = "http://localhost"
9797

9898
# Enter a context with an instance of the API client
9999
with elements_sdk.ApiClient(configuration) as api_client:
@@ -146,7 +146,7 @@ configuration = elements_sdk.Configuration()
146146
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
147147
configuration.api_key_prefix['Authorization'] = 'Bearer'
148148

149-
configuration.host = "https://elements.local"
149+
configuration.host = "http://localhost"
150150

151151
# Enter a context with an instance of the API client
152152
with elements_sdk.ApiClient(configuration) as api_client:
@@ -207,7 +207,7 @@ configuration = elements_sdk.Configuration()
207207
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
208208
configuration.api_key_prefix['Authorization'] = 'Bearer'
209209

210-
configuration.host = "https://elements.local"
210+
configuration.host = "http://localhost"
211211

212212
# Enter a context with an instance of the API client
213213
with elements_sdk.ApiClient(configuration) as api_client:
@@ -260,7 +260,7 @@ configuration = elements_sdk.Configuration()
260260
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
261261
configuration.api_key_prefix['Authorization'] = 'Bearer'
262262

263-
configuration.host = "https://elements.local"
263+
configuration.host = "http://localhost"
264264

265265
# Enter a context with an instance of the API client
266266
with elements_sdk.ApiClient(configuration) as api_client:
@@ -313,7 +313,7 @@ configuration = elements_sdk.Configuration()
313313
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
314314
configuration.api_key_prefix['Authorization'] = 'Bearer'
315315

316-
configuration.host = "https://elements.local"
316+
configuration.host = "http://localhost"
317317

318318
# Enter a context with an instance of the API client
319319
with elements_sdk.ApiClient(configuration) as api_client:
@@ -366,7 +366,7 @@ configuration = elements_sdk.Configuration()
366366
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
367367
configuration.api_key_prefix['Authorization'] = 'Bearer'
368368

369-
configuration.host = "https://elements.local"
369+
configuration.host = "http://localhost"
370370

371371
# Enter a context with an instance of the API client
372372
with elements_sdk.ApiClient(configuration) as api_client:
@@ -421,7 +421,7 @@ configuration = elements_sdk.Configuration()
421421
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
422422
configuration.api_key_prefix['Authorization'] = 'Bearer'
423423

424-
configuration.host = "https://elements.local"
424+
configuration.host = "http://localhost"
425425

426426
# Enter a context with an instance of the API client
427427
with elements_sdk.ApiClient(configuration) as api_client:
@@ -474,7 +474,7 @@ configuration = elements_sdk.Configuration()
474474
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
475475
configuration.api_key_prefix['Authorization'] = 'Bearer'
476476

477-
configuration.host = "https://elements.local"
477+
configuration.host = "http://localhost"
478478

479479
# Enter a context with an instance of the API client
480480
with elements_sdk.ApiClient(configuration) as api_client:

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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# elements_sdk.AuthApi
22

3-
All URIs are relative to *https://elements.local*
3+
All URIs are relative to *http://localhost*
44
>
55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -40,7 +40,7 @@ configuration = elements_sdk.Configuration()
4040
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
4141
configuration.api_key_prefix['Authorization'] = 'Bearer'
4242

43-
configuration.host = "https://elements.local"
43+
configuration.host = "http://localhost"
4444

4545
# Enter a context with an instance of the API client
4646
with elements_sdk.ApiClient(configuration) as api_client:
@@ -93,7 +93,7 @@ configuration = elements_sdk.Configuration()
9393
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
9494
configuration.api_key_prefix['Authorization'] = 'Bearer'
9595

96-
configuration.host = "https://elements.local"
96+
configuration.host = "http://localhost"
9797

9898
# Enter a context with an instance of the API client
9999
with elements_sdk.ApiClient(configuration) as api_client:
@@ -142,7 +142,7 @@ configuration = elements_sdk.Configuration()
142142
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
143143
configuration.api_key_prefix['Authorization'] = 'Bearer'
144144

145-
configuration.host = "https://elements.local"
145+
configuration.host = "http://localhost"
146146

147147
# Enter a context with an instance of the API client
148148
with elements_sdk.ApiClient(configuration) as api_client:
@@ -195,7 +195,7 @@ configuration = elements_sdk.Configuration()
195195
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
196196
configuration.api_key_prefix['Authorization'] = 'Bearer'
197197

198-
configuration.host = "https://elements.local"
198+
configuration.host = "http://localhost"
199199

200200
# Enter a context with an instance of the API client
201201
with elements_sdk.ApiClient(configuration) as api_client:
@@ -244,7 +244,7 @@ configuration = elements_sdk.Configuration()
244244
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
245245
configuration.api_key_prefix['Authorization'] = 'Bearer'
246246

247-
configuration.host = "https://elements.local"
247+
configuration.host = "http://localhost"
248248

249249
# Enter a context with an instance of the API client
250250
with elements_sdk.ApiClient(configuration) as api_client:
@@ -297,7 +297,7 @@ configuration = elements_sdk.Configuration()
297297
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
298298
configuration.api_key_prefix['Authorization'] = 'Bearer'
299299

300-
configuration.host = "https://elements.local"
300+
configuration.host = "http://localhost"
301301

302302
# Enter a context with an instance of the API client
303303
with elements_sdk.ApiClient(configuration) as api_client:
@@ -364,7 +364,7 @@ configuration = elements_sdk.Configuration()
364364
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
365365
configuration.api_key_prefix['Authorization'] = 'Bearer'
366366

367-
configuration.host = "https://elements.local"
367+
configuration.host = "http://localhost"
368368

369369
# Enter a context with an instance of the API client
370370
with elements_sdk.ApiClient(configuration) as api_client:
@@ -417,7 +417,7 @@ configuration = elements_sdk.Configuration()
417417
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
418418
configuration.api_key_prefix['Authorization'] = 'Bearer'
419419

420-
configuration.host = "https://elements.local"
420+
configuration.host = "http://localhost"
421421

422422
# Enter a context with an instance of the API client
423423
with elements_sdk.ApiClient(configuration) as api_client:
@@ -466,7 +466,7 @@ configuration = elements_sdk.Configuration()
466466
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
467467
configuration.api_key_prefix['Authorization'] = 'Bearer'
468468

469-
configuration.host = "https://elements.local"
469+
configuration.host = "http://localhost"
470470

471471
# Enter a context with an instance of the API client
472472
with elements_sdk.ApiClient(configuration) as api_client:

0 commit comments

Comments
 (0)