|
5 | 5 |
|
6 | 6 | No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) |
7 | 7 |
|
8 | | - The version of the OpenAPI document: 113.0.0 |
| 8 | + The version of the OpenAPI document: 114.0.0 |
9 | 9 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
10 | 10 |
|
11 | 11 | Do not edit the class manually. |
@@ -63173,7 +63173,12 @@ def pseudobulk_sets( |
63173 | 63173 | superseded_by: Annotated[Optional[List[StrictStr]], Field(description="Filter by superseded_by")] = None, |
63174 | 63174 | supersedes: Annotated[Optional[List[StrictStr]], Field(description="Filter by supersedes")] = None, |
63175 | 63175 | uuid: Annotated[Optional[List[StrictStr]], Field(description="Filter by uuid")] = None, |
63176 | | - workflows: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows")] = None, |
| 63176 | + workflows_id: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.@id")] = None, |
| 63177 | + workflows_accession: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.accession")] = None, |
| 63178 | + workflows_name: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.name")] = None, |
| 63179 | + workflows_status: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.status")] = None, |
| 63180 | + workflows_uniform_pipeline: Annotated[Optional[List[StrictBool]], Field(description="Filter by workflows.uniform_pipeline")] = None, |
| 63181 | + workflows_workflow_version: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.workflow_version")] = None, |
63177 | 63182 | _request_timeout: Union[ |
63178 | 63183 | None, |
63179 | 63184 | Annotated[StrictFloat, Field(gt=0)], |
@@ -63495,8 +63500,18 @@ def pseudobulk_sets( |
63495 | 63500 | :type supersedes: List[str] |
63496 | 63501 | :param uuid: Filter by uuid |
63497 | 63502 | :type uuid: List[str] |
63498 | | - :param workflows: Filter by workflows |
63499 | | - :type workflows: List[str] |
| 63503 | + :param workflows_id: Filter by workflows.@id |
| 63504 | + :type workflows_id: List[str] |
| 63505 | + :param workflows_accession: Filter by workflows.accession |
| 63506 | + :type workflows_accession: List[str] |
| 63507 | + :param workflows_name: Filter by workflows.name |
| 63508 | + :type workflows_name: List[str] |
| 63509 | + :param workflows_status: Filter by workflows.status |
| 63510 | + :type workflows_status: List[str] |
| 63511 | + :param workflows_uniform_pipeline: Filter by workflows.uniform_pipeline |
| 63512 | + :type workflows_uniform_pipeline: List[bool] |
| 63513 | + :param workflows_workflow_version: Filter by workflows.workflow_version |
| 63514 | + :type workflows_workflow_version: List[str] |
63500 | 63515 | :param _request_timeout: timeout setting for this request. If one |
63501 | 63516 | number provided, it will be total request |
63502 | 63517 | timeout. It can also be a pair (tuple) of |
@@ -63672,7 +63687,12 @@ def pseudobulk_sets( |
63672 | 63687 | superseded_by=superseded_by, |
63673 | 63688 | supersedes=supersedes, |
63674 | 63689 | uuid=uuid, |
63675 | | - workflows=workflows, |
| 63690 | + workflows_id=workflows_id, |
| 63691 | + workflows_accession=workflows_accession, |
| 63692 | + workflows_name=workflows_name, |
| 63693 | + workflows_status=workflows_status, |
| 63694 | + workflows_uniform_pipeline=workflows_uniform_pipeline, |
| 63695 | + workflows_workflow_version=workflows_workflow_version, |
63676 | 63696 | _request_auth=_request_auth, |
63677 | 63697 | _content_type=_content_type, |
63678 | 63698 | _headers=_headers, |
@@ -63851,7 +63871,12 @@ def pseudobulk_sets_with_http_info( |
63851 | 63871 | superseded_by: Annotated[Optional[List[StrictStr]], Field(description="Filter by superseded_by")] = None, |
63852 | 63872 | supersedes: Annotated[Optional[List[StrictStr]], Field(description="Filter by supersedes")] = None, |
63853 | 63873 | uuid: Annotated[Optional[List[StrictStr]], Field(description="Filter by uuid")] = None, |
63854 | | - workflows: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows")] = None, |
| 63874 | + workflows_id: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.@id")] = None, |
| 63875 | + workflows_accession: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.accession")] = None, |
| 63876 | + workflows_name: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.name")] = None, |
| 63877 | + workflows_status: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.status")] = None, |
| 63878 | + workflows_uniform_pipeline: Annotated[Optional[List[StrictBool]], Field(description="Filter by workflows.uniform_pipeline")] = None, |
| 63879 | + workflows_workflow_version: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.workflow_version")] = None, |
63855 | 63880 | _request_timeout: Union[ |
63856 | 63881 | None, |
63857 | 63882 | Annotated[StrictFloat, Field(gt=0)], |
@@ -64173,8 +64198,18 @@ def pseudobulk_sets_with_http_info( |
64173 | 64198 | :type supersedes: List[str] |
64174 | 64199 | :param uuid: Filter by uuid |
64175 | 64200 | :type uuid: List[str] |
64176 | | - :param workflows: Filter by workflows |
64177 | | - :type workflows: List[str] |
| 64201 | + :param workflows_id: Filter by workflows.@id |
| 64202 | + :type workflows_id: List[str] |
| 64203 | + :param workflows_accession: Filter by workflows.accession |
| 64204 | + :type workflows_accession: List[str] |
| 64205 | + :param workflows_name: Filter by workflows.name |
| 64206 | + :type workflows_name: List[str] |
| 64207 | + :param workflows_status: Filter by workflows.status |
| 64208 | + :type workflows_status: List[str] |
| 64209 | + :param workflows_uniform_pipeline: Filter by workflows.uniform_pipeline |
| 64210 | + :type workflows_uniform_pipeline: List[bool] |
| 64211 | + :param workflows_workflow_version: Filter by workflows.workflow_version |
| 64212 | + :type workflows_workflow_version: List[str] |
64178 | 64213 | :param _request_timeout: timeout setting for this request. If one |
64179 | 64214 | number provided, it will be total request |
64180 | 64215 | timeout. It can also be a pair (tuple) of |
@@ -64350,7 +64385,12 @@ def pseudobulk_sets_with_http_info( |
64350 | 64385 | superseded_by=superseded_by, |
64351 | 64386 | supersedes=supersedes, |
64352 | 64387 | uuid=uuid, |
64353 | | - workflows=workflows, |
| 64388 | + workflows_id=workflows_id, |
| 64389 | + workflows_accession=workflows_accession, |
| 64390 | + workflows_name=workflows_name, |
| 64391 | + workflows_status=workflows_status, |
| 64392 | + workflows_uniform_pipeline=workflows_uniform_pipeline, |
| 64393 | + workflows_workflow_version=workflows_workflow_version, |
64354 | 64394 | _request_auth=_request_auth, |
64355 | 64395 | _content_type=_content_type, |
64356 | 64396 | _headers=_headers, |
@@ -64529,7 +64569,12 @@ def pseudobulk_sets_without_preload_content( |
64529 | 64569 | superseded_by: Annotated[Optional[List[StrictStr]], Field(description="Filter by superseded_by")] = None, |
64530 | 64570 | supersedes: Annotated[Optional[List[StrictStr]], Field(description="Filter by supersedes")] = None, |
64531 | 64571 | uuid: Annotated[Optional[List[StrictStr]], Field(description="Filter by uuid")] = None, |
64532 | | - workflows: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows")] = None, |
| 64572 | + workflows_id: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.@id")] = None, |
| 64573 | + workflows_accession: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.accession")] = None, |
| 64574 | + workflows_name: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.name")] = None, |
| 64575 | + workflows_status: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.status")] = None, |
| 64576 | + workflows_uniform_pipeline: Annotated[Optional[List[StrictBool]], Field(description="Filter by workflows.uniform_pipeline")] = None, |
| 64577 | + workflows_workflow_version: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.workflow_version")] = None, |
64533 | 64578 | _request_timeout: Union[ |
64534 | 64579 | None, |
64535 | 64580 | Annotated[StrictFloat, Field(gt=0)], |
@@ -64851,8 +64896,18 @@ def pseudobulk_sets_without_preload_content( |
64851 | 64896 | :type supersedes: List[str] |
64852 | 64897 | :param uuid: Filter by uuid |
64853 | 64898 | :type uuid: List[str] |
64854 | | - :param workflows: Filter by workflows |
64855 | | - :type workflows: List[str] |
| 64899 | + :param workflows_id: Filter by workflows.@id |
| 64900 | + :type workflows_id: List[str] |
| 64901 | + :param workflows_accession: Filter by workflows.accession |
| 64902 | + :type workflows_accession: List[str] |
| 64903 | + :param workflows_name: Filter by workflows.name |
| 64904 | + :type workflows_name: List[str] |
| 64905 | + :param workflows_status: Filter by workflows.status |
| 64906 | + :type workflows_status: List[str] |
| 64907 | + :param workflows_uniform_pipeline: Filter by workflows.uniform_pipeline |
| 64908 | + :type workflows_uniform_pipeline: List[bool] |
| 64909 | + :param workflows_workflow_version: Filter by workflows.workflow_version |
| 64910 | + :type workflows_workflow_version: List[str] |
64856 | 64911 | :param _request_timeout: timeout setting for this request. If one |
64857 | 64912 | number provided, it will be total request |
64858 | 64913 | timeout. It can also be a pair (tuple) of |
@@ -65028,7 +65083,12 @@ def pseudobulk_sets_without_preload_content( |
65028 | 65083 | superseded_by=superseded_by, |
65029 | 65084 | supersedes=supersedes, |
65030 | 65085 | uuid=uuid, |
65031 | | - workflows=workflows, |
| 65086 | + workflows_id=workflows_id, |
| 65087 | + workflows_accession=workflows_accession, |
| 65088 | + workflows_name=workflows_name, |
| 65089 | + workflows_status=workflows_status, |
| 65090 | + workflows_uniform_pipeline=workflows_uniform_pipeline, |
| 65091 | + workflows_workflow_version=workflows_workflow_version, |
65032 | 65092 | _request_auth=_request_auth, |
65033 | 65093 | _content_type=_content_type, |
65034 | 65094 | _headers=_headers, |
@@ -65202,7 +65262,12 @@ def _pseudobulk_sets_serialize( |
65202 | 65262 | superseded_by, |
65203 | 65263 | supersedes, |
65204 | 65264 | uuid, |
65205 | | - workflows, |
| 65265 | + workflows_id, |
| 65266 | + workflows_accession, |
| 65267 | + workflows_name, |
| 65268 | + workflows_status, |
| 65269 | + workflows_uniform_pipeline, |
| 65270 | + workflows_workflow_version, |
65206 | 65271 | _request_auth, |
65207 | 65272 | _content_type, |
65208 | 65273 | _headers, |
@@ -65362,7 +65427,12 @@ def _pseudobulk_sets_serialize( |
65362 | 65427 | 'superseded_by': 'multi', |
65363 | 65428 | 'supersedes': 'multi', |
65364 | 65429 | 'uuid': 'multi', |
65365 | | - 'workflows': 'multi', |
| 65430 | + 'workflows.@id': 'multi', |
| 65431 | + 'workflows.accession': 'multi', |
| 65432 | + 'workflows.name': 'multi', |
| 65433 | + 'workflows.status': 'multi', |
| 65434 | + 'workflows.uniform_pipeline': 'multi', |
| 65435 | + 'workflows.workflow_version': 'multi', |
65366 | 65436 | } |
65367 | 65437 |
|
65368 | 65438 | _path_params: Dict[str, str] = {} |
@@ -65982,9 +66052,29 @@ def _pseudobulk_sets_serialize( |
65982 | 66052 |
|
65983 | 66053 | _query_params.append(('uuid', uuid)) |
65984 | 66054 |
|
65985 | | - if workflows is not None: |
| 66055 | + if workflows_id is not None: |
65986 | 66056 |
|
65987 | | - _query_params.append(('workflows', workflows)) |
| 66057 | + _query_params.append(('workflows.@id', workflows_id)) |
| 66058 | + |
| 66059 | + if workflows_accession is not None: |
| 66060 | + |
| 66061 | + _query_params.append(('workflows.accession', workflows_accession)) |
| 66062 | + |
| 66063 | + if workflows_name is not None: |
| 66064 | + |
| 66065 | + _query_params.append(('workflows.name', workflows_name)) |
| 66066 | + |
| 66067 | + if workflows_status is not None: |
| 66068 | + |
| 66069 | + _query_params.append(('workflows.status', workflows_status)) |
| 66070 | + |
| 66071 | + if workflows_uniform_pipeline is not None: |
| 66072 | + |
| 66073 | + _query_params.append(('workflows.uniform_pipeline', workflows_uniform_pipeline)) |
| 66074 | + |
| 66075 | + if workflows_workflow_version is not None: |
| 66076 | + |
| 66077 | + _query_params.append(('workflows.workflow_version', workflows_workflow_version)) |
65988 | 66078 |
|
65989 | 66079 | # process the header parameters |
65990 | 66080 | # process the form parameters |
|
0 commit comments