Skip to content

Commit 7c20bde

Browse files
committed
fix(api): upgrade to API v0.8.7
1 parent 0e11c74 commit 7c20bde

File tree

265 files changed

+1305
-795
lines changed

Some content is hidden

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

265 files changed

+1305
-795
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44

55
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

7-
- API version: 0.7.5
7+
- API version: 0.8.7
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements
@@ -127,12 +127,14 @@ Class | Method | HTTP request | Description
127127
*RegistriesApi* | [**post_operator**](https://github.com/pollination/python-sdk/blob/master/docs/RegistriesApi.md#post_operator) | **POST** /registries/{owner}/operators | Push an Operator to the registry
128128
*RegistriesApi* | [**post_recipe**](https://github.com/pollination/python-sdk/blob/master/docs/RegistriesApi.md#post_recipe) | **POST** /registries/{owner}/recipes | Push an Recipe to the registry
129129
*SimulationsApi* | [**create_simulation**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#create_simulation) | **POST** /projects/{owner}/{name}/simulations | Schedule a simulation
130+
*SimulationsApi* | [**download_simulation_artifact**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#download_simulation_artifact) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/artifacts/download | Download an artifact from the simulation folder
130131
*SimulationsApi* | [**get_simulation**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation) | **GET** /projects/{owner}/{name}/simulations/{simulation_id} | Get a Simulation
131132
*SimulationsApi* | [**get_simulation_inputs**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_inputs) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/inputs | Get simulation inputs
132133
*SimulationsApi* | [**get_simulation_logs**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_logs) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/logs | Get simulation logs
133134
*SimulationsApi* | [**get_simulation_output_artifact**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_output_artifact) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/outputs/artifacts/{artifact_name} | Get simulation output artifact by name
134135
*SimulationsApi* | [**get_simulation_outputs**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_outputs) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/outputs | Get simulation outputs
135136
*SimulationsApi* | [**get_simulation_task_logs**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#get_simulation_task_logs) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/task/{task_id}/logs | Get a simulation task's logs
137+
*SimulationsApi* | [**list_simulation_artifacts**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#list_simulation_artifacts) | **GET** /projects/{owner}/{name}/simulations/{simulation_id}/artifacts | List artifacts in a simulation folder
136138
*SimulationsApi* | [**list_simulations**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#list_simulations) | **GET** /projects/{owner}/{name}/simulations | List simulations
137139
*SimulationsApi* | [**resume_simulation**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#resume_simulation) | **PUT** /projects/{owner}/{name}/simulations/{simulation_id}/resume | resume a simulation
138140
*SimulationsApi* | [**stop_simulation**](https://github.com/pollination/python-sdk/blob/master/docs/SimulationsApi.md#stop_simulation) | **PUT** /projects/{owner}/{name}/simulations/{simulation_id}/stop | Stop a simulation
@@ -161,9 +163,9 @@ Class | Method | HTTP request | Description
161163

162164
- [Accepted](https://github.com/pollination/python-sdk/blob/master/docs/Accepted.md)
163165
- [AccountPublic](https://github.com/pollination/python-sdk/blob/master/docs/AccountPublic.md)
164-
- [ArgumentArtifact](https://github.com/pollination/python-sdk/blob/master/docs/ArgumentArtifact.md)
166+
- [AppModulesProjectsDtoSimulationArgumentArtifact](https://github.com/pollination/python-sdk/blob/master/docs/AppModulesProjectsDtoSimulationArgumentArtifact.md)
167+
- [AppModulesProjectsDtoSimulationArguments](https://github.com/pollination/python-sdk/blob/master/docs/AppModulesProjectsDtoSimulationArguments.md)
165168
- [ArgumentParameter](https://github.com/pollination/python-sdk/blob/master/docs/ArgumentParameter.md)
166-
- [Arguments](https://github.com/pollination/python-sdk/blob/master/docs/Arguments.md)
167169
- [BodyPostOperatorRegistriesOwnerOperatorsPost](https://github.com/pollination/python-sdk/blob/master/docs/BodyPostOperatorRegistriesOwnerOperatorsPost.md)
168170
- [BodyPostRecipeRegistriesOwnerRecipesPost](https://github.com/pollination/python-sdk/blob/master/docs/BodyPostRecipeRegistriesOwnerRecipesPost.md)
169171
- [Config](https://github.com/pollination/python-sdk/blob/master/docs/Config.md)
@@ -209,7 +211,6 @@ Class | Method | HTTP request | Description
209211
- [License](https://github.com/pollination/python-sdk/blob/master/docs/License.md)
210212
- [LoginDto](https://github.com/pollination/python-sdk/blob/master/docs/LoginDto.md)
211213
- [LoginToken](https://github.com/pollination/python-sdk/blob/master/docs/LoginToken.md)
212-
- [LoopControl](https://github.com/pollination/python-sdk/blob/master/docs/LoopControl.md)
213214
- [NewOperatorPackage](https://github.com/pollination/python-sdk/blob/master/docs/NewOperatorPackage.md)
214215
- [NewRecipePackage](https://github.com/pollination/python-sdk/blob/master/docs/NewRecipePackage.md)
215216
- [NewRepositoryDto](https://github.com/pollination/python-sdk/blob/master/docs/NewRepositoryDto.md)
@@ -220,7 +221,6 @@ Class | Method | HTTP request | Description
220221
- [OrgMemberDto](https://github.com/pollination/python-sdk/blob/master/docs/OrgMemberDto.md)
221222
- [OrgRoleEnum](https://github.com/pollination/python-sdk/blob/master/docs/OrgRoleEnum.md)
222223
- [PackageAbridgedDto](https://github.com/pollination/python-sdk/blob/master/docs/PackageAbridgedDto.md)
223-
- [PackageDto](https://github.com/pollination/python-sdk/blob/master/docs/PackageDto.md)
224224
- [PackageListDto](https://github.com/pollination/python-sdk/blob/master/docs/PackageListDto.md)
225225
- [PatchOrgDto](https://github.com/pollination/python-sdk/blob/master/docs/PatchOrgDto.md)
226226
- [PatchProjectDto](https://github.com/pollination/python-sdk/blob/master/docs/PatchProjectDto.md)
@@ -238,6 +238,8 @@ Class | Method | HTTP request | Description
238238
- [QueenbeeOperatorMetadataMetaData](https://github.com/pollination/python-sdk/blob/master/docs/QueenbeeOperatorMetadataMetaData.md)
239239
- [QueenbeeRecipeMetadataMaintainer](https://github.com/pollination/python-sdk/blob/master/docs/QueenbeeRecipeMetadataMaintainer.md)
240240
- [QueenbeeRecipeMetadataMetaData](https://github.com/pollination/python-sdk/blob/master/docs/QueenbeeRecipeMetadataMetaData.md)
241+
- [QueenbeeWorkflowArgumentsArgumentArtifact](https://github.com/pollination/python-sdk/blob/master/docs/QueenbeeWorkflowArgumentsArgumentArtifact.md)
242+
- [QueenbeeWorkflowArgumentsArguments](https://github.com/pollination/python-sdk/blob/master/docs/QueenbeeWorkflowArgumentsArguments.md)
241243
- [Recipe](https://github.com/pollination/python-sdk/blob/master/docs/Recipe.md)
242244
- [RecipePackage](https://github.com/pollination/python-sdk/blob/master/docs/RecipePackage.md)
243245
- [RecipeSelection](https://github.com/pollination/python-sdk/blob/master/docs/RecipeSelection.md)
@@ -252,6 +254,7 @@ Class | Method | HTTP request | Description
252254
- [S3UploadRequest](https://github.com/pollination/python-sdk/blob/master/docs/S3UploadRequest.md)
253255
- [SignUpDto](https://github.com/pollination/python-sdk/blob/master/docs/SignUpDto.md)
254256
- [SimulationList](https://github.com/pollination/python-sdk/blob/master/docs/SimulationList.md)
257+
- [SimulationOutputSource](https://github.com/pollination/python-sdk/blob/master/docs/SimulationOutputSource.md)
255258
- [SimulationStatus](https://github.com/pollination/python-sdk/blob/master/docs/SimulationStatus.md)
256259
- [StatusType](https://github.com/pollination/python-sdk/blob/master/docs/StatusType.md)
257260
- [SubmitSimulationDto](https://github.com/pollination/python-sdk/blob/master/docs/SubmitSimulationDto.md)

docs/LoopControl.md renamed to docs/AppModulesProjectsDtoSimulationArgumentArtifact.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# LoopControl
1+
# AppModulesProjectsDtoSimulationArgumentArtifact
22

3-
Loop Control
3+
A workflow Artifact Argument
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**key** | **str** | The loop control key determines how parameters and artifacts from a looped task can be identified | [optional]
7+
**name** | **str** | The name of the artifact |
8+
**source** | [**object**](.md) | |
89

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AppModulesProjectsDtoSimulationArguments
2+
3+
Simulation Arguments
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**parameters** | [**list[ArgumentParameter]**](ArgumentParameter.md) | A list of input parameters | [optional] [default to []]
8+
**artifacts** | [**list[AppModulesProjectsDtoSimulationArgumentArtifact]**](AppModulesProjectsDtoSimulationArgumentArtifact.md) | A list of input artifacts | [optional] [default to []]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/DAGOutputArtifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ An artifact sourced from within the DAG that is exposed as an output
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**name** | **str** | The name of the output variable |
8-
**_from** | [**TaskArtifactReference**](TaskArtifactReference.md) | The task reference to pull this output variable from. Note, this must be an output variable. |
8+
**_from** | [**object**](.md) | |
99

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

docs/DAGTaskLoop.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**_from** | [**object**](.md) | | [optional]
88
**value** | **list[object]** | A list of values or JSON objects to loop over. | [optional]
9-
**control** | [**LoopControl**](LoopControl.md) | Parameters to control some loop behavior for this task | [optional]
109

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

docs/OperatorsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Name | Type | Description | Notes
9393
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9494

9595
# **create_operator_package**
96-
> PackageDto create_operator_package(owner, name, new_operator_package)
96+
> CreatedContent create_operator_package(owner, name, new_operator_package)
9797
9898
Create a new Operator package
9999

@@ -149,7 +149,7 @@ Name | Type | Description | Notes
149149

150150
### Return type
151151

152-
[**PackageDto**](PackageDto.md)
152+
[**CreatedContent**](CreatedContent.md)
153153

154154
### Authorization
155155

docs/PackageDto.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/ArgumentArtifact.md renamed to docs/QueenbeeWorkflowArgumentsArgumentArtifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ArgumentArtifact
1+
# QueenbeeWorkflowArgumentsArgumentArtifact
22

33
A workflow Artifact Argument
44
## Properties

docs/Arguments.md renamed to docs/QueenbeeWorkflowArgumentsArguments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Arguments
1+
# QueenbeeWorkflowArgumentsArguments
22

33
Workflow Arguments
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**parameters** | [**list[ArgumentParameter]**](ArgumentParameter.md) | A list of input parameters | [optional] [default to []]
8-
**artifacts** | [**list[ArgumentArtifact]**](ArgumentArtifact.md) | A list of input artifacts | [optional] [default to []]
8+
**artifacts** | [**list[QueenbeeWorkflowArgumentsArgumentArtifact]**](QueenbeeWorkflowArgumentsArgumentArtifact.md) | A list of input artifacts | [optional] [default to []]
99

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

docs/RecipesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Name | Type | Description | Notes
9393
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9494

9595
# **create_recipe_package**
96-
> PackageDto create_recipe_package(owner, name, new_recipe_package, authorization=authorization)
96+
> CreatedContent create_recipe_package(owner, name, new_recipe_package, authorization=authorization)
9797
9898
Create a new Recipe package
9999

@@ -151,7 +151,7 @@ Name | Type | Description | Notes
151151

152152
### Return type
153153

154-
[**PackageDto**](PackageDto.md)
154+
[**CreatedContent**](CreatedContent.md)
155155

156156
### Authorization
157157

0 commit comments

Comments
 (0)