Skip to content

Commit 411a418

Browse files
committed
v24.7.0
1 parent eeb7c87 commit 411a418

File tree

661 files changed

+53583
-1861
lines changed

Some content is hidden

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

661 files changed

+53583
-1861
lines changed

.openapi-generator/FILES

+470-4
Large diffs are not rendered by default.

README.md

+39-34
Large diffs are not rendered by default.

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</section>
2828
<footer>
2929
<p>
30-
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><a href='/versions/3.6.1'>3.6.1</a> &#183; <a href='/versions/3.6.0'>3.6.0</a> &#183; <a href='/versions/3.5.4'>3.5.4</a> &#183; <a href='/versions/3.5.3'>3.5.3</a> &#183; <a href='/versions/3.5.2'>3.5.2</a> &#183; <a href='/versions/3.5.1'>3.5.1</a> &#183; <a href='/versions/3.5.0'>3.5.0</a> &#183; <a href='/versions/3.4.0'>3.4.0</a> &#183; <a href='/versions/3.3.2'>3.3.2</a> &#183; <a href='/versions/3.3.1'>3.3.1</a> &#183; <a href='/versions/3.3.0'>3.3.0</a> &#183; <a href='/versions/3.2.0'>3.2.0</a> &#183; <a href='/versions/3.0.4'>3.0.4</a> &#183; <a href='/versions/24.4.0'>24.4.0</a> &#183; <a href='/versions/24.1.0'>24.1.0</a> &#183; <a href='/versions/23.7.0'>23.7.0</a> &#183; <a href='/versions/23.5.0'>23.5.0</a> &#183; <a href='/versions/23.10.0'>23.10.0</a><!--VERSIONS-END-->
30+
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><a href='/versions/3.6.1'>3.6.1</a> &#183; <a href='/versions/3.6.0'>3.6.0</a> &#183; <a href='/versions/3.5.4'>3.5.4</a> &#183; <a href='/versions/3.5.3'>3.5.3</a> &#183; <a href='/versions/3.5.2'>3.5.2</a> &#183; <a href='/versions/3.5.1'>3.5.1</a> &#183; <a href='/versions/3.5.0'>3.5.0</a> &#183; <a href='/versions/3.4.0'>3.4.0</a> &#183; <a href='/versions/3.3.2'>3.3.2</a> &#183; <a href='/versions/3.3.1'>3.3.1</a> &#183; <a href='/versions/3.3.0'>3.3.0</a> &#183; <a href='/versions/3.2.0'>3.2.0</a> &#183; <a href='/versions/3.0.4'>3.0.4</a> &#183; <a href='/versions/24.7.0'>24.7.0</a> &#183; <a href='/versions/24.4.0'>24.4.0</a> &#183; <a href='/versions/24.1.0'>24.1.0</a> &#183; <a href='/versions/23.7.0'>23.7.0</a> &#183; <a href='/versions/23.5.0'>23.5.0</a> &#183; <a href='/versions/23.10.0'>23.10.0</a><!--VERSIONS-END-->
3131
</p>
3232
<p>Maintained by <a href="https://github.com/elements-storage">elements-storage</a> on GitHub.</p>
3333
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>

docs/AIApi.md

-4
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,6 @@ Name | Type | Description | Notes
10531053

10541054

10551055

1056-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
1057-
10581056
### Example
10591057

10601058

@@ -1540,8 +1538,6 @@ Name | Type | Description | Notes
15401538

15411539

15421540

1543-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
1544-
15451541
### Example
15461542

15471543

docs/Asset.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Name | Type | Description | Notes
3434
**matched_scanner** | **str, none_type** | | [optional] [readonly]
3535
**workflow_state** | **int** | | [optional]
3636
**timecode** | **float, none_type** | | [optional]
37-
**set** | **int, none_type** | | [optional]
37+
**set_stack_order** | **int** | | [optional]
38+
**set_stack** | **int, none_type** | | [optional] [readonly]
39+
**version_stack** | **int, none_type** | | [optional] [readonly]
3840

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

docs/AssetPartialUpdate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**tags** | [**[TagReference]**](TagReference.md) | | [optional]
1010
**workflow_state** | **int** | | [optional]
1111
**timecode** | **float, none_type** | | [optional]
12-
**set** | **int, none_type** | | [optional]
12+
**set_stack_order** | **int** | | [optional]
1313

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

