Skip to content

Commit a12e648

Browse files
committed
v3.3.2
1 parent f18f354 commit a12e648

File tree

654 files changed

+39382
-3167
lines changed

Some content is hidden

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

654 files changed

+39382
-3167
lines changed

.openapi-generator/FILES

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ docs/PasswordResetEndpointRequest.md
133133
docs/Path.md
134134
docs/PathInput.md
135135
docs/Production.md
136+
docs/ProductionMini.md
136137
docs/ProductionPartialUpdate.md
137138
docs/Proxy.md
138139
docs/ProxyCount.md
@@ -244,9 +245,10 @@ docs/WorkflowTransitionRequest.md
244245
docs/WorkflowTransitionResponse.md
245246
docs/Workspace.md
246247
docs/WorkspaceCheckIn.md
248+
docs/WorkspaceDetail.md
249+
docs/WorkspaceDetailPartialUpdate.md
247250
docs/WorkspaceEndpoint.md
248251
docs/WorkspaceMoveToRequest.md
249-
docs/WorkspacePartialUpdate.md
250252
docs/WorkspacePermission.md
251253
docs/WorkspacePermissionPartialUpdate.md
252254
docs/WorkspaceResolvedPermission.md
@@ -392,6 +394,7 @@ elements_sdk/models/password_reset_endpoint_request.py
392394
elements_sdk/models/path.py
393395
elements_sdk/models/path_input.py
394396
elements_sdk/models/production.py
397+
elements_sdk/models/production_mini.py
395398
elements_sdk/models/production_partial_update.py
396399
elements_sdk/models/proxy.py
397400
elements_sdk/models/proxy_count.py
@@ -500,9 +503,10 @@ elements_sdk/models/workflow_transition_request.py
500503
elements_sdk/models/workflow_transition_response.py
501504
elements_sdk/models/workspace.py
502505
elements_sdk/models/workspace_check_in.py
506+
elements_sdk/models/workspace_detail.py
507+
elements_sdk/models/workspace_detail_partial_update.py
503508
elements_sdk/models/workspace_endpoint.py
504509
elements_sdk/models/workspace_move_to_request.py
505-
elements_sdk/models/workspace_partial_update.py
506510
elements_sdk/models/workspace_permission.py
507511
elements_sdk/models/workspace_permission_partial_update.py
508512
elements_sdk/models/workspace_resolved_permission.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.3.0
5+
- Latest build: 3.3.2
66

77
## Installation & Usage
88

@@ -564,6 +564,7 @@ Class | Method | HTTP request | Description
564564
- [Path](docs/Path)
565565
- [PathInput](docs/PathInput)
566566
- [Production](docs/Production)
567+
- [ProductionMini](docs/ProductionMini)
567568
- [ProductionPartialUpdate](docs/ProductionPartialUpdate)
568569
- [Proxy](docs/Proxy)
569570
- [ProxyCount](docs/ProxyCount)
@@ -672,9 +673,10 @@ Class | Method | HTTP request | Description
672673
- [WorkflowTransitionResponse](docs/WorkflowTransitionResponse)
673674
- [Workspace](docs/Workspace)
674675
- [WorkspaceCheckIn](docs/WorkspaceCheckIn)
676+
- [WorkspaceDetail](docs/WorkspaceDetail)
677+
- [WorkspaceDetailPartialUpdate](docs/WorkspaceDetailPartialUpdate)
675678
- [WorkspaceEndpoint](docs/WorkspaceEndpoint)
676679
- [WorkspaceMoveToRequest](docs/WorkspaceMoveToRequest)
677-
- [WorkspacePartialUpdate](docs/WorkspacePartialUpdate)
678680
- [WorkspacePermission](docs/WorkspacePermission)
679681
- [WorkspacePermissionPartialUpdate](docs/WorkspacePermissionPartialUpdate)
680682
- [WorkspaceResolvedPermission](docs/WorkspaceResolvedPermission)

_layouts/default.html

Lines changed: 1 addition & 1 deletion
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.3.0'>3.3.0</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-->
30+
Releases: <a href='/'>Latest</a> &#183; <!--VERSIONS-START--><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><!--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/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/AuthApi.md

Lines changed: 13 additions & 13 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
------------- | ------------- | -------------
@@ -43,7 +43,7 @@ configuration = elements_sdk.Configuration()
4343
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
4444
configuration.api_key_prefix['Authorization'] = 'Bearer'
4545

46-
configuration.host = "https://elements.local"
46+
configuration.host = "http://localhost"
4747

4848
# Enter a context with an instance of the API client
4949
with elements_sdk.ApiClient(configuration) as api_client:
@@ -96,7 +96,7 @@ configuration = elements_sdk.Configuration()
9696
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
9797
configuration.api_key_prefix['Authorization'] = 'Bearer'
9898

99-
configuration.host = "https://elements.local"
99+
configuration.host = "http://localhost"
100100

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

148-
configuration.host = "https://elements.local"
148+
configuration.host = "http://localhost"
149149

150150
# Enter a context with an instance of the API client
151151
with elements_sdk.ApiClient(configuration) as api_client:
@@ -198,7 +198,7 @@ configuration = elements_sdk.Configuration()
198198
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
199199
configuration.api_key_prefix['Authorization'] = 'Bearer'
200200

201-
configuration.host = "https://elements.local"
201+
configuration.host = "http://localhost"
202202

203203
# Enter a context with an instance of the API client
204204
with elements_sdk.ApiClient(configuration) as api_client:
@@ -247,7 +247,7 @@ configuration = elements_sdk.Configuration()
247247
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
248248
configuration.api_key_prefix['Authorization'] = 'Bearer'
249249

250-
configuration.host = "https://elements.local"
250+
configuration.host = "http://localhost"
251251

252252
# Enter a context with an instance of the API client
253253
with elements_sdk.ApiClient(configuration) as api_client:
@@ -300,7 +300,7 @@ configuration = elements_sdk.Configuration()
300300
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
301301
configuration.api_key_prefix['Authorization'] = 'Bearer'
302302

303-
configuration.host = "https://elements.local"
303+
configuration.host = "http://localhost"
304304

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

370-
configuration.host = "https://elements.local"
370+
configuration.host = "http://localhost"
371371

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

423-
configuration.host = "https://elements.local"
423+
configuration.host = "http://localhost"
424424

425425
# Enter a context with an instance of the API client
426426
with elements_sdk.ApiClient(configuration) as api_client:
@@ -469,7 +469,7 @@ configuration = elements_sdk.Configuration()
469469
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
470470
configuration.api_key_prefix['Authorization'] = 'Bearer'
471471

472-
configuration.host = "https://elements.local"
472+
configuration.host = "http://localhost"
473473

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

525-
configuration.host = "https://elements.local"
525+
configuration.host = "http://localhost"
526526

527527
# Enter a context with an instance of the API client
528528
with elements_sdk.ApiClient(configuration) as api_client:
@@ -577,7 +577,7 @@ configuration = elements_sdk.Configuration()
577577
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
578578
configuration.api_key_prefix['Authorization'] = 'Bearer'
579579

580-
configuration.host = "https://elements.local"
580+
configuration.host = "http://localhost"
581581

582582
# Enter a context with an instance of the API client
583583
with elements_sdk.ApiClient(configuration) as api_client:
@@ -630,7 +630,7 @@ configuration = elements_sdk.Configuration()
630630
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
631631
configuration.api_key_prefix['Authorization'] = 'Bearer'
632632

633-
configuration.host = "https://elements.local"
633+
configuration.host = "http://localhost"
634634

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

0 commit comments

Comments
 (0)