docs/AssetProjectLink.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **int** | |
99
**project** | [**Asset**](Asset.md) | |
10-
**sequence_name** | **str** | |
11-
**asset** | **int** | |
10+
**sequence_name** | **str** | | [optional]
1211

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

docs/AssetRating.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
88
**id** | **int** | |
99
**user** | [**ElementsUserMiniReference**](ElementsUserMiniReference.md) | |
1010
**date** | **datetime** | | [readonly]
11-
**asset** | **int** | |
1211
**rating** | **int** | | [optional]
1312

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

docs/AssetRatingUpdate.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**user** | [**ElementsUserMiniReference**](ElementsUserMiniReference.md) | |
9-
**asset** | **int** | |
109
**rating** | **int** | | [optional]
1110

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

docs/AssetSubtitleLink.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**subtitle** | [**AssetMiniReference**](AssetMiniReference.md) | |
99
**label** | **str** | |
10-
**key** | **str, none_type** | |
11-
**asset** | **int** | |
1210
**id** | **int** | | [optional] [readonly]
11+
**key** | **str, none_type** | | [optional]
1312

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

docs/AssetSubtitleLinkPartialUpdate.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
88
**subtitle** | [**AssetMiniReference**](AssetMiniReference.md) | | [optional]
99
**label** | **str** | | [optional]
1010
**key** | **str, none_type** | | [optional]
11-
**asset** | **int** | | [optional]
1211

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

docs/AssetSubtitleLinkUpdate.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**subtitle** | [**AssetMiniReference**](AssetMiniReference.md) | |
99
**label** | **str** | |
10-
**key** | **str, none_type** | |
11-
**asset** | **int** | |
10+
**key** | **str, none_type** | | [optional]
1211

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

docs/AssetUpdate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**tags** | [**[TagReference]**](TagReference.md) | |
1010
**workflow_state** | **int** | | [optional]
1111
**timecode** | **float, none_type** | | [optional]
12-
**set** | **int, none_type** | | [optional]
12+
**set_stack_order** | **int** | | [optional]
1313

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

docs/AuthApi.md

+8-12
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ Method | HTTP request | Description
4747

4848

4949

50-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
51-
5250
### Example
5351

5452

@@ -232,6 +230,8 @@ with elements_sdk.ApiClient(configuration) as api_client:
232230
sp_certificate="sp_certificate_example",
233231
sp_certificate_key="sp_certificate_key_example",
234232
nameid_format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
233+
auto_create_users=True,
234+
user_template=1,
235235
) # SAMLProviderUpdate |
236236

237237
# example passing only required values which don't have defaults set
@@ -404,7 +404,7 @@ void (empty response body)
404404

405405

406406

407-
### Required permissions * <rest_framework.permissions.OperandHolder object at 0x117e48250>
407+
### Required permissions * Authenticated user OR inside password reset flow OR inside \"password change required\" flow
408408

409409
### Example
410410

@@ -470,7 +470,7 @@ Name | Type | Description | Notes
470470

471471

472472

473-
### Required permissions * <rest_framework.permissions.OperandHolder object at 0x117e3edf0>
473+
### Required permissions * Authenticated user OR inside password reset flow OR inside \"password change required\" flow
474474

475475
### Example
476476

@@ -961,8 +961,6 @@ void (empty response body)
961961

962962

963963

964-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
965-
966964
### Example
967965

968966

@@ -1017,8 +1015,6 @@ Name | Type | Description | Notes
10171015

10181016

10191017

1020-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
1021-
10221018
### Example
10231019

10241020

@@ -1061,8 +1057,6 @@ void (empty response body)
10611057

10621058

10631059

1064-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
1065-
10661060
### Example
10671061

10681062

@@ -1246,6 +1240,8 @@ with elements_sdk.ApiClient(configuration) as api_client:
12461240
sp_certificate="sp_certificate_example",
12471241
sp_certificate_key="sp_certificate_key_example",
12481242
nameid_format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
1243+
auto_create_users=True,
1244+
user_template=1,
12491245
) # SAMLProviderPartialUpdate |
12501246

12511247
# example passing only required values which don't have defaults set
@@ -1376,8 +1372,6 @@ Name | Type | Description | Notes
13761372

13771373

13781374

1379-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
1380-
13811375
### Example
13821376

13831377

@@ -1898,6 +1892,8 @@ with elements_sdk.ApiClient(configuration) as api_client:
18981892
sp_certificate="sp_certificate_example",
18991893
sp_certificate_key="sp_certificate_key_example",
19001894
nameid_format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
1895+
auto_create_users=True,
1896+
user_template=1,
19011897
) # SAMLProviderUpdate |
19021898

19031899
# example passing only required values which don't have defaults set

docs/AutomationApi.md

-8
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,6 @@ void (empty response body)
741741

742742

743743

744-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
745-
746744
### Example
747745

748746

@@ -1028,8 +1026,6 @@ Name | Type | Description | Notes
10281026

10291027

10301028

1031-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
1032-
10331029
### Example
10341030

10351031

@@ -1164,8 +1160,6 @@ Name | Type | Description | Notes
11641160

11651161

11661162

1167-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
1168-
11691163
### Example
11701164

11711165

@@ -1728,8 +1722,6 @@ Name | Type | Description | Notes
17281722

17291723

17301724

1731-
### Required permissions * <class 'rest_framework.permissions.AllowAny'>
1732-
17331725
### Example
17341726

17351727

docs/Certificate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Name | Type | Description | Notes
88
**certificate** | **str** | |
99
**name** | **str** | | [readonly]
1010
**issuer** | **str** | | [readonly]
11-
**domains** | **str** | | [readonly]
11+
**domains** | **[str]** | | [readonly]
1212
**fingerprint** | **str** | | [readonly]
1313
**not_valid_before** | **str** | | [readonly]
1414
**not_valid_after** | **str** | | [readonly]
15-
**expired** | **str** | | [readonly]
16-
**key_matches** | **str** | | [readonly]
17-
**domain_matches** | **str** | | [readonly]
15+
**expired** | **bool** | | [readonly]
16+
**key_matches** | **bool** | | [readonly]
17+
**domain_matches** | **bool** | | [readonly]
1818
**key** | **str** | | [optional]
1919

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

docs/CheckCertificateRequest.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CheckCertificateRequest
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**certificate** | **str** | |
9+
**key** | **str** | | [optional]
10+
11+
[[Back to Model list]](../#documentation-for-models) [[Back to API list]](../#documentation-for-api-endpoints) [[Back to README]](../)
12+
13+

docs/ElementsGroup.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**members** | **[int]** | |
1313
**permissions** | **[str, none_type]** | | [optional]
1414
**ldap_dn** | **str, none_type** | | [optional]
15+
**ldap_guid** | **str, none_type** | | [optional]
1516
**unix_groupname** | **str, none_type** | | [optional]
1617
**gid** | **int, none_type** | | [optional]
1718
**ldap** | **int, none_type** | | [optional]

docs/ElementsGroupDetail.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
1313
**members** | [**[ElementsUserReference]**](ElementsUserReference.md) | | [optional]
1414
**ldap** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
1515
**ldap_dn** | **str, none_type** | | [optional]
16+
**ldap_guid** | **str, none_type** | | [optional]
1617
**unix_groupname** | **str, none_type** | | [optional]
1718
**gid** | **int, none_type** | | [optional]
1819

docs/ElementsGroupDetailPartialUpdate.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**ldap** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
1111
**name** | **str** | | [optional]
1212
**ldap_dn** | **str, none_type** | | [optional]
13+
**ldap_guid** | **str, none_type** | | [optional]
1314
**unix_groupname** | **str, none_type** | | [optional]
1415
**gid** | **int, none_type** | | [optional]
1516

docs/ElementsGroupDetailUpdate.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**members** | [**[ElementsUserReference]**](ElementsUserReference.md) | | [optional]
1111
**ldap** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
1212
**ldap_dn** | **str, none_type** | | [optional]
13+
**ldap_guid** | **str, none_type** | | [optional]
1314
**unix_groupname** | **str, none_type** | | [optional]
1415
**gid** | **int, none_type** | | [optional]
1516

docs/ElementsGroupReference.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
1111
**effective_permissions** | **[str, none_type]** | | [optional] [readonly]
1212
**name** | **str** | | [optional] [readonly]
1313
**ldap_dn** | **str, none_type** | | [optional] [readonly]
14+
**ldap_guid** | **str, none_type** | | [optional] [readonly]
1415
**unix_groupname** | **str, none_type** | | [optional] [readonly]
1516
**gid** | **int, none_type** | | [optional] [readonly]
1617
**ldap** | **int, none_type** | | [optional] [readonly]

docs/ElementsUser.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Name | Type | Description | Notes
3333
**language** | **str, none_type** | | [optional]
3434
**last_seen** | **datetime, none_type** | | [optional] [readonly]
3535
**ldap** | **int, none_type** | | [optional] [readonly]
36-
**ldap_dn** | **str, none_type** | | [optional] [readonly]
36+
**ldap_dn** | **str, none_type** | | [optional]
37+
**ldap_guid** | **str, none_type** | | [optional] [readonly]
3738
**password_change_required** | **bool** | | [optional]
3839
**shaper_ceiling** | **int, none_type** | | [optional]
3940
**shaper_rate** | **int, none_type** | | [optional]

docs/ElementsUserDetail.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Name | Type | Description | Notes
3434
**language** | **str, none_type** | | [optional]
3535
**last_seen** | **datetime, none_type** | | [optional] [readonly]
3636
**ldap** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
37-
**ldap_dn** | **str, none_type** | | [optional] [readonly]
37+
**ldap_dn** | **str, none_type** | | [optional]
38+
**ldap_guid** | **str, none_type** | | [optional] [readonly]
3839
**password_change_required** | **bool** | | [optional]
3940
**shaper_ceiling** | **int, none_type** | | [optional]
4041
**shaper_rate** | **int, none_type** | | [optional]

docs/ElementsUserDetailPartialUpdate.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
2020
**is_enabled** | **bool** | | [optional]
2121
**language** | **str, none_type** | | [optional]
2222
**ldap** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
23+
**ldap_dn** | **str, none_type** | | [optional]
2324
**password_change_required** | **bool** | | [optional]
2425
**permissions** | **[str, none_type]** | | [optional]
2526
**shaper_ceiling** | **int, none_type** | | [optional]

docs/ElementsUserDetailUpdate.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
2323
**is_enabled** | **bool** | | [optional]
2424
**language** | **str, none_type** | | [optional]
2525
**ldap** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
26+
**ldap_dn** | **str, none_type** | | [optional]
2627
**password_change_required** | **bool** | | [optional]
2728
**shaper_ceiling** | **int, none_type** | | [optional]
2829
**shaper_rate** | **int, none_type** | | [optional]

docs/ElementsUserReference.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
3030
**last_seen** | **datetime, none_type** | | [optional] [readonly]
3131
**ldap** | **int, none_type** | | [optional] [readonly]
3232
**ldap_dn** | **str, none_type** | | [optional] [readonly]
33+
**ldap_guid** | **str, none_type** | | [optional] [readonly]
3334
**password_change_required** | **bool** | | [optional] [readonly]
3435
**permissions** | **[str, none_type]** | | [optional] [readonly]
3536
**shaper_ceiling** | **int, none_type** | | [optional] [readonly]

docs/Event.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**group** | **str** | |
1111
**icon_class** | **str** | |
1212
**license_component** | **str** | |
13+
**new_since_version** | **str** | |
1314
**arg_types** | [**{str: (ArgumentType,)}**](ArgumentType.md) | | [readonly]
1415

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

docs/ExternalTranscoder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**id** | **int** | |
9-
**path_mappings** | **[{str: (str, none_type)}]** | |
9+
**path_mappings** | [**[PathMapping]**](PathMapping.md) | |
1010
**name** | **str** | |
1111
**address** | **str** | |
1212
**type** | **str** | | [optional]

docs/ExternalTranscoderPartialUpdate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**path_mappings** | **[{str: (str, none_type)}]** | | [optional]
8+
**path_mappings** | [**[PathMapping]**](PathMapping.md) | | [optional]
99
**name** | **str** | | [optional]
1010
**type** | **str** | | [optional]
1111
**address** | **str** | | [optional]

docs/ExternalTranscoderUpdate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**path_mappings** | **[{str: (str, none_type)}]** | |
8+
**path_mappings** | [**[PathMapping]**](PathMapping.md) | |
99
**name** | **str** | |
1010
**address** | **str** | |
1111
**type** | **str** | | [optional]

docs/LDAPServerGroup.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**dn** | **str** | |
99
**name** | **str** | |
1010
**users** | [**[LDAPServerUser]**](LDAPServerUser.md) | |
11+
**guid** | **str, none_type** | |
1112

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

0 commit comments

Comments
 (0)